반응형 Random Forest2 [Classification 2] 3. Classification algorithms - Random Forest, Ensemble approach(2) Content Introduction to supervised learning approach Data split in supervised learning Classification algorithms KNN & distance measures Decision tree Random Forest, Ensemble approach SVM 3. Classification algorithms - Random Forest, Ensemble approach 3.17 Random Forest with different values of “m” Random Forest 알고리즘에서 다양한 "m" 값의 사용은 중요한 의미를 가집니다. 여기서 "m"은 각 결정 트리를 생성할 때 무작위로 선택되는 특성(변수)의 수를 의미합.. 2024. 4. 22. [Classification 2] 3. Classification algorithms - Random Forest, Ensemble approach(1) Content Introduction to supervised learning approach Data split in supervised learning Classification algorithms KNN & distance measures Decision tree Random Forest, Ensemble approach SVM 3. Classification algorithms - Random Forest, Ensemble approach 3.1 Problem with a single best model 이전에 논의된 결정 트리는 높은 변동성(variance)을 가지고 있다는 문제가 있습니다. 만약 우리가 훈련 데이터를 무작위로 2부분으로 나누고, 각 부분에 대해 결정 트리를 적용한다면, 결과는 .. 2024. 4. 21. 이전 1 다음 반응형