Skip to content

A feedforward neural network built to parse the MNIST data set

Notifications You must be signed in to change notification settings

kuesa/feedforward-mnist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

feedforward-mnist

A feedforward neural network built to parse the MNIST data set

Install dependencies:

python3 python3-pip

pip3 install numpy opencv-python python-mnist

Run:

python3 train.py

Current Goals:

Add biases! -> there are currently no biases implemented in the code

Change squashing function -> sigmoid is old and clunky, maybe implement relu or something a bit more funky?

Make UI better -> i might move on to a different project before that happens

About

A feedforward neural network built to parse the MNIST data set

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages