3 releases

0.1.4 Jun 29, 2024
0.1.3 Jun 29, 2024
0.1.2 May 14, 2024
0.1.1 May 13, 2024
0.1.0 Jan 28, 2024

#532 in Machine learning

Download history 1/week @ 2024-06-12 228/week @ 2024-06-26 44/week @ 2024-07-03 29/week @ 2024-07-24 16/week @ 2024-07-31 2/week @ 2024-09-18 3/week @ 2024-09-25

241 downloads per month

MIT license

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