Blog posts

2020

Inference in Bayesian Networks

~30-45 minute read

Published:

In this post, I discuss what inference is in the context of both standard feedforward networks and Bayesian networks. I then provide mathematical formulation to analytically perform inference in Bayesian networks.

2019

Code Comment Generation Using Transformers

~30-45 minute read

Published:

In this post, I discuss a project I worked on with Prof. Premkumar Devanbu UC Davis DECAL Lab. In this project, we applied Transformer models to the classic task of automatically generating comments from code.