Create and track a small network of neurons
see examples.
To run them, simply
git clone https://github.com/dotanrs/netsy.git
python netsy/examples/<select file>
In the terminal...
- Python3:
$ Python --version
if not found:
$ brew install python3
If you don't have brew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Packages:
pip install matplotlib
pip install numpy