Mushin: Automatic Differentiation in the GPU with Rust

Computational graphs with reverse automatic differentation in the GPU – GitHub – c0dearm/mushin: Computational graphs with reverse automatic differentation in the GPU… Read more

Similar

Learning Rust the Open Source Way

A few months ago I started learning Rust, and in the process I ended up contributing to an open source project for the first time. It turned out to be a great vehicle for learning Rust, so in this post I’d like to go over what I did and why... (more…)

Read more »

Playing Codenames in Rust with word vectors

In a previous post I implemented the game of Codenames in Rust, allowing a human player to interact with the computer playing randomly. Now let's implement a smarter computer agent, using word vectors. Word vectors (or word embeddings) are a way of conve... (more…)

Read more »