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

AI 용어집

인공지능 완전 사전

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

True Positive (True Positive)

Case where the model correctly predicts the positive class, corresponding to observations correctly identified as belonging to the target class.

📖
용어

True Negative (True Negative)

Case where the model correctly predicts the negative class, representing observations correctly excluded from the target class.

📖
용어

False Positive (False Positive)

Type I error where the model incorrectly predicts the positive class, corresponding to false alarms or observations incorrectly classified as positive.

📖
용어

False Negative (False Negative)

Type II error where the model incorrectly predicts the negative class, representing missed detections of actually positive observations.

📖
용어

Recall (Recall/Sensitivity)

Model's ability to detect all positive observations, measured by the ratio TP/(TP+FN) indicating the detection rate of the target class.

📖
용어

Error Rate (Error Rate)

Proportion of incorrectly classified observations by the model, calculated as (FP+FN)/(Total) representing the overall error performance.

📖
용어

Accuracy

Overall proportion of correct predictions, calculated as (TP+TN)/(Total), measuring the general performance of the classifier.

📖
용어

Balanced Accuracy

Average of recall for each class, providing a metric adapted to imbalanced datasets by giving equal weight to all classes.

📖
용어

MCC (Matthews Correlation Coefficient)

Correlation coefficient between binary observations and predictions, considered a robust measure even for imbalanced classes.

📖
용어

Precision-Recall Curve

Graph plotting precision against recall for different thresholds, particularly useful for evaluating performance on imbalanced datasets.

🔍

결과를 찾을 수 없습니다