All Posts
- Numpy Array Stream to Video April 29, 2021
Short post with code snippits for creating videos from Numpy arrays in Matplotlib.
- Visiting the United Kingdom December 18, 2020
Reflections on our time in the United Kingdom during the Covid-19 pandemic.
- Engagement August 22, 2020
I got engaged to a really wonderful girl.
- Useful bash / zsh Profile Additions May 27, 2020
Some functions I found useful to add to my bash and zsh profile.
- Optimized Log-Sum-Exp PyTorch Function May 20, 2020
A walkthrough of how to optimize the log-sum-exp function in PyTorch.
- Torch CUDA Extension Tricks May 6, 2020
Some tricks I found useful for writing CUDA extensions for PyTorch.
- HMMs and CRFs April 7, 2020
A comparison of Hidden Markov Models and Conditional Random Fields, two kinds of probabilistic graphical models.
- Recap from MIT Covid-19 Challenge April 5, 2020
Recap and potential future directions from the MIT Covid-19 Challenge.
- "The Decadent Society" Book Review March 22, 2020
Summary and thoughts about The Decadent Society: How We Became the Victims of Our Own Success by Ross Douthat.
- Coding the Viterbi Algorithm in Numpy March 15, 2020
A demo of how to code the Viterbi algorithm in Numpy.