Cody Smith. 2019
Most of the code is in main.js or Network.js . Also, index.html has some user interface code.
This is written in javascript and can be run from the web page https://m0ose.github.io/cs362_backprop/index.html .
Download/unzip the files to a directory and then open index.html. You may be able to just double click the index.html file. Otherwise, in chrome go to file->open->[directory]/index.html . Note: I have only tested this in the Chrome browser.
This currently this just tries to train a network to play nim. It outputs a graph of the error and that is about it.
Need to figure out why the backprop is not working.