machine learning
Building Gemma3 from scratch in Rust
A technical walkthrough of building key components of Google’s Gemma3 model, from linear layers to attention, entirely in Rust
Writing Word2Vec from scratch in Rust
Guide on how to implement the word2vec algorithm using the cbow architecture from scratch in the rust programming language