From 84ede8312cd9eca94dcc4576faafdee6d61ddd54 Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Mon, 20 Feb 2017 06:07:08 -0600 Subject: [PATCH] Update readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c13bb85..01e5b17 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,12 @@ Depending on your configuration, you could try - pip install --user scikit-learn numpy + pip install --user scikit-learn numpy matplotlib # Running - python network.py \ No newline at end of file + python network.py + +# Other Stuff + +`network2.py` has a different network implementation with a bug somewhere. \ No newline at end of file