
Best Machine Learning Papers of 2020
Let's look back on the machine learning papers published in 2020! This post covers 10 representative papers that I found interesting and worth reading.

Let's look back on the machine learning papers published in 2020! This post covers 10 representative papers that I found interesting and worth reading.

Lightweight GAN has opened the way for generating fine images with ~100 training samples and affordable computing resources. This post presents "This Sushi Does Not Exist" and how I built it with GAE.

If you want to use a custom loss function with a modern GBDT model, you'll need the first- and second-order derivatives. This post shows how to implement them, using LightGBM as an example

How come ROC-AUC is equal to the probability of a positive sample ranked higher than negative ones? This post provides an answer with a fun example.

Transformer has undergone various application studies, model enhancements, etc. This post aims to provide an overview of these studies.

This post introduces how to sample groups from a dataset, which is helpful when you want to avoid data leakage.

This post compares the behaviors of different feature importance measures in tricky situations.

This post introduces the Pandas method of `query`, which allows us to query dataframes in an SQL-like manner.

This is a golang sample code that calls some function periodically for a specified amount of time.

This post introduces PFRL, a new reinforcement learning library, and uses it to learn to play the Slime Volleyball game on Colaboratory.