Please read the blog post that goes with this code!
# Create and activate new virtual environment (optional) virtualenv venv source venv/bin/activate # Install requirements pip install -r requirements.txt # Start the notebook server jupyter notebook
Implementing a Neural Network from Scratch
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
Please read the blog post that goes with this code!
# Create and activate new virtual environment (optional) virtualenv venv source venv/bin/activate # Install requirements pip install -r requirements.txt # Start the notebook server jupyter notebook
Implementing a Neural Network from Scratch