🤓 Blog posts

2023

Variational Autoencoders

6 minute read

Published:

Note: This blog is not yet complete, and will be updated frequently.

Post image

Introduction to Generative Modeling

13 minute read

Published:

This blog provides a primer on generative modeling, summarizing introductory knowledge required before venturing into more advanced topics. It will serve as a foundational piece that I plan to build upon and update whenever necessary. As I delve deeper into the subject, I intend to create more comprehensive articles focusing on various topics, This blog acts as an initial stepping stone towards that goal.

Post image

Mathematical Derivation and Python Implementation of Principal Component Analysis

15 minute read

Published:

Dimensionality reduction is the transformation of data from a higher dimensional space to low-dimensional space, such that the information loss is minimum. Dimensionality reduction can be used for noise reduction, data visualization, cluster analysis, or as an intermediate step to facilitate other analyses. Principal Component analysis(PCA) is one such technique.

Post image