Skip to content

R4ken/micrograd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Micrograd

A simple automatic differentiation engine using backpropagation over dynamically built DAG.
An example of usage (with multi layered perceptron) is shown in src/simpl_nn_example.py
Made with help of Andrej Karpathy's: spelled-out intro to neural networks and backpropagation.

License

MIT

About

My implemetation of Andrej Karpathy's micrograd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published