Skip to content

NCState-Exploring-Machine-Learning/unit-7-intro-to-neural-networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Make sure pip is at least version 24.2

python -m pip install --upgrade pip

Install the requirements using: python3 -m venv .venv

Activate the virtual env

Windows: .\.venv\Scripts\activate

Mac: source ./.venv/bin/activate

Linux: source ./.venv/bin/activate

Install the requirements

python3 -m pip install -r ./requirements.txt

Select your environment for your kernel.

The order in which you should read this unit is:

  1. unit-7-intro-to-neural-networks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published