Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 250 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 250 Bytes

Implementing a Neural Network from scratch

iPython notebook setup

# Create a new virtual environment (optional)
virtualenv venv
# Install requirements
pip install -r requirements.txt
# Start the notebook server
jupyter notebook .