Skip to content

Rails app with feed forward neural net for classifying mnist images

Notifications You must be signed in to change notification settings

dillon-co/deep_learning_rails

Repository files navigation

HOW TO BEGIN

clone this repo.

Training

open a console, run the command DigitRecognizer.new.train_and_save_model

then watch it train! You should expect to see around 95% accuracy after 10 epochs.

if it's anything less than 90 something's wrong.

Running.

Then just run your rails server and navigate to the home page. Upload an MNIST image of 1 digit and watch it classify it

About

Rails app with feed forward neural net for classifying mnist images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published