Notes

programming tools and environments

Git cheatsheet

less than 1 minute read

April 05 2022

Here are some useful tips to use git.

Conda cheatsheet

less than 1 minute read

April 05 2022

Here are some useful tips to set conda environments.

How to setup ubuntu mirror page

less than 1 minute read

November 04 2020

For faster apt update, you’ll need mirror page, close to your own location. setup can be done as follows.

tmux cheatsheet

less than 1 minute read

September 14 2020

Do you want to deal with multiple terminals at once? Here’s something that I need for Tmux editor.

Vim cheatsheet

less than 1 minute read

March 18 2020

Something that I need for VIM editor

GCC cheatsheet

less than 1 minute read

March 18 2020

Something that I need for GCC

Back to top ↑

problem solving

Problem Solving Basis - Floyd Warshall

1 minute read

February 01 2021

In dijkstra algorithm, we have seen single source shortest path algorithm. How about multiple sources? In other words, what if we want to know every pairs of...

Back to top ↑

computer vision

Back to top ↑

Deep Learning

Implementing VAE

3 minute read

October 04 2021

Let’s implement VAE using MNIST dataset!

Back to top ↑

monte carlo process

Back to top ↑

cobweb model

Back to top ↑

Embedded System

Back to top ↑

Raspberry Pi

Back to top ↑

math

Back to top ↑

github

Back to top ↑

Problem Solving

N for Loops

1 minute read

October 03 2021

How can we set up n for loops for the problem solvings?

Back to top ↑

pytorch

Pytorch cheatsheet

1 minute read

January 25 2022

This post is about pytorch cheatsheet. Commonly used codes and flows are introduced to boost my performance!

Back to top ↑

Metrics

Classification Metrics: Accuracy is not enough

1 minute read

March 08 2022

Sometimes, accuracy isn’t enough as a metric to evaluate classifier’s performance. Are there any other metrics more than that? Let’s discuss the ways to meas...

Back to top ↑

Machine Learning

On the principle of learning MSE

1 minute read

October 21 2022

We usually use mean square error (MSE) as our machine learning softwares’ objective. What makes it valid objective function?

Back to top ↑

CNN

CNN

less than 1 minute read

January 02 2023

CNN shortcuts

Back to top ↑