Content area
Full text
1. Support Vector Machine Classifier
Classification is a supervised learning technique which learns a function from training data set that consists of input features/attributes and categorical output [1]. This function will be used to predict a class label of any valid input vector. The main goal of classification is to apply machine learning algorithms to achieve the best prediction accuracy [2].
Classification problem can be viewed as optimization problem where the goal is to find the best model that represents the predictive relationships in the data [3]. Other than the wellknown classical data mining techniques such as naive Bayes, decision tree, rule induction, etc., Support Vector Machine (SVM) has gained more attention and has been adopted in data classification problems in order to find a good solution. [4] reported that SVM has been proven to perform much better when dealing with high dimensional datasets.
SVM is...





