/rust-ml

Primary LanguageRustApache License 2.0Apache-2.0

rust-ml

Machine learning library for the Rust programming language.

Documentation

See here.

Features

Features:

  • classification
    • logistic regression
  • clustering
    • k-means
  • regression
    • linear regression

Building

make

Examples

To run examples: (You will need to have gnuplot installed to run them).

./out/kmeans
./out/linalg