Skip to content

RedBedHed/DL_HelloWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DL_HelloWorld

A neural network trained on the MNIST dataset with 96% accuracy.

Use the Interactive Sketchpad Classifier

Run python app.py

Architecture

784 Pixels

240 ReLU

80 ReLU

10 SoftMax

Loss

Cross Entropy (after softmax)

Optimizer

RMSProp with minibatches

Network

Network

Screenshot

Screenshot

Collage

Collage

About

A neural network trained on the MNIST dataset with 96% accuracy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages