Skip to content

Files

Latest commit

35daa9e · Jan 11, 2014

History

History
This branch is 1 commit ahead of joemehr/MachineLearning:master.

learningWithBackpropagation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 11, 2014
Jan 10, 2014
Jan 10, 2014
Jan 10, 2014
Jan 10, 2014
Jan 11, 2014
Jan 10, 2014
Jan 10, 2014
Jan 10, 2014
Jan 11, 2014
Jan 10, 2014
Jan 11, 2014
Jan 10, 2014
Jan 11, 2014

Neural Network Learning with Backpropagation

How to use this code:

1. install Octave or Matlab
  1. fork this repo and clone it locally!

  2. navigate into the folder with the above files

  3. type ex4 to the command line to view a digit recogition neural network with about 95% success rate trained using backpropagation.