/micrograd_karpathy

A replication of the NN zero to hero from Karpathy, with more personal notes

Primary LanguageJupyter Notebook

Micrograd

This repository is a replication of Andrej Karpathy's "NN Zero to Hero" Micrograd course. You can find the original course materials here.

Requirements

To run the code in this repository, you'll need to have the following dependencies installed:

  • Python 3.x
  • NumPy
  • pytorch

You can install the required packages by running the following command: pip install -r requirements.txt