Skip to content
 
 

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementing a Neural Network from scratch

Read the blog post here.

iPython notebook setup

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

About

Implementing a Neural Network from Scratch

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors