Skills › Deep Learning

Neural Network Basics

Build and train feedforward neural networks from scratch.

0%
Confidence · no data yet
Sign in to track

After this skill you can…

  • Implement a 2-layer net in NumPy and PyTorch
  • Understand forward and backward pass
  • Tune learning rate, batch size, and depth

Prerequisites

Watch (10 videos)

How to Use Tensorflow for Classification (LIVE)
Siraj Raval · beginner hands-on
→ Build a neural network with Tensorflow→ Predict housing prices with a neural network
Complete Implementation Of Perceptron In Deep Learning Using Python From Scratch
Krish Naik · beginner hands-on
→ Implement a Perceptron from scratch→ Build neural networks with Python
How to Make a Neural Network (LIVE)
Siraj Raval · intermediate hands-on
→ Build a neural network from scratch in Python→ Implement a neural network using live coding
Understanding AI from Scratch – Neural Networks Course
freeCodeCamp.org · beginner hands-on
→ Implement Neural Networks using Vanilla JavaScript→ Tweak network parameters for optimal performance→ Apply Neural Networks to real-world problems
Neural Network from scratch - Part 2 (Forward Propagation)
Aladdin Persson · advanced hands-on
→ Implement forward propagation in a neural network→ Derive mathematical notation for neural networks
Learn TensorFlow and Deep Learning fundamentals with Python (code-first introduction) Part 1/2
Daniel Bourke · beginner hands-on
→ Build regression models with TensorFlow→ Implement classification models with TensorFlow
L16.2 A Fully-Connected Autoencoder
Sebastian Raschka · beginner hands-on
→ Build a fully-connected autoencoder→ Implement deep learning models in Python
Training Convnet - Deep Learning and Neural Networks with Python and Pytorch p.6
sentdex · beginner hands-on
→ Build a Convnet with Pytorch→ Train a neural network with Python
Build Your First Machine Learning AI With Neural Networks
Web Dev Simplified · intermediate hands-on
→ Create a fully functional AI using neural networks→ Implement a neural network in Python
Coding a Neural Network from Scratch in Pure JAX | Machine Learning with JAX | Tutorial #3
Aleksa Gordić - The AI Epiphany · beginner hands-on
→ Build a neural network from scratch→ Train an MLP on a dataset