Skip to content

0.2.0 Release

Compare
Choose a tag to compare
@samsja samsja released this 28 Sep 12:50
· 24 commits to master since this release

This is still a prototype of a deep learning library.

this release add the support of rust ndarray as a backend.

All 4 operation (add,sub,div,mul) and relu are backward compatible.

TODO for the next releases (hopefully)

  • Use ndarray as a backend and extend it to array composition.
  • implement a full MLP
  • implement some basic optim algo (SGD)
  • Plug everything and train a simple network on a simple task !