Skip to content

Kandepet/nn-zero-to-hero-notes

 
 

Repository files navigation

Notes - Neural Networks: Zero to Hero

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.

Getting Started

Follow these steps to read the notes:

  1. Clone the repository to your local machine using the following command:
git clone https://github.com/mk2112/nn-zero-to-hero-notes.git
  1. Make sure that Jupyter Notebook, NumPy, PyTorch, Matplotlib and Tiktoken are installed.
  2. Launch Jupyter Notebook by running the command:
jupyter notebook
  1. Navigate to the cloned repository directory and open the desired notebook.

Contributions

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.

Acknowledgments

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.

License

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.

About

Jupyter Notebook notes on Andrej Karpathy's tutorial series, "Neural Networks: Zero to Hero."

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.7%
  • Python 0.3%