karpathy / nn-zero-to-hero

Neural Networks: Zero to Hero
MIT License
10.9k stars 1.33k forks source link

add a complete guide to the making of micrograd #47

Open SiddharthDhirde opened 3 months ago

SiddharthDhirde commented 3 months ago

Each step of the implementation is explained in detail within Jupyter notebooks, accompanied by Markdown cells providing explanations of the topics covered and the corresponding code. By following along in the notebooks, anyone will gain a deep understanding of how neural networks work and how they can be implemented using Micrograd.