programming
PERSONAL TECH ARCHIVE
배운 것을 기록,
생각을 연결
개발과 데이터, 시스템을 만들며 마주친 문제와 답을 모으는 공간
MOONGCHIARCHIVE
WRITTEN NOTES
364꾸준히 쌓인 기록TOPICS
OAuth 1.0 과 OAuth 2.0 차이점
OAuth 1.0 과 OAuth 2.0 의 차이에 대해서 알아보자.
Mybatis $과 # 차이
[ML] Perceptron
[ML] Linear Regression Model
함수근사와 관련된 모델에 대하여 통계적관점, 학습 behavior 관점으로 알아보자.
RECENT NOTES
최근 포스트
data
[ML] Introduction
Information Processing System정보처리시스템. 한마디로 컴퓨터.
data
[ML] Decision Tree Learning(DTL)
Decision Tree representation Decision Tree learning은 approximating(근사치)를 구하는 방법이다. 각 value의 target function은 decision tree로 표현된다. Decision Tree는...
data
[ML] Concept Learning
Concept 이란?some subset of objects or events defined over a large set. 큰 집합에서 정의되는 작은 객체나 이벤트....