Recent Posts

C++ Associative Containers in One Place

5 minute read

This is not an original work. Most things on this page are summarized/copied from cppreference.com. The purpose of this post is to put concise language refe...

Understanding the Math Behind CTC

6 minute read

In this post, I’m writing down my thought process of understanding the math behind Connectionist Temporal Classification (CTC) [2][2].

Adding mathjax to jekyll

less than 1 minute read

Steps 1. Check for _includes/head.html file in your project If you don’t have _includes/head.html in your jekyll project, create one. Be careful that it w...