Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.31 KB

File metadata and controls

38 lines (24 loc) · 1.31 KB

comp-neuro

"Just enough" python

Notebook Link
Demo Open In Colab
Assignment Open In Colab

Simple neural networks

Notebook Link
Demo Open In Colab
Playground Open In Colab

Setup:

  1. Clone the repo
git clone git@github.com:murtylab/comp-neuro.git
  1. Run the setup command:
python setup.py develop
  1. Install some dependencies:
pip install torch numpy matplotlib scikit-learn