Andrej's GitHub Repository
YouTube Series
This GitHub repository contains my 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 as covered in the series.
Follow these steps to read the notes:
- Clone the repository to your local machine using the following command:
git clone https://github.com/your-username/neural-networks-zero-to-hero.git
- Make sure that Jupyter Notebook, PyTorch, Matplotlib and Tiktoken are installed.
- Launch Jupyter Notebook by running the command:
jupyter notebook
- Navigate to the cloned repository directory 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 dedication and expertise have made this resource possible. You can find more of Andrej's work on his GitHub and Twitter pages.
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.