Skip to content

Code walkthrough of Andrej Karpathy's Zero-to-Hero Neural Network Tutorial

Notifications You must be signed in to change notification settings

dhern023/course-neural-networks-zero-to-hero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Code walkthrough of Andrej Karpathy's Zero-to-Hero Neural Network Tutorial

https://www.youtube.com/playlist?list=PLAqhIrjkxbuWI23v9cThsA9GvCAUhRvKZ

Idea here is to create reproducible outcomes and build things gradually. Note: Will skip some things based on personal preference.

System Requirements

Developed on an i5 5500U CPU via WSL

Setup

sudo apt-get graphviz
pip3 install requirements.txt

Running

python3 -m <folder-name>/filename.py

Troubleshooting

  • Torch devices are easy to use but hard to master. Python can raise an erroneous not defined error if you try to assign tensors to other tensors that are not on the same device, i.e., tensor_gpu = tensor_cpu * 9

About

Code walkthrough of Andrej Karpathy's Zero-to-Hero Neural Network Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published