OliverFM / rust_light

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

Oliver/bmm backwards part ii #37

Closed OliverFM closed 1 year ago

OliverFM commented 1 year ago

Added a working version of the bmm_jvp. This is the main blocker that remains for training an MLP network.

The implementation is correct, I think, but could use a lot more testing, and could almost certainly be made much cleaner, and, of course, faster.