Skip to content

rahul-ranjan-ds/neural-networks-fwd-bwd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Neural Networks Model

Create a L Layered Neural Network to classify handwritten digits between 0-9.

It is divided into the following sections:

  1. Data preparation
  2. Feedforward
  3. Loss computation
  4. Backpropagation
  5. Parameter updates
  6. Model training and predictions

Data

28x28 greyscale images in the MNIST dataset.

About

Neural Networks Forward Backward Propagation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published