Categories
Machine Learning & AI

Loading, Shuffling, and Splitting Datasets in Rust

In the previous article, I created a simple linear regression model, but I skipped the dataset splitting part. One of the readers pointed out that it’s crucial, and I shouldn’t have skipped it, even for that example. So now, I’m preparing this support article to address that request. Later, I’ll connect this article to the […]

Categories
Machine Learning & AI

Rapid Machine Learning Prototyping in Rust

Rust? Yes, Rust. Not even I, the one writing this article, am familiar with the language, if we don’t count this past week. So why am I writing about it with such limited knowledge? Well, first of all, it’s my blog, and I can write whatever I want. Secondly, the Linfa library looks pretty sick! […]