#deep-learning #machine-learning #data-science

DeepIron

A simple Rust library for machine learning and deep learning

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

#2242 in Machine learning

Download history

241 downloads per month

MIT license

170KB
2.5K SLoC

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.


DeepIron

Description

A basic machine learning library built in Rust.

Features

  • Linear Regression
  • Logistic Regression
  • Multilayer Perceptron
  • Support Vector Machine
  • K-Means Clustering
  • Dataloader

Dependencies

~16MB
~311K SLoC