Skip to content
/ book Public
forked from rust-ml/book

The Rust Machine Learning Book

Notifications You must be signed in to change notification settings

gallarrj/book

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Rust Machine Learning Book

This repository contains the source of "The Rust Machine Learning Book".

Purpose

The aim of this book is to demonstrate how the Rust language can be used for Machine Learning tasks. They encompass classical ML algorithms, like Naive Bayes Classifier, but also more modern approaches. Most of the classical algorithms are contained in the rust-ml/linfa crate and ready to use.

Audience

The reader should have a basic knowledge of Rust type-system and linear algebra. A small recap on rust-ndarray type system should familiarize the reader with its applications and limitations.

Requirements

Building this book requires mdBook and the scientific plugin.

$ cargo install mdbook

Building

You can build the book with

$ mdbook build

and append

$ mdbook build --open

in order to open it afterwards.

About

The Rust Machine Learning Book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 70.8%
  • TeX 22.4%
  • CSS 6.8%