# nn-from-scratch **Repository Path**: mirrors_lepy/nn-from-scratch ## Basic Information - **Project Name**: nn-from-scratch - **Description**: Implementing a Neural Network from Scratch - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [**Please read the blog post that goes with this code!**](http://www.wildml.com/2015/09/implementing-a-neural-network-from-scratch/) ### iPython notebook setup ```bash # 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 ```