A variant of Andrej Karpathy's micrograd, with support for multi-class classification.
Check out this YouTube video for more information
You need to install poetry
before moving forward. Follow the instructions in this link.
- Clone this repo:
git clone git@github.com:david1542/toygrad.git
- Install the dependencies:
poetry install
You can run the walkthrough.ipynb
notebook for testing the core building blocks.