# Development This document will (loosely) keep track of development goals for this project. --- ## Current Progress The linear algebra library previously in rusty-machine is now a new crate - [Rulinalg](https://github.com/AtheMathmo/rulinalg). For full information on what is currently available look at the [crate documentation](https://athemathmo.github.io/rusty-machine/rusty-machine/doc/rusty_machine/index.html). --- ## Goals 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!
VersionFeatureDependencies
0.5.XNearest Neighbours
  • None
0.6.0Model API Improvements
  • None
0.6.0Neural Net Improvements
  • None
Whilst working on the above there will of course be ongoing development on the existing and new machine learning algorithms. ### Unplanned: - Convolutional and Recurrent neural nets. - SVM coordinate descent as per [this paper](http://www.loshchilov.com/publications/GECCO2011_AdaptiveCoordinateDescent.pdf). ### Why aren't you working on X? 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!