Older English posts

From Direct Method to Doubly Robust

From Direct Method to Doubly Robust

Causal inference is becoming a hot topic in ML community. This post formulates one of its important concepts called doubly robust estimator with simple notations.

2020-07-29 · 3 min read · EN
Meet Pandas: Grouping and Boxplot

Meet Pandas: Grouping and Boxplot

This post summarizes how to group data by some variable and draw boxplots on it using Pandas and Seaborn.

2020-06-14 · 2 min read · EN
Reproducing Deep Double Descent

Reproducing Deep Double Descent

Double descent is one of the mysteries of modern machine learning. I reproduced the main results of the recent paper by Nakkiran et al. and posed some questions that occurred to me.

2020-06-13 · 7 min read · EN
BERT That Works on Browser

BERT That Works on Browser

This post explains how MobileBERT succeeded in reducing both model size and inference time and introduce its implementation in TensorFlow.js that works on web browsers.

2020-05-22 · 5 min read · EN
Meet Pandas: loc, iloc, at & iat

Meet Pandas: loc, iloc, at & iat

Have you ever confused Pandas methods `loc`, `at`, and `iloc` with each other? It's no more confusing when you have this table in mind.

2020-04-27 · 2 min read · EN
Recent Advances in Representation Learning

Recent Advances in Representation Learning

"Representation" is a way AIs understand the world. This post is a short introduction to the representation learning in the "deep learning era."

2020-04-20 · 5 min read · EN