Expand description
§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.
Modules§
- A module for loading and transforming data into a Polars DataFrame.
- A set of structs and functions for k-means clustering.
- A set of structs and functions that define a layer in a neural network.
- A set of structs and functions for linear regression.
- A set of structs and functions for logistic regression.
- A set of submodules used to define a generic model.
- A module encapsulating the structures and methods for building a multilayer perceptron.
- A set of structs and functions for support vector machines.