Skip to content

A simple feedforward Neural network implemented in numpy and trained on the MNIST dataset

Notifications You must be signed in to change notification settings

IsaacSST/NumPy_Neural_Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FeedForwardANN

A fully connected neural network created using numpy only to help intuition and understanding, and tested on MNIST dataset. Can reach ~95% accuracy after relatively few epochs with 784 neurons in first layer, 10 in last and variable amounts in between.

About

A simple feedforward Neural network implemented in numpy and trained on the MNIST dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages