OliverFM / rust_light

A tensor processing library in rust.
MIT License
3 stars 0 forks source link

Oliver/add derivative struct for autograd #23

Closed OliverFM closed 1 year ago

OliverFM commented 1 year ago

Getting a basic autograd setup working for tanh there is much left to do:

Most notably, I need to actually update the tensors with their gradients!