Andrej's GitHub Repository
YouTube Series
Eureka Labs Discord
This GitHub repository contains Jupyter Notebooks with detailed notes on Andrej Karpathy's tutorial series "Neural Networks: Zero to Hero". These notes aim to provide an additional overview of the concepts and techniques covered in the series.
Video | Notebook |
---|---|
1 - Building Micrograd | |
2 - Makemore 1 | |
3 - Makemore 2 - MLP | |
4 - Makemore 3 - Activations, BatchNorm | |
5 - Makemore 4 - Becoming a Backprop Ninja | |
6 - Makemore 5 - WaveNet | |
7 - GPT From Scratch | |
A - Talk - State of GPT | |
B - Talk - Intro to LLMs - Director's Cut | |
8 - GPT Tokenizer | |
9 - Reproducing GPT-2 |
git clone https://github.com/MK2112/nn-zero-to-hero-notes.git
pip install -r requirements.txt
.jupyter notebook
Contributions to this repository are welcome and encouraged. If you find any errors, have suggestions for improvements, or want to add to the materials, please submit a pull request.
Thank you Andrej Karpathy for creating and sharing the "Neural Networks: Zero to Hero" tutorial series. Your dedication and expertise have made this resource possible. Find more of Andrej's work on his GitHub and Twitter.
This repository is licensed under the MIT License. Feel free to use the provided materials for educational purposes, but please attribute the original content to Andrej Karpathy and provide a link back to the tutorial series.