Skip to content

ceteke/neuralnet-digit-recognition

Repository files navigation

Digit Recognition with Neural Network

You can run the code by the following command

$python NN_classification.py

##Flags

--layers: Hidden layers given in the format, 'l1,l2,l3' --learning_parameter: This is the learning parameter. --r: When --r is given program picks a random image from test data and predicts.

Example run:

$python NN_classification.py --layers '100,50' --learning_parameter 0.2 --r

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages