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… Read more

Similar

Rust alternatives to Top

Recently I aliased top to ytop. Then I became aware of bottom, and zenith. These are all terminal based system monitoring tools that you might use instead of top. In this post I set out to compare them. (more…)

Read more »

Writing CUDA Kernels in Rust for GPGPU

Restart accel project After two years from accel-0.1.0 release, I have released accel-0.3.0. This project had been actually dead long time after 0.1.0 release, and 0.3.0 is a first release of restarted this project! (0.2.0 has been yanked) In this two ye... (more…)

Read more »