rustic_ml 0.0.3

A machine learning library created from scratch with Rust.
Documentation
[[bench]]
harness = false
name = "matrix_benchmark"
path = "benches/matrix_benchmark.rs"

[dependencies.rand]
version = "0.8.5"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.4"

[features]
extensive_benchmark = []

[lib]
name = "rustic_ml"
path = "src/lib.rs"

[package]
authors = ["Kjetil Indrehus <kjetilindrehus@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["science", "mathematics"]
description = "A machine learning library created from scratch with Rust."
documentation = "https://docs.rs/rustic_ml"
edition = "2021"
include = ["Cargo.toml", "LICENSE", "README.md", "docs/*.pdf", "src/**/*.rs", "benches/*.rs"]
keywords = ["machinelearning", "neuralnetworks", "deeplearning"]
license = "MIT"
name = "rustic_ml"
readme = "README.md"
repository = "https://github.com/KjetilIN/rustic_ml"
version = "0.0.3"