From 39e53619d389837e5324dd05a6961ff4109494c6 Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Mon, 20 Feb 2017 05:54:09 -0600 Subject: [PATCH] Update readme --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73b3fcb..c13bb85 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -# ece408-backprop-demo \ No newline at end of file +# ece408-backprop-demo + +# Setup + + Python 2.7 + scikit-learn + numpy + +Depending on your configuration, you could try + + pip install --user scikit-learn numpy + +# Running + + python network.py \ No newline at end of file