Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Latest commit

 

History

History
45 lines (31 loc) · 1.48 KB

DEVELOPMENT.md

File metadata and controls

45 lines (31 loc) · 1.48 KB

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.

For full information on what is currently available look at the crate documentation.


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.

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!