Skip to content

ssahli/Digits-Neural-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published