Count Page Views & Show Popular Posts in Gatsby Blog
June 21, 2020 | 5 min readThis post introduces how to count page views and show popular posts in the sidebar of Gatsby Blog. Google Analytics saves you the trouble of preparing databases and APIs.
Meet Pandas: Grouping and Boxplot
June 14, 2020 | 2 min readThis post summarizes how to group data by some variable and draw boxplots on it using Pandas and Seaborn.
Reproducing Deep Double Descent
June 13, 2020 | 7 min readDouble 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.
BERT That Works on Browser
May 22, 2020 | 4 min readThis 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.
Tiny Tips for Gatsby Incremental Builds on Netlify
May 16, 2020 | 2 min readStuck in an error when enabling Gatsby incremental builds on Netlify? This post might help it.