bilal2vec/L2
l2 is a fast, Pytorch-style Tensor+Autograd library written in Rust
This is a low-level software library that helps developers implement numerical computing and machine learning models in Rust. It takes numerical data in multi-dimensional arrays (tensors) and performs mathematical operations, including automatic calculation of gradients, which are essential for training models. This is for developers who are building machine learning systems and need a fast, Rust-native alternative to Python's PyTorch.
197 stars. No commits in the last 6 months.
Use this if you are a Rust developer creating machine learning applications and require a foundational library for tensor operations and automatic differentiation.
Not ideal if you are a data scientist or practitioner who needs a high-level, production-ready framework to immediately train and deploy machine learning models, as this is a foundational library still in development.
Stars
197
Forks
19
Language
Rust
License
MIT
Category
Last pushed
Dec 25, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/bilal2vec/L2"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
EnzymeAD/Enzyme
High-performance automatic differentiation of LLVM and MLIR.
Oxen-AI/Oxen
Lightning fast data version control system for structured and unstructured machine learning...
LaurentMazare/tch-rs
Rust bindings for the C++ api of PyTorch.
SunDoge/dlpark
A Rust Library for High-Performance Tensor Exchange with Python
TheMesocarp/koho
Full spectrum sheaf neural network over arbitrary CW complexes.