splitting out the perceptron and back-propagation functions
commit9c052b40006c6f1a6e2f2bf3170702fba948dac5
authorEric Schulte <schulte.eric@gmail.com>
Wed, 10 Nov 2010 06:16:31 +0000 (9 23:16 -0700)
committerEric Schulte <schulte.eric@gmail.com>
Wed, 10 Nov 2010 06:16:31 +0000 (9 23:16 -0700)
tree8d2ec493350bde4cf70466ef63fcfeda3ce7564c
parentcb6b7d7ce65cb5c4042c66674d33378bc7e1d52b
splitting out the perceptron and back-propagation functions
src/neural_net/back-propagation.clj [new file with mode: 0644]
src/neural_net/core.clj
src/neural_net/perceptron.clj [new file with mode: 0644]