smartcore and rusty-machine

smartcore
62
Established
rusty-machine
47
Emerging
Maintenance 17/25
Adoption 10/25
Maturity 16/25
Community 19/25
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 21/25
Stars: 896
Forks: 91
Downloads:
Commits (30d): 6
Language: Rust
License: Apache-2.0
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 smartcore

smartcorelib/smartcore

A comprehensive library for machine learning and numerical computing. Apply Machine Learning with Rust leveraging first principles.

This is a machine learning library built specifically for developers who write code in Rust. It helps Rust developers integrate common machine learning models, like those for classification, regression, and clustering, directly into their applications. You provide your data as Rust vectors or matrices, and it outputs predictions, groupings, or other analytical results, all within your Rust program.

Rust development application development machine learning engineering embedded systems web development

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