Recent Posts

Mathematics of ML

6 minute read

Based on the Mathematicl principles in Machine Learning https://www.edwith.org/2019090-aip2-advanced/joinLectures/22436 Concept of Machine Learning in the ...

Image Classification

2 minute read

This is recipe of image classification, also contains general knowledge about techniques. 이미지 인식에 대한 딥러닝 레시피입니다. 특정 기술들에 대한 설명도 포함합니다.

GPU Guide

2 minute read

GPU에 대한 설명 및 구매 가이드라인 설정

Trouble Shooting

6 minute read

import matplotlib 주피터 노트북을 사용할 때, matplotlib을 import하다가 에러날 때가 있다. In [] import matplotlib.pyplot as plt Users/jeongdongjun/anaconda3/lib/python3.7/site-pack...

Statistics Dictionary

less than 1 minute read

0.평균 average = sum(Xi) / n 기대값 mean = sum(Pi*Xi), E[average] = mu