natefduncan / neural-net

Replication of micrograd based on Andrej Karpathy's videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neural Net

Replication of micrograd based on Andrej Karpathy's video for learning purposes.

Notes

  • To display dot graph output, use draw(v) and pipe output to dot -Tsvg > output.svg && inkview output.svg

About

Replication of micrograd based on Andrej Karpathy's videos

License:MIT License


Languages

Language:Python 100.0%