Skip to content

Simple first principles models on neural network concepts. Models include perceptron, gradient descent, back propagation, and applying keras and Tensors on datasets.

Notifications You must be signed in to change notification settings

SBalas/Neural-Networks-Intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Networks-Intro

Harvard's CS109A course was used as reference to model Neural Networks from scratch (https://harvard-iacs.github.io/2020-CS109A/)

  • Simple and multi linear Perceptron (MLP)
  • MLP from first principles on Iris dataset
  • MLP using Keras
  • Review of Keras
  • Use Keras on Fashion MNSIT dataset
  • Gradient Descent methods and plots
  • Back propagation from first principles
  • Regularization methods to improve neural networks - L1 and L2 norm penalties, early stopping, data augmentation, and dropout.

About

Simple first principles models on neural network concepts. Models include perceptron, gradient descent, back propagation, and applying keras and Tensors on datasets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published