19 lines
301 B
Markdown
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. |