Tags
Latest Posts
# Finding How PyTorch Samples from a Multinomial Distribution
5 min read
Ever wondered how PyTorch exposes low-level C++ operations to Python? I have, and maybe I can save you a few hours of digging through source code to figure out how they do it.
# Entropy Calculator
5 min read
I’ve been learning more about Information Science lately and I created a fun widget to visualize information content in text.
# Web Piano
2 min read
While I was stuck at home during peak COVID lock-down, I made a fun little web app that uses Vue and MIDI.JS to let you play a virtual piano from your web browser.