micrograd
micrograd copied to clipboard
Add exp to engine.Value
I have added exp
function using math.exp
in micrograd/engine.py
I will add tests once the changes are approved.
@karpathy, please review
There is pow method. Why still needs this method? Just curious.
because pow currently requires the second argument to be an int/float.