Loovelj / nn-from-scratch

Implementing a Neural Network from Scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please read the blog post that goes with this code!

iPython notebook setup

# 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

About

Implementing a Neural Network from Scratch


Languages

Language:Jupyter Notebook 98.8%Language:Python 1.2%