book
book copied to clipboard
The Rust Machine Learning Book
Now that `linfa` 0.6 has been released, which does not require a BLAS dependency, it should be much easier for users to get started with using it. This book should...
We should build and publish the book automatically to `rust-ml.github.io/book` on each push: * [ ] add small CI system which builds the book * [ ] add `gh` branch...
At the moment this code snippets ```bash user@computer:~/rust-ml/book$ cd code/ user@computer:~/rust-ml/book/code$ cargo run --release --example kmeans ``` is parsed with the dollar symbols as inline equations.
The `rust-ml` group is still in its infancy, but these are already available: * [ ] linear decision trees * [ ] non-linear manifolds * [x] linear regression * [...
We should think of a way to add multiple languages in the book. The easiest option would add a separate `mdbook` for each language and publish each of them separately....
Work-in-progress for update to `linfa v0.6`, including removing `mdbook-scientific`, adding a linear regression model, and adding CI for the code.