DEV Community

Lorenzo (Mec-iS)
Lorenzo (Mec-iS)

Posted on

ML in Rust: smartcore

Hi,

Today we have released version 0.3 of smartcore: a comprehensive library for machine learning and numerical computing. The library provides a set of tools for linear algebra, numerical computing, optimization, and enables a generic, powerful yet still efficient approach to machine learning.

We provide an easy and familiar API for ML practitioners to have an entrypoint into Rust but also a compact implementation of most popular machine learning algorithms to work with environments running Wasm32 and Wasi.

Easiest way to get the feeling are the Jupyter Notebooks but also the documentation.

Feel free to contribute or ask questions!
Cheers,
Lorenzo

Top comments (0)