Follow these steps to get the repository set up on your machine so you can start working.
git clone https://github.com/kfoura/Neural-Networks-From-Scratch.git
cd Neural-Networks-From-Scratchpython3 -m venv venv
source venv/bin/activatepython -m venv venv
venv\Scripts\activatepython3 -m venv venv
source .venv/bin/activate
pip install -r requirements.txtOnce you're finished working, exit the virtual environment by running the following command:
deactivate