3 releases
0.1.4 | Jun 29, 2024 |
---|---|
0.1.3 |
|
0.1.2 | May 14, 2024 |
0.1.1 |
|
0.1.0 | Jan 28, 2024 |
#532 in Machine learning
241 downloads per month
170KB
2.5K
SLoC
DeepIron
Description
A basic machine learning library built in Rust.
Features
- Linear Regression
- Logistic Regression
- Multilayer Perceptron
- Support Vector Machine
- K-Means Clustering
- Dataloader
lib.rs
:
DeepIron
DeepIron
is a simple and extensible machine learning library written in Rust.
The goal of this library is to understand the fundamentals of machine learning by implementing them from scratch.
As such, the library is basic, unoptimised, and not suitable for production use.
Dependencies
~16MB
~306K SLoC