39 releases (breaking)

new 0.28.0 Apr 17, 2025
0.27.0 Mar 13, 2025
0.25.0 Dec 19, 2024
0.24.0 Nov 12, 2024
0.4.0 Jul 9, 2022

#1193 in Machine learning

Download history 147/week @ 2025-01-01 10/week @ 2025-01-08 154/week @ 2025-02-05 180/week @ 2025-02-12 6/week @ 2025-02-19 25/week @ 2025-02-26 147/week @ 2025-03-12 12/week @ 2025-03-19 1/week @ 2025-03-26 160/week @ 2025-04-02 67/week @ 2025-04-09

244 downloads per month
Used in 2 crates

Apache-2.0

350KB
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–33MB
~487K SLoC