Skeletonxf/easy-ml
Machine learning library providing matrices, named tensors, linear algebra and autodiff aimed at being easy to use
This library helps Rust developers implement foundational machine learning algorithms. It takes mathematical data structures like matrices and tensors, applies linear algebra and automatic differentiation, and outputs results for tasks such as linear regression or k-means clustering. Rust programmers who need to build simple machine learning models from scratch will find this useful.
Use this if you are a Rust developer who wants to implement classical machine learning algorithms directly, with full control over the mathematical definitions and computations.
Not ideal if you are looking for a highly optimized library for deep learning or complex, large-scale machine learning tasks, as it focuses on clarity over performance.
Stars
24
Forks
2
Language
Rust
License
MPL-2.0
Category
Last pushed
Mar 08, 2026
Monthly downloads
142
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Skeletonxf/easy-ml"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SomeB1oody/RustyML
A high-performance machine learning library in pure Rust, offering statistical utilities, ML...
smartcorelib/smartcore
A comprehensive library for machine learning and numerical computing. Apply Machine Learning...
open-spaced-repetition/fsrs-rs
FSRS for Rust, including Optimizer and Scheduler
open-spaced-repetition/fsrs-optimizer
FSRS Optimizer Package
rust-ml/linfa
A Rust machine learning framework.