Skip to content

PrestonThomsen/FirstPytorch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytorch First Lesson

Getting Started

Type this into the command line:

git clone https://github.com/stuyai/FirstPytorch.git
cd FirstPytorch
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Resources

  • More information on Batch Normalization (here)

  • How do neural networks work (here)

  • Pytorch in 100 seconds (here)

Here's the link to the original dataset BTW

About

Meeting for 2/6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%