Skip to content

A basic Neural Network that implements backpropagation with L2 regularization to recognize handwritten digits

Notifications You must be signed in to change notification settings

VedantMahabaleshwarkar/BasicNeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

BasicNeuralNetwork

A basic Neural Network that implements backpropagation with L2 regularization to recognize handwritten digits

There are various csv files for testing the network.

  1. Linear Data
  2. Non-linear Data
  3. Digit Data

Parameters that can be tweaked to adjust the neural network

  1. Number of nodes in the hidden layer
  2. Epochs

About

A basic Neural Network that implements backpropagation with L2 regularization to recognize handwritten digits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published