rustic_ml 0.0.0

A machine learning library created from scratch with Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies]

[package]
authors = ["Kjetil Indrehus <kjetilindrehus@gmail.com>"]
description = "A machine learning library created from scratch with Rust."
edition = "2021"
license = "MIT"
name = "rustic_ml"
readme = "README.md"
repository = "https://github.com/KjetilIN/rustic_ml"
version = "0.0.0"