Skip to content

aptitudepi/Neural-Networks-From-Scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Neural-Networks-From-Scratch

Follow these steps to get the repository set up on your machine so you can start working.

1. Clone the Repository

git clone https://github.com/kfoura/Neural-Networks-From-Scratch.git
cd Neural-Networks-From-Scratch

2. Set up the virtual environment

For MacOS

python3 -m venv venv
source venv/bin/activate

For Windows

python -m venv venv
venv\Scripts\activate

For Linux

python3 -m venv venv

move to that directory

source .venv/bin/activate

3. Install dependencies

pip install -r requirements.txt

4. Exiting the virtual environment

Once you're finished working, exit the virtual environment by running the following command:

deactivate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages