A tiny autograd engine
Andrej Karpathy recently released a library called micrograd which provides the ability to build & train a NN using a simple and intuitive interface.
In fact, he wrote the whole library in roughly 150 lines of code which he claims is the tiniest autograd engine there is. Ideally, such types of libraries can be used for educational purposes.
github: https://github.com/karpathy/micrograd
#karpathy #autograd
Andrej Karpathy recently released a library called micrograd which provides the ability to build & train a NN using a simple and intuitive interface.
In fact, he wrote the whole library in roughly 150 lines of code which he claims is the tiniest autograd engine there is. Ideally, such types of libraries can be used for educational purposes.
github: https://github.com/karpathy/micrograd
#karpathy #autograd