Chester Cheng's blog

Aspiring data scientist


  • Home

  • About

  • Archives

Little fact used in the IWAE paper

Posted on 2018-12-01
Words count in article 161

There’s a little lemma used in the Importance Weighted Autoencoder paper [1]

Read more »

EM algorithm and mixtures of distributions

Posted on 2018-10-26
Words count in article 1281

As a data scientist in the retail banking sector, it is natural that I do a lot of customer segmentations. Recently I was assigned to investigate on what kind of behavior our investment fund customers exhibit online, I used Gaussian mixture models to see what kind of “in between” After the project was concluded I decided to write a blog about Gaussian mixture as I thought the theory was quite interesting.

Read more »

GAN and better GANs

Posted on 2018-07-01
Words count in article 1261

Really short intro

Given random variable $X$, GAN (Generative Adversarial Nets) aims to learn $P(X)$ via generative methods, specifically, it involves two neural networks playing a minimax game, where one is constantly generating data points that resemble $X ~ P(X)$ to pass it on as a “real” sample, while the other tries to recognize the actual real sample and the generated one, the game goes on until both reach the Nash equalibrium.

Read more »

Feature engineering - Encoding categorical variables (Part 1)

Posted on 2018-05-04
Words count in article 1551

Categorical variables are discrete variables that take values from a finite set. Examples of some categorical variables are

Read more »

Autoencoder (part 1)

Posted on 2018-04-17
Words count in article 687

What is an autoencoder

An autoencoder is a deep neural network atchitecture that is used in unsupervised learning, it consists of three parts, an encoder, a decoder and a latent space. The goal of an autoencoder is to encode high dimensional data to a low dimensional subspace by means of feature learning. Autoencoder_model

Read more »
Chester Cheng

Chester Cheng

5 posts
© 2018 Chester Cheng
Powered by Jekyll
Theme - NexT.Pisces