RustyML and rusty-machine

RustyML
63
Established
rusty-machine
47
Emerging
Maintenance 10/25
Adoption 14/25
Maturity 16/25
Community 23/25
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 21/25
Stars: 337
Forks: 65
Downloads: 74
Commits (30d): 0
Language: Rust
License: MIT
Stars: 1,266
Forks: 150
Downloads:
Commits (30d): 0
Language: Rust
License: MIT
No Package No Dependents
Archived Stale 6m No Package No Dependents

About RustyML

SomeB1oody/RustyML

A high-performance machine learning library in pure Rust, offering statistical utilities, ML algorithms and neural networks, and future support for transformer architectures.

This project helps developers build high-performance machine learning models without external dependencies, leveraging Rust's strengths. It takes raw data and configuration parameters as input and outputs trained machine learning models for tasks like classification, regression, clustering, and neural networks. This is intended for backend or systems engineers who need to embed predictive capabilities directly into their Rust applications, especially in performance-critical environments.

Machine Learning Engineering High-Performance Computing Embedded AI Systems Programming Predictive Modeling

About rusty-machine

AtheMathmo/rusty-machine

Machine Learning library for Rust

Provides supervised and unsupervised learning algorithms (linear/logistic regression, SVMs, neural networks, k-means, GMMs, etc.) backed by the rulinalg linear algebra library with zero external dependencies. Models implement consistent `train` and `predict` interfaces via `SupModel` and `UnSupModel` traits, allowing customizable optimization algorithms while maintaining ease-of-use defaults.

Scores updated daily from GitHub, PyPI, and npm data. How scores work