Hippocampus's Garden

Under the sea, in the hippocampus's garden...

Home | Hippocampus's Garden
[object Object]
Welcome to Hippocampus's Garden, a Shion Honda's blog. I regularly write about machine learning, statistics, programming, and my hobbies.
post

Count Page Views & Show Popular Posts in Gatsby Blog

June 21, 2020  |  5 min read

This 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.

post

Meet Pandas: Grouping and Boxplot

June 14, 2020  |  2 min read

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

post

Reproducing Deep Double Descent

June 13, 2020  |  7 min read

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.

post

BERT That Works on Browser

May 22, 2020  |  4 min read

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.

post

Tiny Tips for Gatsby Incremental Builds on Netlify

May 16, 2020  |  2 min read

Stuck in an error when enabling Gatsby incremental builds on Netlify? This post might help it.

post

Meet Pandas: loc, iloc, at & iat

April 27, 2020  |  2 min read

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.

post

Recent Advances in Representation Learning

April 20, 2020  |  4 min read

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

Shion Honda

Hippocampus's Garden © 2024, Shion Honda. Built with Gatsby