0.2.0 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 !