일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 백준
- leetcode
- multimodal machine learning
- q-former
- ma-lmm
- Python
- Anaconda
- sliding video q-former
- CNN
- error
- MySQL
- quantification
- 코딩테스트
- secure-file-priv
- autogluon
- timestamp-aware frame encoder
- Linux
- hackerrank
- memory bank
- transference
- timechat
- jmeter
- Kaggle
- LeNet-5
- Github
- tensorflow
- long video understanding
- Artificial Intelligence
- 용어
- Server
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 |
Tags
- 백준
- leetcode
- multimodal machine learning
- q-former
- ma-lmm
- Python
- Anaconda
- sliding video q-former
- CNN
- error
- MySQL
- quantification
- 코딩테스트
- secure-file-priv
- autogluon
- timestamp-aware frame encoder
- Linux
- hackerrank
- memory bank
- transference
- timechat
- jmeter
- Kaggle
- LeNet-5
- Github
- tensorflow
- long video understanding
- Artificial Intelligence
- 용어
- Server
Archives
- Today
- Total
목록TN (1)
Juni_DEV

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