https://www.facebook.com/terryum.io/photos/pcb.518577148267476/518576694934188/?type=3&theater
http://web4.cs.ucl.ac.uk/staff/D.Barber/pmwiki/pmwiki.php?n=Brml.Online
[Machine Learning 분류]
- Supervised Learning
- Regression 회귀
ㄴ Gaussian Process (non-parametric) 함수 정의 없이
ㄴ linear
ㄴ Parametric 함수를 정의
ㄴ linear
ㄴ non-linear
- Classification 분류
ㄴ Discriminative 그냥 나눠줘
ㄴ Support Vector Machine
ㄴ Logistic Regression
ㄴ Gaussian Process
ㄴ Generative 클래스에 대한 학습 후에 나눠줘
ㄴ Naive Bayes
ㄴ Nearest neighbour
- Reinforcement Learning 강화학습 : 현재 상태에서 action 의 결과를 reward. 스스로 데이터를 collecting하면서 점진적 학습
- Dimension Reduction
- Unsupervised Learning
- Anomaly detection 이상치들 찾기
- Dimension reduction RAW데이터에서 저차원의 데이터로 축소해야 비용을 줄일 수 있다
- Latent variable models 우리가 가진 데이터는 숨은 변수에 의해 컨트롤 되고 있다
'Data > Talk' 카테고리의 다른 글
인공신경망ANN (단일, 다중 계층 퍼셉트론) (0) | 2017.05.23 |
---|---|
딥러닝과 머신러닝의 차이는? (0) | 2017.04.26 |
Bias-Variance Tradeoff / Andrew Ng의 데이터셋 나누기 (0) | 2017.03.27 |
누구나 처할 문제 오버피팅overfitting 과적합 (0) | 2017.03.24 |
데이터를 보라! 상관은 있는데 인과는 모른다? (0) | 2016.08.23 |