Support vector Machine is binary classifier, the performance of classification of support vector machine is high in comparison of another binary classifier such as decision tree, KNN and Bay,s classifier[35]. SVMs plot the training vectors in high dimensional feature space through nonlinear mapping and labeling each vector by its class. The data is then classified by deciding a set of support vectors, which are members of the set of training inputs that outline a hyper plane in the feature space. SVM is a technique for solving a variety of learning, Classification and prediction problems. The basic SVM deals with two-class problems in which the data are divided by a hyper plane defined by a number of support vectors. Support vectors are a subset of training data used to define the boundary between the two classes. In situations where SVM cannot separate two classes, it solves this problem by mapping input data into high-dimensional feature spaces using a kernel function. In high-dimensional space it is possible to create a hyper plane that allows linear separation. Compared with the ANN, the SVM have two advantages. The initial one is the global optimum can be derived. Secondly, the over fitting problem can be easily controlled by the choice of a suitable margin that separates the data. Experiential