seems to be working, if slowly...
commit752811ee76bcce0034c86cf6590d0dc8155d9c96
authorEric Schulte <schulte.eric@gmail.com>
Tue, 2 Nov 2010 07:42:51 +0000 (2 01:42 -0600)
committerEric Schulte <schulte.eric@gmail.com>
Tue, 2 Nov 2010 15:53:13 +0000 (2 09:53 -0600)
treeaeaebaa797b5337dc2c220b5ce08bc72ff205aa3
parent8e67f6b46f1a391e6832098e4e6fa8596deadc5b
seems to be working, if slowly...

- treating input neurons as non-neurons, more careful not to confuse
  them with regular neurons
- put training and testing data into a clojure file
- wrote a scripts to run the experiment
neural_net/backprop.clj
neural_net/data.clj [new file with mode: 0644]