This document will (loosely) keep track of development goals for this project.
The linear algebra library previously in rusty-machine is now a new crate - Rulinalg.
For full information on what is currently available look at the crate documentation.
The table below details some planned features and the release version we are aiming for. We are actively developing and so expect to move through these at a good pace!
Version | Feature | Dependencies |
---|---|---|
0.5.X | Nearest Neighbours |
|
0.6.0 | Model API Improvements |
|
0.6.0 | Neural Net Improvements |
|
Whilst working on the above there will of course be ongoing development on the existing and new machine learning algorithms.
- Convolutional and Recurrent neural nets.
- SVM coordinate descent as per this paper.
If you think there is an obvious feature missing from the library please open an issue about it. If you want to work on said feature then even better!