Support vector machine (SVM) is a type of supervised machine learning algorithm, that analyze the data for classification and regression analysis. Each data item is shown as a point in n-dimensional space in this algorithm, with the value of each function being the value of each coordinate. Then, classification is done by determining the strongest differentiating hyperplane for the two classes. This model is used by most state-of-the-art approaches [8][9][10] for classification purpose. For experiment, we have 0.7 for training of the model and 0.3 for testing of the model. Our experiment shows that we have achieved accuracy of 0.83. The confusion matrix of the SVM is shown in Table 1.