Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 873 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 873 Bytes

Neural Network Nim game using backprop. !!!not working well!!!

Cody Smith. 2019

Usage:

Most of the code is in main.js or Network.js . Also, index.html has some user interface code.

From the web

This is written in javascript and can be run from the web page https://m0ose.github.io/cs362_backprop/index.html .

Locally

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.

How it works

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.