Welcome to my website! My name is Ha Vu! When I was a graduate student, I grappled with some of the concepts in linear algebra and probability for such a long time, and it was through reading some of Gregory Gundersen's blog posts that I was able to untie all the knots in my head about them. I love his website design because it focuses on presenting knowledge, and just that!. I hope to pay forward for all the ones who taught me by writing blogs of my own. In the blogs, if the math looks funny, reload the page!
Characteristic function-- an example use case
20 January 2025
Why is it that for heavy-tailed distributions, the higher moments do not exist or do not converge? What is the characteristic function of a distribution? Why is it useful when we already have the PDF and MGF to define a distribution?
1Variational Inference and Reparameterization-- step-by-step
31 August 2024
The reparameterization trick was first introduced when I first learned about the Variational Autoencoder(VAE). It shamefully took me multiple years from when I first learned about it to when I fully internalize why it is needed, and how I can turn any inference problem into one solved by variational inference. Here, I write about my general approaches to inference, with a focus on Variational Inference, and detailed explanation for why the reparameterization trick is needed.
2I came across situations where I had to find the distribution of certain variables based on those of others. The approach of derivation through the probability density function (PDF) did not work, but moment generating functions come to the rescue. Here, I present such a situation and show how to apply moment generating functions to draw conclusion on about the distribution of a random variable.
3Beta distribution-- from first principles
28 August 2024
We should not take any distribution for granted, as in treating them as entities with googleable formula. Here, I derive the Beta distribution from the Uniform distribution.
4