Neural Networks Exercises
To get started with this project, follow these installation steps:
1.Go to the directory where you want to create your project and clone the repo:
git clone https://github.com/NjorogeMaurice/Neural_Networks.git- Then change into the project directory:
cd Neural_Networks3.Then create a virtual environment and activate it:
python3 -m venv env
source env/bin/activateYou should see the name of your virtual environment in brackets on your terminal line e.g. (env).
4.Then Install project requirements:
pip install -r requirements.txt