31 releases (breaking)

0.23.0 Oct 1, 2024
0.21.1 Jul 30, 2024
0.16.0 Mar 7, 2024
0.14.0 Dec 13, 2023
0.4.0 Jul 9, 2022

#613 in Machine learning

Download history 144/week @ 2024-06-25 14/week @ 2024-07-02 127/week @ 2024-07-09 6/week @ 2024-07-16 51/week @ 2024-07-23 177/week @ 2024-07-30 1/week @ 2024-08-06 6/week @ 2024-08-13 20/week @ 2024-08-27 143/week @ 2024-09-03 30/week @ 2024-09-10 19/week @ 2024-09-17 34/week @ 2024-09-24 180/week @ 2024-10-01 16/week @ 2024-10-08

276 downloads per month
Used in 2 crates

Apache-2.0

340KB
7K SLoC

Mixture of experts

crates.io docs

egobox-moe provides a Rust implementation of mixture of experts algorithm. It is a Rust port of mixture of expert of the SMT Python library.

The big picture

egobox-moe is a library crate in the top-level package egobox.

Current state

egobox-moe currently implements mixture of gaussian processes provided by egobox-gp:

  • Clustering (linfa-clustering/gmm)
  • Hard recombination / Smooth recombination
  • Gaussian processe model choice: specify regression and correlation allowed models

Examples

There is some usage examples in the examples/ directory. To run, use:

$ cargo run --release --example clustering

License

Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0

Dependencies

~15–34MB
~499K SLoC