Hi all, 

Currently, I am doing a research in classifying RBCs into four groups.

After extracting best features, I trained a pattern recognition Neural Network and performance is evaluated by 10-fold cross validation check. Miss-classification rate is around 6%. 

In another experiment, I tried to use SVM model to classify one group and three other groups so called one-versus-rest classifiers. Then again repeated same strategy for the 3-group class until there is no need for another binary classification. Performance is evaluated by the same technique applied in the Neural Network strategy. Miss-classification rate for the first binary SVM classifier is zero and for the second and third binary SVM classifier is 2.1% and 3.2%. Which strategy is better and why?

If multi stage SVM is outperforming NN strategy, how can I evaluate the miss-classification rate?

Cheers,

Similar questions and discussions