Skip to content

asaldelkhos-mini-projects/Neuralnetwork-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

MNIST classifier with my Neural Network project.

How to use?

Clone into the project:

https://github.com/asaldelkhosh/neuralnetwork-test

Install the requirements:

pip install -r requirements.txt

Start the project:

python main.py

Example

[INFO] loading MNIST (sample) dataset...
[INFO] samples: 1797, dim: 64
[INFO] training network...
[INFO] NeuralNetwork: 64-32-16-10
[INFO] epoch=1, loss=605.7150149
[INFO] epoch=100, loss=7.9792412
...

Releases

No releases published

Languages