Binary Classification(two-class classfication)
- ์ง๊ด์ ์ธ ๋ถ๋ฅ ๋ฐฉ๋ฒ
- Feature space์์ ๊ณต๊ฐ์ ๋๋ก ๋๋๋(separate) ํ๋ฉด(plane)์ ์ฐพ์
- ๋ง์ฝ ๊ทธ๋ฌํ ํ๋ฉด์ ์ฐพ์ ์ ์๋ค๋ฉด
- ๊ณต๊ฐ์ ๊ตฌ๋ถ(seperate)ํ๋ค๋ ๊ฐ๋ ์ ๋์จํ๊ฒ ์ ์ฉ
- ๊ตฌ๋ถ์ด ๊ฐ๋ฅํ๋๋ก feature space๋ฅผ ํ์ฅ (์ถ๊ฐ์ ์ธ feature ์์ฑ)
Maximal Margin Classfier
- ๋ชจ๋ separating hyperplane ๊ฐ์ด๋ฐ ๋ class๊ฐ์ margin์ ๊ฐ์ฅ ํฌ๊ฒ ํ๋ separating hyperplane์ด ์กด์ฌํจ
- ์ด hyperplane์ ์ด์ฉํ๋ classfier๋ฅผ Maximal Margin Classfier๋ผ๊ณ ํจ
Support Vector Classfier
- Soft margin
- ๋ชจ๋ ๋ฐ์ดํฐ๋ฅผ ์๋ฒฝํ ๊ตฌ๋ถํด๋ด๋ margin์ด ์๋ ์ผ๋ถ training data์ ๋ํด์๋ ์๋ชป๋ ํด๋์ค ๊ตฌ๋ถ์ ํ์ฉํ๋ (soft)margin
- Support Vector Classfier(Soft margin classifier)
- Soft margin์ ์ด์ฉํ์ฌ ์ผ๋ถ training data์ ์๋ชป๋ ๊ตฌ๋ถ์ ํ์ฉํ๋ classifier
Support Vector Machines
- Kernel
- Inner product๋ฅผ ์ผ๋ฐํ๋ ํ์์ผ๋ก ๋์ฒด
- kernel์ด๋ผ๊ณ ๋ถ๋ฅด๋ ๋ ๋ฒกํฐ ๊ฐ์ ์ ์ฌ์ฑ(similarity)๋ฅผ ์ ๋ํ
- Support Vector Machines
- Non-linear kernel์ ์ด์ฉํ๋ Support Vector Classifier
'software engineering > ํ์ด์ฌ ๋จธ์ ๋ฌ๋' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[Machine Learning] ํด๋ฌ์คํฐ๋ง (Clustering) (0) | 2024.01.18 |
---|---|
[Machine Learning] ๋น์ง๋ ํ์ต, Principal Components Analysis (0) | 2024.01.18 |
[Machine Learning] Aggregating decision trees (1) | 2024.01.11 |
[Machine Learning] ํธ๋ฆฌ ๊ธฐ๋ฐ ๋ฐฉ๋ฒ (Decision trees) (0) | 2024.01.11 |
[Machine Learning] Subset selection๊ณผ ์ต์ ๋ชจ๋ธ ์ ์ (0) | 2024.01.10 |