
Preface¶
A self-contained course to learn the basics of neural networks: from backprop to GPT!
📖 Read 🌻¶
Visit micrograduate-book.github.io.
⚡ Run ☄️¶
🌐 Online¶
| # | 📔 | 🔗 |
|---|---|---|
| 1 | micrograd | |
| 2 | makemore1 | |
| 3 | makemore2 | |
| 4 | makemore3 | |
| 5 | makemore4 | |
| 6 | makemore5 | |
| 7 | picoGPT |
🏡 Locally¶
Clone repo:
git clone https://github.com/ckaraneen/micrograduate.gitCreate and activate env:
cd micrograduate
conda env create --file environment.yaml
conda activate micrograduate-envInstall requirements:
uv pip install -r requirements.txtRun notebooks in Notebook Server, VSCode/Cursor, etc.
✨ Acknowledgements 🙏¶
microgra∇uate builds on the works of Andrej Karpathy (check out Eureka Labs!) and Jay Mody:
Neural Networks: Zero to Hero lecture series and repo
It would not exist without their contributions. ❤️
