Skip to content

NjorogeMaurice/NeuralNets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Networks

Neural Networks Exercises


Installation

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
  1. Then change into the project directory:
cd Neural_Networks

3.Then create a virtual environment and activate it:

python3 -m venv env
 source env/bin/activate

You 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

About

Neural Network practice notebooks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors