1. To do
Classify IRIS data set using FLDA and 1 nearest neighborhood classifier
2. Test Result
A raw data
1. using all 4 features
94.6%
2. using 2 features (among 4)
68%
B projected data using FLDA
1. using all 4 features
a) reduction to d = 4
93.3%
b) reduction to d = 2
93.3%
c) reduction to d = 1
94.6%
2. using 2 features (among 4)
a) reduction to d = 2
74.7%
b) reduction to d = 1
77.3%-> FLDA is an useful tool for dimension reduction in pattern classification.
'Enginius > Machine Learning' 카테고리의 다른 글
Introduction to Pattern Recognition (0) | 2011.10.25 |
---|---|
Expectation of X^n; X~N(u,sigma^2) (0) | 2011.10.24 |
HMM viterbi algorithm (0) | 2011.10.13 |
라그랑즈 미정 계수법을 이용한 최적화 기법 (0) | 2011.10.12 |
"classify" in Matlab (0) | 2011.10.07 |