Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 229 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 229 Bytes

NNFS

This is just a place to store scripts and notes relating to the Neural Networks From Scratch in Python (NNFS) book.

Get Started

python3 -m venv ./venv
source ./venv/bin/activate
pip install -r requirements.txt