Skip to content

Angeraa/NeuralNetwork-MNIST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NeuralNetwork

Neural Network code for the MNIST dataset and different interations of it.

V0

Several runs with one hidden layer of size 64 and training of 3 epochs.

Used sigmoid activation function and mean squared error for error.

Accuracy ~93%.

V1

Same setup for layers.

Instead uses softmax and cross-entropy for error.

Accuracy ~96%.

About

Neural Network functions to create custom networks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published