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
- Host: GitHub
- URL: https://github.com/iandanforth/rust-linear-regression
- Owner: iandanforth
- License: mit
- Created: 2018-03-13T03:47:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T04:38:33.000Z (over 8 years ago)
- Last Synced: 2025-03-17T04:11:53.843Z (over 1 year ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!