/neural-net

Replication of micrograd based on Andrej Karpathy's videos

Primary LanguagePythonMIT LicenseMIT

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