Files
ece408-backprop-demo/README.md
Carl Pearson 84ede8312c Update readme
2017-02-20 06:07:08 -06:00

19 lines
301 B
Markdown

# ece408-backprop-demo
# Setup
Python 2.7
scikit-learn
numpy
Depending on your configuration, you could try
pip install --user scikit-learn numpy matplotlib
# Running
python network.py
# Other Stuff
`network2.py` has a different network implementation with a bug somewhere.