Andrej's GitHub Repository
Andrej's YouTube
Eureka Labs Discord
Jupyter Notebooks and Markdown files with detailed notes on Andrej Karpathy's tutorial series "Neural Networks: Zero to Hero", talks and general audience videos. The notes provide an additional overview and documentation of the concepts and techniques covered in the videos.
Video | Notes |
---|---|
G001 - Deep Dive into LLMs like ChatGPT | |
G002 - How I Use LLMs |
Video | Notes |
---|---|
T001 - State of GPT | |
T002 - Intro to LLMs - Director's Cut | |
T003 - Software in the era of AI |
- Clone this repository using the following command:
git clone https://github.com/MK2112/nn-zero-to-hero-notes.git
- Navigate to the repository, make sure to run
pip install -r requirements.txt
. - Launch Jupyter Notebook by running this command:
jupyter notebook
- Within Jupyter, navigate to the repository and open the desired notebook.
The general notes and the talks notes are written in Markdown instead of Jupyter Notebooks. Markdown notes can be viewed on GitHub just the same. For a best offline experience with Markdown, I suggest using Obsidian.
Contributions 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.
Find more of Andrej's work on his GitHub and 𝕏/Twitter.
MIT. Please attribute the original content to Andrej Karpathy and provide links to the tutorial series, the videos and this repository. This repository is not affiliated with Andrej Karpathy or any of his official channels.