Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 707 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 707 Bytes

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