Skip to content

antonin-lfv/rust_first_steps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation



Getting started with Rust

πŸ› οΈ Build

To build the project:

cargo build

To run a specific example:

cargo run --bin <file_name_without_rs>

πŸ€– Machine Learning

  • Linear Regression using SVD – Linear regression implemented from scratch using Singular Value Decomposition.
  • K-means – (in progress) Unsupervised clustering using centroids and Euclidean distance.

🧰 Utilities

πŸ“ Project Structure

This repository is organized with one file per experiment or module inside src/bin/. Each file is a standalone binary crate meant for hands-on learning and testing.

About

First steps with Rust

Topics

Resources

Stars

Watchers

Forks