Using tmux to manage your terminal

Posted: Oct 21, 2023 ·  Updated: Oct 28, 2023 · 1 min.
Cheet sheet

Create, kill, and manage tmux sessions

Entropy, KL Divergence and Cross Entropy

Aug 22, 2023 · 3 min.
Machine Learning Tutorial

Cross entropy is a loss function used in classification problems. This post will introduce the definition and the intuition behind cross entropy.

How to Evaluate the Performance of ML Models

Aug 22, 2023 · 3 min.
Machine Learning Tutorial

Maching learning basically have 2 tasks: regression and classification. This post will introduce how to evaluate the performance of ML models in these 2 tasks.

SwAV: Unsupervised Learning Transformed to Transportation Problem using Multi-crop Technique

Posted: Aug 7, 2023 ·  Updated: Aug 14, 2023 · 4 min.
Self-supervised Learning SSL Paper Note

In paper SeLa (Self-labeling), the cluster-based self-supervised method is transformed to a transportation problem, and optimized using Sinkhorn-Knopp algorithm. This paper refined the methods by using contrastive learning between views and applied multi-crop technique.

OpenMatch: Learn a Outlier Dectector to Enhance FixMatch

Posted: Aug 3, 2023 ·  Updated: Nov 16, 2023 · 8 min.
Semi-supervised Learning OSSL Paper Note

OpenMatch introduces a detector to filter out outliers from unlabeled data, and then learn like FixMatch. Its representation is also adapted to the task.

Create A Site by Hugo

Jul 29, 2023 · 7 min.

Setting up a Hugo site. Some details and tips.

Coding Python in Linux Server

Posted: Jul 28, 2023 ·  Updated: Oct 9, 2023 · 6 min.

Configurate Python Env. in Linux. Connect to server with VSCode.

Git Command Guide

Posted: Jul 28, 2023 ·  Updated: Sep 6, 2023 · 5 min.
Cheet sheet

Some common and useful git commands.

Reinfroce Learning Note 1: Basic Notion

Posted: Jul 28, 2023 ·  Updated: Jul 29, 2023 · 6 min.
Reinforce Learning

Basic notion in reinforce learning. Agent, state, action, policy, reward, state transition and value function.

Reinfroce Learning Note 2: Value-based Learning

Posted: Jul 28, 2023 ·  Updated: Jul 29, 2023 · 6 min.
Reinforce Learning

A brief guide to post template.