Skip to content

dennybritz/nn-from-scratch

Folders and files

NameName
Last commit message
Last commit date
Apr 25, 2016
Feb 5, 2023
Oct 6, 2015
Apr 25, 2016
Sep 2, 2015
Oct 19, 2017
Jul 17, 2017
Jul 25, 2023
Apr 25, 2016

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published