This repository contains my work and notes for the first four parts of the AI Neural Network Course by Andrej Karpathy.
The course provides a comprehensive introduction to the field of neural networks and deep learning. It is divided into several parts, and this repository focuses on the first four:
- The spelled-out intro to neural networks and backpropagation: building micrograd
- The spelled-out intro to language modeling: building makemore
- Building makemore Part 2: MLP
- Building makemore Part 3: Activations & Gradients, BatchNorm
All the course work and exercises are implemented in Google Colab notebooks. Google Colab is a free cloud service that provides an environment to write, run, and share code. It's especially suited for machine learning and data analysis.
Please note that this repository is currently a work in progress and will be updated as I continue to progress through the course. Stay tuned for more updates!