Recent Posts

8.7 Decision Tree / Regression Tree

1 minute read

8.7 Decision Tree - Concepts and Definition 의사결정하는데 tree를 이용함 확률변수의 불확실한 정도 측정에 쓰이는 ‘엔트로피’를 이용 - 작동과정 1) feature 별로 test를 진행 ex) 날씨, 바람, 온도 등 2) 각 결과(맑음, 흐림,...

8.6 Naive Bayes

1 minute read

8.6 Naive Bayes - Concept and Definition of Naive Bayes 서로 조건부 독립(conditional independence)인 피처를 가정하고, 베이즈 이론을 기반으로 하는 머신러닝 알고리즘