Skip to content

astahl3/micrograd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a micro autograd engine that implements backpropagation over a dynamically built directed acyclic graph. It is based on the micrograd engine design by Andrej Karpathy (see https://github.com/karpathy/). It is meant for educational purposes only, although it can be used to, e.g., generate deep neural networks for binary classification.

About

A tiny scalar-valued autograd engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages