karpathy / micrograd

A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API
MIT License
10.5k stars 1.52k forks source link

A tensor version for micrograd inpired by this work #37

Open hkxIron opened 1 year ago

hkxIron commented 1 year ago

I have implement a tensor version based on numpy.ndarray, code: https://github.com/hkxIron/tensorgrad