rustyml 0.14.0

A high-performance machine learning & deep learning library in pure Rust, offering ML algorithms and neural network support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[book]
title = "RustyML User Guide"
authors = ["SomeB1oody"]
description = "A hands-on guide to machine learning and deep learning in pure Rust with RustyML."
language = "en"
src = "src"

[build]
build-dir = "../book/en"

[output.html]
preferred-dark-theme = "navy"
git-repository-url = "https://github.com/SomeB1oody/RustyML"

[output.html.playground]
runnable = false