🏠 홈
벤치마크
📊 모든 벤치마크 🦖 공룡 v1 🦖 공룡 v2 ✅ 할 일 목록 앱 🎨 창의적인 자유 페이지 🎯 FSACB - 궁극의 쇼케이스 🌍 번역 벤치마크
모델
🏆 톱 10 모델 🆓 무료 모델 📋 모든 모델 ⚙️ 킬로 코드 모드
리소스
💬 프롬프트 라이브러리 📖 AI 용어 사전 🔗 유용한 링크

AI 용어집

인공지능 완전 사전

162
카테고리
2,032
하위 카테고리
23,060
용어
📖
용어

Weighted Sample

A training sample associated with a weight indicating its relative importance in the algorithm, with these weights being adjusted iteratively based on classification errors.

📖
용어

Error Rate

The proportion of samples misclassified by a classifier, used in AdaBoost to calculate the classifier's weight in the final decision and to adjust the sample weights.

📖
용어

Alpha Coefficient

The weight assigned to each weak classifier in the final AdaBoost model, calculated from its error rate using the formula α = 0.5 * ln((1-error)/error).

📖
용어

Exponential Loss

The loss function used by AdaBoost that exponentially penalizes classification errors, thereby encouraging a rapid correction of misclassified samples.

📖
용어

Sample Weight Update

The iterative process in AdaBoost where the weights of samples are increased for misclassified ones and decreased for correctly classified ones, forcing the next learner to focus on difficult samples.

📖
용어

Voting Weight

The multiplicative coefficient applied to the prediction of each weak classifier during the final weighted vote in AdaBoost, based on its individual performance.

📖
용어

Adaptive Boosting

The fundamental principle of AdaBoost where the algorithm dynamically adapts its strategy by focusing on the most difficult samples at each iteration.

📖
용어

Iterative Training

A sequential training process where each new model is trained on a modified version of the original dataset, taking into account the performance of previous models.

📖
용어

Classification Margin

Measure of confidence of a classification calculated as the difference between the cumulative weights of classifiers voting for the correct class and those voting for the incorrect class.

📖
용어

Overfitting in Boosting

Phenomenon where an AdaBoost model overfits the training data, particularly when the number of iterations is too high or the weak learners are too complex.

🔍

결과를 찾을 수 없습니다