Andrej's GitHub Repository
Andrej's YouTube
Eureka Labs Discord
This GitHub repository contains Jupyter Notebooks and Markdown files with detailed notes on Andrej Karpathy's tutorial series "Neural Networks: Zero to Hero", his talks and general audience videos. These notes aim to 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 | |
T001 - Intro to LLMs - Director's Cut |
- Clone this repository to your local machine 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 the command:
jupyter notebook
- Within Jupyter, navigate to the repository and open the desired 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 talks and general audience videos. 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. Please attribute the original content to Andrej Karpathy and provide links to the tutorial series, the videos and this repo.