An open API service indexing awesome lists of open source software.

https://github.com/iandanforth/rust-linear-regression

A terrible port of ex1 octave code from Coursera's Machine Learning course into Rust
https://github.com/iandanforth/rust-linear-regression

Last synced: about 1 year ago
JSON representation

A terrible port of ex1 octave code from Coursera's Machine Learning course into Rust

Awesome Lists containing this project

README

          

# rust-linear-regression
A terrible port of ex1 octave code from Coursera's Machine Learning course into Rust

This is a very very bad sample of Rust code, please don't use it for reference. It is my first attempt at doing something beyond the projects in the Rust book.

If you'd like to help me learn Rust please feel free to open an issue with critiques!