Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 380 Bytes

File metadata and controls

12 lines (8 loc) · 380 Bytes

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.