[Ensemble Learning] part 6 - 2
2023. 1. 20. 13:51
๐ง๐ป๐ป์ฉ์ด ์ ๋ฆฌ
Accuracy
FPE
FNE
ROC curve
Supervised Learning์์ model์ ์ฑ๋ฅ์ ์ด๋ป๊ฒ ํ๊ฐํ ์ ์์๊น์?
- model์ Accuracy๋ฅผ ์ธก์ ํฉ๋๋ค.
- ๊ฐ ๊ฒฝ์ฐ์ ๋ํด ์ค์ฐจ๊ฐ ์ผ๋ง๋ ์์๋์ง ํํํ๋ ๋ฐฉ๋ฒ์ Confusion matrix ์ ๋๋ค.
- False positive error:
- ์ค์ ๋ก negative์ธ๋ฐ positive๋ก ํ์ ํ ๊ฒฝ์ฐ์ ๋๋ค.
- False negative error:
- ์ค์ ๋ก positive์ธ๋ฐ negative๋ก ํ์ ํ ๊ฒฝ์ฐ์ ๋๋ค.
๐ก Unbalanced Data set์ ๊ฒฝ์ฐ, Accuracy ์ด์ธ์๋ precision๊ณผ recall ๊ฐ์ ๋์์ ๋ณด์์ผ model์ ์ฑ๋ฅ์ ์ ๋๋ก ์ธก์ ํ ์ ์์ต๋๋ค.
- ROC Curve
- ์๋ก ๋ค๋ฅธ Classifier์ ์ฑ๋ฅ์ ์ธก์ ํ๋๋ฐ ์ฌ์ฉํ๋ curve์ ๋๋ค.
- ๊ฐ๋ก์ถ FPR == 1 - TPR
- ์ธ๋ก์ถ sensitivity == recall
์๋ก ๋ค๋ฅธ classifier์ ๋ํด์ ์ฌ๋ฌ ๊ฐ์ ROC Curve๋ฅผ ๊ทธ๋ ธ์ ๋, ์ผ์ชฝ ์๋จ์ผ๋ก ๊ฐ ์๋ก ์ฑ๋ฅ์ด ์ข์ curve์์ ์๋ฏธํ๊ฒ ๋ฉ๋๋ค.
- Error measure
- ๊ฒฝ์ฐ์ ๋ฐ๋ผ recall or precision์ด ๋์์ผ ํ๋ ๊ฒฝ์ฐ๊ฐ ์กด์ฌํ๋ค.
Supervised Learning์ ์ด์ฉํ App
์ต์ Machine Learning app
- R-CNN
- CNN - input feature ๋ฐ์ / LSTM - output ๋ฌธ์ฅ ๊ตฌ์ฑ
- Semantic Segmentation
- Pose estimation classification
- Face detection
- super resolution
problem
- Large data samples
- insufficient labels
- Domain adaptation
- transfer learning
'Artificial Intelligence' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[Seq2Seq with Attention for Natural Language Understanding and Generation] Part 4 - 2 (0) | 2023.01.25 |
---|---|
[Seq2Seq with Attention for Natural Language Understanding and Generation] Part 4 - 1 (0) | 2023.01.25 |
[Ensemble Learning] part 6 - 1 (0) | 2023.01.20 |
[Advanced Classification] part 5 - 3 (0) | 2023.01.19 |
[Advanced Classification] part 5 - 2 (0) | 2023.01.19 |