act65 / FAT

Functional linear algebra.
MIT License
2 stars 1 forks source link

Derivatives #1

Open act65 opened 8 years ago

act65 commented 8 years ago

Investigate a way to work with derivatives/backprop/autograd.

act65 commented 8 years ago

Unsure: g = g - a dL/dg. Can we just linearly add like this if g is some non-linear function. Dont think so.