Skip to content

Cence2002/Neural-Network-MNIST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Network-MNIST

This a javascript implementation of a fully connected feedforward neural network. I did not use any machine learning libraries, the whole network structure, backpropagation, batching, and gradient descent are implemented from the ground up.

I trained it on the MNIST dataset and obtained over 97% accuracy (in ~10 minutes of training).

I also visualised the network with the actual activation data: the width of the connections is proportional with their weight (green is positive and red is negative), the radius of the neurons is proportional with the absolute value of their activation.

Image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published