Skip to content

Digit classification using the MNIST dataset and a simple neural network from scratch.

License

Notifications You must be signed in to change notification settings

josh-truong/digit-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

digit-classification

Digit classification using the MNIST dataset and a neural network from scratch.

Neural Network has 3 layers: input, hidden, and output layer.

Neural Network uses Stochastic Gradient Descent optimizer.

Layers uses ReLU and Softmax activation functions.

About

Digit classification using the MNIST dataset and a simple neural network from scratch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published