Skip to content

Neotakeshi/Neural-Learning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Neural Learning ##First Run Running it the first time ##Interesting Observation After scaling weights matrix and plotting it as image Voila ##Extracted Images from it 9-6 5-2 1-0

##Info about files : More than Half of the files are from https://github.com/mnielsen/neural-networks-and-deep-learning.git

referenced http://neuralnetworksanddeeplearning.com/chap1.html

Extra (important) files by me are : 50hl.bin : contains weights and biases for MNIST images trained data ( with 50 neurons in hidden layer)

tmp.bin : temporary variable storage

runscript.py : trains the neural network according to mnist data and stores weights and biases to corresponding .bin file

imgRecognize.py : can identify the images (28x28 greyscale) in testimage folder; input file is given in terminal by just the name of the png file ( for eg: 'myFile.png' >> imgRecognize.py myFile)

imgCaptureRecognize.py : identifies the image by input from camera

To RUN :

  • runscript.py : >>runscript.py
  • recCaptureRecognize.py : make sure u have camera attached to PC., run in console as >>recCaptureRecognize.py
  • imgRecognize.py : >>imgRecognize.py ( if file input not given, takes a random file from 0-9 and shows it output )

About

Learning the "Neural Learning"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%