anowell / are-we-learning-yet

How ready is Rust for Machine Learning?
http://arewelearningyet.com
Creative Commons Attribution 4.0 International
441 stars 61 forks source link

Tutorial for classification on text data #2

Closed maciejkula closed 8 years ago

maciejkula commented 8 years ago

First of all, thanks for this!

Secondly, I just finished writing a tutorial for doing simple spam or non-spam classification, end-to-end in Rust, aimed at Rust beginners. It works through downloading data, parsing it into a sparse matrix (using a bag-of-words model), fitting a simple linear classifier to it, and cross-validation.

It's at the Rustbridge repo here: https://github.com/rust-community/rustbridge/tree/master/workshops/machine_learning

anowell commented 8 years ago

It's great to discover gems like this. I just added it. Thanks.

maciejkula commented 8 years ago

Thank you! Tweeted about your page so hopefully you'll get a little more traffic :)