backprop v0.0.2.0 Release Notes

  • Alpha

    🚀 https://github.com/mstksg/backprop/releases/tag/v0.0.2.0

    • ⚡️ Added optimized numeric Ops, and re-write Num/Fractional/Floating instances in terms of them.

    • 🚚 Removed all traces of Summer/Unity from the library, eliminating a whole swath of "explicit-Summer"/"explicit-Unity" versions of functions. As a consequence, the library now only works with Num instances. The API, however, is now much more simple.

    • Benchmark suite added for MNIST example.