- 
      Quantization for Neural Networkshow to properly quantize neural networks for efficient hardware inference? 
- 
      Enforcing Lipschitz Constant in Neural Networkhow to enforce lipschitz constraint in neural networks? 
- 
      Langevin Dynamics for Bayesian Inferencestochastic differential equation, Fokker Plank equation, and their connections to Bayesian inference 
- 
      Understanding and Implementing Asymmetric Numeral System (ANS)an introduction of ANS and its implementation 
- 
      Arithmetic Coding (AC) Implementationpython implementation of arithmetic coding 
- 
      Optical Flow -- An Overviewsummary of how optimal flow can be derived 
- 
      Markov Chain Monte Carlo: Gibbs, Metropolis-Hasting, and Hamiltoniana primer on Gibbs sampling, Metropolis-Hasting, and Hamiltonian MC 
- 
      Normalizing Flow: understanding the change of variable equationdecipher absolute-logarithm-determinant-Jocabian 
- 
      Understanding conventional HMM-based ASR trainingcall me an archeologist 
- 
      Comparison of end-to-end ASR modelshow CTC, RNN-transducer, and Attention factor probabilities 
- 
      Gumbel max and Gumbel softmaxsampling of softmax == max of (logit + Gumbel noise) 
- 
      An introduction to Kalman filter and particle filterKalman filter 101 
- 
      Griffin-Lim algorithm for waveform reconstructionthe age before neural vocoder 
- 
      A step-by-step guide to variational inference (4): variational auto encoderlearned amortized posterior == encoder 
- 
      A step-by-step guide to variational inference (3): mean field approximationposterior approximation before age of deep learning 
- 
      A step-by-step guide to variational inference (2): expectation maximizationhow to optimize ELBO when your approx posterior can be easily obtained 
- 
      A step-by-step guide to variational inference (1): variational lower boundwhat is variational lower bound, why it is important, and how to derive it 
- 
      A solution manual to the Elements of Statistical Learning (ESL)my solution to selected problems