Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

MNIST's Digits: Neural Network

This script was used for Kaggle's Digits competition.

The script uses a neural network (from the Keras library) to predict handwritten digits from MNIST's Digits dataset.

The neural net is a two-layer network using a rectifier activation for the hidden layer and softmax activation for the output.

With 100 epochs, the accuracy is 0.97386.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages