LaptrinhX
  • My
  • Tag
  • Author
  • Ebook
  • Theme
  • Tutorial
  • Funny
  • IT Job
  • Video
  • Tools
  • Hacker News

    Tags ::

    neural networks

    A collection of 5,337 posts


    towards data science 2021-03-05 20:23

    8 Common Pitfalls In Neural Network Training & Workarounds For Them

    In this article, we will see the problems like local optima, oscillations &...

    Agasti Kishor Dukare
    A Agasti Kishor Dukare
    6 min read
    analyticsindiamag.com analyticsindiamag.com 2021-03-05 15:30

    Microsoft Introduces Mathematical Framework To Tune Up Attention Architectures

    Recently, Microsoft Research and the University of Montreal introduced a new...

    Ambika Choudhury
    A Ambika Choudhury
    2 min read
    aiweirdness.com aiweirdness.com 2021-03-04 23:04

    Lucid Deep Dreaming?

    “Frodo Baggins delivering a pizza through the mines of Moria”Remember my attempts to get CLIP+BigGAN to generate candy hearts? Here’s...

    aiweirdness.com
    aiweirdness.com aiweirdness.com
    4 min read
    towards data science 2021-03-04 22:35

    Exploit Your Hyperparameters: Batch Size and Learning Rate as Regularization

    Rethinking these hyperparameters will improve your model’s real-world...

    David Yastremsky
    D David Yastremsky
    3 min read
    towardsdatascience.com towardsdatascience.com 2021-03-04 01:30

    On the Disparity Between Swish and GELU

    Why two similar functions can produce very different outcomesPhoto by Pietro Jeng on UnsplashIntroIn recent years, Swish has supplanted...

    Joshua Thompson
    J Joshua Thompson
    5 min read
    Demystifying Neural Networks
    • twitter
    • facebook
    • email
    towardsdatascience.com towardsdatascience.com 2021-03-01 01:10

    Demystifying Neural Networks

    An implementation from scratch with Python and NumPyPhoto by Jeswin Thomas on UnsplashAs with many things in life, the best way to learn something is to do it yourself. I learned Neural Networks by myself, and what I...

    Federica Cerina
    F Federica Cerina
    5 min read
    Convolutional Neural Networks in plain English
    • twitter
    • facebook
    • email
    analytics vidhya 2021-02-28 23:12

    Convolutional Neural Networks in plain English

    In Deep Learning, a Convolutional Neural Network (also known as CNN, or ConvNet) is a class of deep neural networks, most commonly applied to analyzing images and visual imagery. To this end, ConvNets have several...

    Roberto Terceros
    R Roberto Terceros
    3 min read
    Four Deep Learning Papers to Read in March 2021
    • twitter
    • facebook
    • email
    towards data science 2021-02-28 21:27

    Four Deep Learning Papers to Read in March 2021

    From Synthetic Gradients to Capsule Networks, Conservation Laws for Network Training & Multi-Agent Generative ModelsWelcome to the end of February edition of the ‚Machine-Learning-Collage‘ series, where I...

    Robert Lange
    R Robert Lange
    5 min read
    Incremental and Reinforced learning for Image classification
    • twitter
    • facebook
    • email
    analytics vidhya 2021-02-27 15:03

    Incremental and Reinforced learning for Image classification

    IntroductionOne of the biggest challenges that deep learning faces today is the addition of newer labels to the neural models without altering the architecture or storing previous datasets. The issues generally revolve...

    vaibhav satpathy
    V vaibhav satpathy
    6 min read
    Better Than Capsules? Geoffrey Hinton’s GLOM Idea Represents Part-Whole Hierarchies in Neural Networks
    • twitter
    • facebook
    • email
    syncedreview.com syncedreview.com 2021-02-27 09:03

    Better Than Capsules? Geoffrey Hinton’s GLOM Idea Represents Part-Whole Hierarchies in Neural Networks

    In a new paper, a research team lead by Geoffrey Hinton combines the strengths of five advances in neural networks — Transformers, Neural Fields, Contrastive Representation Learning, Distillation and Capsules — to...

    Synced
    S Synced
    3 min read
    How to write a Neural Network in Tensorflow from scratch (without using Keras)
    • twitter
    • facebook
    • email
    analytics vidhya 2021-02-27 07:46

    How to write a Neural Network in Tensorflow from scratch (without using Keras)

    source: PyImageSearchIntroductionWriting a simple feedforward neural network is probably the first step in your journey towards mastering deep learning. Today, there are countless libraries and frameworks available to...

    Hitesh Vaidya
    H Hitesh Vaidya
    3 min read
    Why Neural Networks Have Activation Functions
    • twitter
    • facebook
    • email
    towards data science 2021-02-26 23:45

    Why Neural Networks Have Activation Functions

    They’re mandatory.Image by AuthorOnce in an interview, I was asked “Why do neural networks have activation functions?” At that moment I had a strong conviction that neural networks without activation functions...

    Christian Lang
    C Christian Lang
    10 min read
    Why 0.9? Towards Better Momentum Strategies in Deep Learning.
    • twitter
    • facebook
    • email
    towardsdatascience.com towardsdatascience.com 2021-02-26 08:25

    Why 0.9? Towards Better Momentum Strategies in Deep Learning.

    IntroductionMomentum is a widely-used strategy for accelerating the convergence of gradient-based optimization techniques. Momentum was designed to speed up learning in directions of low curvature, without becoming...

    Cameron Wolfe
    C Cameron Wolfe
    10 min read
    EyeAttend – Facial Recognition based Attendance System from scratch.
    • twitter
    • facebook
    • email
    analytics vidhya 2021-02-26 00:21

    EyeAttend – Facial Recognition based Attendance System from scratch.

    EyeAttend – Facial Recognition based Attendance System from scratch. – A complete approach. (Part-II)IntroductionGreetings readers, welcome to second part of the series EyeAttend. In this blog, we will go through...

    Keshav Tangri
    K Keshav Tangri
    4 min read
    Building and Deploying Conversational AI Models Using the NVIDIA Transfer Learning Toolkit
    • twitter
    • facebook
    • email
    developer.nvidia.com developer.nvidia.com 2021-02-25 23:00

    Building and Deploying Conversational AI Models Using the NVIDIA Transfer Learning Toolkit

    Conversational AI is a set of technologies enabling human-like interactions between humans and devices based on the most natural interfaces for us: speech and natural language. Systems based on conversational AI can...

    Disha Mehra
    D Disha Mehra
    4 min read
    Top 5 Layers You Can Always Come Across in Any Convolutional Neural Network
    • twitter
    • facebook
    • email
    towardsdatascience.com towardsdatascience.com 2021-02-25 20:27

    Top 5 Layers You Can Always Come Across in Any Convolutional Neural Network

    Artificial Intelligence EssentialsA Brief Introduction to Convolutional Neural Network Architecture and the Most Common LayersFigure 1. Photo by David Travis on UnsplashConvolutional Neural Networks are a family of...

    Orhan G. Yalçın
    O Orhan G. Yalçın
    6 min read
    How do ReLU Neural Networks approximate any continuous function?
    • twitter
    • facebook
    • email
    towardsdatascience.com towardsdatascience.com 2021-02-25 16:17

    How do ReLU Neural Networks approximate any continuous function?

    Authors: Keshav Agrawal, Ayush KanodiaFundamentally, machine learning models are function approximators. For example, in trying to predict the salary of an individual from their education, we are trying to approximate...

    Keshav Agrawal
    K Keshav Agrawal
    5 min read
    Tesla Working on Full Self-Driving Mode, Extending AI Lead 
    • twitter
    • facebook
    • email
    aitrends.com aitrends.com 2021-02-25 06:13

    Tesla Working on Full Self-Driving Mode, Extending AI Lead 

    By AI Trends Staff  Tesla’s goal to release its level 5 Full Self Driving (FSD) mode autopilot capability in 2021 was deemed unrealistic by the CEO of competitor Waymo in a recent interview.  Tesla is the only...

    Allison Proffitt
    A Allison Proffitt
    4 min read
    Autonomous Vehicle Object Detector with YOLOv4 and Darknet
    • twitter
    • facebook
    • email
    analytics vidhya 2021-02-24 00:30

    Autonomous Vehicle Object Detector with YOLOv4 and Darknet

    https://medium.com/media/3ac8c6a047a88cb95bde78e9d58eca01/hrefWith autonomous vehicles taking off in the past several years, I wanted to explore one aspect that was necessary to create a good autonomous vehicle system,...

    Ridwan Alam
    R Ridwan Alam
    6 min read
    Convolutional Neural Networks with Keras
    • twitter
    • facebook
    • email
    becominghuman.ai becominghuman.ai 2021-02-23 21:52

    Convolutional Neural Networks with Keras

    In the previous post, we scratched at the basics of Deep Learning where we discussed Deep Neural Networks with Keras. As a code along with the example, we looked at the MNIST Handwritten Digits Dataset:You can check...

    Krishnakumar Karancherry
    K Krishnakumar Karancherry
    11 min read
    Optimizing inference on CPU in MXNet 2.0
    • twitter
    • facebook
    • email
    apache mxnet 2021-02-23 02:20

    Optimizing inference on CPU in MXNet 2.0

    Optimizing inference on CPU in the Upcoming Apache MXNet 2.0Authors: Adam Grygielski, Bartłomiej Gawrych, Sylwester FraczekIntroductionDeep Learning inference is the process of deploying a trained neural network to...

    Adam Grygielski
    A Adam Grygielski
    10 min read
    A Brief History of Artificial Intelligence
    • twitter
    • facebook
    • email
    analytics vidhya 2021-02-22 23:20

    A Brief History of Artificial Intelligence

    Artificial Intelligence (AI) has become a common phrase in current day and it no longer surprises us what some of the AI based systems used in our daily lives can achieve. However, this is a result of decades of...

    K. Nawab
    K K. Nawab
    9 min read
    Write a custom training routine for your Keras model
    • twitter
    • facebook
    • email
    towardsdatascience.com towardsdatascience.com 2021-02-21 01:52

    Write a custom training routine for your Keras model

    When simplicity and ease of use starts holding you backPhoto by Barn Images on UnsplashFor people getting started with deep learning, the Keras toolbox has no equal. It has everything you need, with the confusing...

    Nick Seeuws
    N Nick Seeuws
    5 min read
    Five GANs for Better Image Processing
    • twitter
    • facebook
    • email
    towardsdatascience.com towardsdatascience.com 2021-02-21 00:51

    Five GANs for Better Image Processing

    Machine learning practitioners are increasingly turning to the power of generative adversarial networks (GANs) for image processing. Applications that really benefit from using GANs include: generating art and photos...

    Martin Isaksson
    M Martin Isaksson
    8 min read
    Creating a perceptron network: from zero to hero
    • twitter
    • facebook
    • email
    towardsdatascience.com towardsdatascience.com 2021-02-18 23:15

    Creating a perceptron network: from zero to hero

    Creating a perceptron network: From zero to heroNeural Networks Series — Chapter 1, Part 2Preface noteThis story is part of a series I am creating about neural networks and it is the second part of a chapter...

    Adriano Vinhas
    A Adriano Vinhas
    7 min read
    LaptrinhX © 2021
    Latest Posts bdev.dev raoxyz congtyaz