micrograd icon indicating copy to clipboard operation
micrograd copied to clipboard

Grad should be a Value instead of python/numpy scalar

Open MarisaKirisame opened this issue 6 years ago • 3 comments

So you can do higher order autodiff.

MarisaKirisame avatar Apr 14 '20 12:04 MarisaKirisame

yes, similar to PyTorch, a good feature request. I'll see if I can find a way to do it without sacrificing the clarity, cleanliness and compactness.

karpathy avatar Apr 14 '20 17:04 karpathy

I played with higher-order grads a bit in my fork. It was this plus some small changes. Created a pr: #8

evcu avatar Apr 19 '20 01:04 evcu