일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- long video understanding
- 코딩테스트
- quantification
- Server
- q-former
- Github
- transference
- secure-file-priv
- memory bank
- autogluon
- sliding video q-former
- Anaconda
- hackerrank
- timestamp-aware frame encoder
- Artificial Intelligence
- 백준
- timechat
- ma-lmm
- CNN
- tensorflow
- jmeter
- LeNet-5
- 용어
- Linux
- multimodal machine learning
- MySQL
- Python
- error
- leetcode
- Kaggle
Archives
- Today
- Total
반응형
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- long video understanding
- 코딩테스트
- quantification
- Server
- q-former
- Github
- transference
- secure-file-priv
- memory bank
- autogluon
- sliding video q-former
- Anaconda
- hackerrank
- timestamp-aware frame encoder
- Artificial Intelligence
- 백준
- timechat
- ma-lmm
- CNN
- tensorflow
- jmeter
- LeNet-5
- 용어
- Linux
- multimodal machine learning
- MySQL
- Python
- error
- leetcode
- Kaggle
Archives
- Today
- Total
목록FP (1)
Juni_DEV
Classification Metrics: Precision, Recall, F1 Score, Accuracy
F1 Score, Precision, Recall, Accuracy는 분류(classification)에서 모델의 성능을 평가하기 위해 사용되는 지표들입니다. 이들 각각은 모델이 얼마나 잘 작동하는지에 대한 다양한 측면을 측정합니다.Precision (정밀도)정의: 모델이 Positive로 예측한 것들 중 실제로 Positive인 것의 비율을 나타냅니다.수식: Precision = TP / TP + FP - TP: True Positive (실제로 Positive인 것을 Positive로 예측한 경우)- FP: False Positive (실제로는 Negative인 것을 Positive로 잘못 예측한 경우)설명: Precision는 모델이 얼마나 정확하게 Positive 클래스를 예측하는지 측정하며, 잘..
Artificial Intelligence
2024. 9. 22. 20:59