Decision tree 1: how it works
그리고 이 사람이 여러개 더 찍은게 있음
Decision tree 2: ID3 algorithm
-> https://www.youtube.com/watch?v=_XhOdSLlE5c&feature=player_detailpage
Decision tree 3: which attribute to split on?
-> https://www.youtube.com/watch?v=AmCV4g7_-QM&feature=player_detailpage
Decision tree 4: Information Gain
-> https://www.youtube.com/watch?v=nodQ2s0CUbI&feature=player_detailpage
Decision tree 5: overfitting and pruning
-> https://www.youtube.com/watch?v=Q4NVG1IHQOU&feature=player_detailpage
Decision tree 6: degenerate splits and gain ratio
-> https://www.youtube.com/watch?v=4qyK4YeHjnM&feature=player_detailpage
Decision tree 7: continuous, multi-class, regression
-> https://www.youtube.com/watch?v=Jsn7hj7inlE&feature=player_detailpage
Decision tree 8: Random Forests
-> https://www.youtube.com/watch?v=A-iqpbz7IDE&feature=player_detailpage
'컴퓨터 과학 & 영상처리 관련 > 패턴인식' 카테고리의 다른 글
Naive Bayes Classifier (0) | 2015.03.29 |
---|---|
모든 컴퓨터 비젼 연구자들이 알아야 할 20개의 techniques" (0) | 2014.09.18 |
K-means 알고리즘 설명 동영상 (0) | 2014.07.23 |
선형판별분석(LDA)에 의한 차원축소 (2) | 2014.07.16 |
선형분류와 이차분류기 (0) | 2014.07.16 |