/backpropagation

Simple python implementation of stochastic gradient descent for neural networks through backpropagation.

Primary LanguageJupyter Notebook

Neural Network from Scratch

A simple easy to understand implementation of stochastic gradient descent via backpropogation on a fully-connected neural network.