Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Deep Learning: Neural Networks from scratch using Javascript
Rating: 4.6 out of 5(36 ratings)
4,441 students

Deep Learning: Neural Networks from scratch using Javascript

How to build an Artificial Neural network Model from scratch using only vanilla Javascript (No libraries)
Last updated 8/2024
English

What you'll learn

  • How to implement a Artificial Deep Neural Network from scratch
  • How back-propagation algorithm works
  • How to train an Artificial Deep Leaning model in the browser using Javascript
  • Convolutional Neural Network Architectures
  • How to build a handwritten digit recogniser model

Course content

1 section7 lectures1h 1m total length
  • Introduction4:59

    Explore building a vanilla neural network in the browser with JavaScript, train digits recognition, and compare its performance to TensorFlow using fully connected and convolutional models.

  • Source code0:02
  • Preparing the dataset7:38
  • Model architecture15:22

    Build model architectures in deep learning, from TensorFlow dense models to vanilla nets, using flattened inputs, layered structures, and softmax outputs. Train with a wrapper, forward pass, and backpropagation.

  • Model training18:27
  • Activation function12:03

    Explore activation functions in neural networks, including real low and soft max, to introduce nonlinearity, enable generalization, and produce probability vectors for multi-class outputs.

  • Model evaluation3:11

Requirements

  • Basic Javascript knowledge
  • No Deep Learning experience needed. You will learn everything you need to know

Description

This course will teach how to build and train an Artificial Neural Network from scratch using only Javascript(No library). We will use only an IDEA and a browser. 


It is structured to help you genuinely learn Deep Learning by starting from the basics until advanced concepts. We will learn and code every component of a Deep learning architecture from scratch, uncovering all the magic behind Artificial Neural Networks.


To prepare the students for real life, we will develop our ANN framework following the TensorFlow API, and we will compare our implementation with Tensorflow.js, this way you will know what is under the hood of the Deep learning libraries.


In this course, we will create a handwritten digit recognizer  model using three different model approaches:

  • Fully Connected Neural Network - Vanilla Artificial Neural Network

  • Fully Connected Neural Network (also known as a DenseNet) Using TensorFlow.js

  • Convolutional Neural Network(also known as a ConvNet or CNN) Using TensorFlow.js

Deep learning is a field of study traditionally reserved for researchers or engineers with advanced degrees, and because of that, many developers feel very intimidated to learn this technology. However, when you start learning the mystery behind the “magic”, you will realize that there is no reason to be intimidated. And that’s why I decided to create this course.

By following this course until the end, you will get insights and feel empowered to dive deep into the Deep Learning field to improve the experience of your projects.

Who this course is for:

  • Web developers curious about deep learning and AI