preview

Disadvantages Of Support Vector Machine

Better Essays

ABSTRACT
This term paper includes the learning and study of Support Vector Machine and its various different variations. The task of Support Vector Machine map data to a higher dimensional space and helps to find out the maximal marginal hyperplane to separate the data.
In this paper, a learning method, Support vector Machine, is applied on the different datasets for getting more enhanced results. SVM is introduced in the early 90’s, and they led to an explosion of interest in machine learning. SVM have been developed by Vapnik and are gaining popularity in the field of machine learning due to many advance functioning and efficient performance.
In this paper, we will implement the concept of Support Vector Machine and its …show more content…

The advantages of using LSVM are that it makes equality constrain disappear in its dual and makes the objective function convex. Furthermore, it seems to be faster than SMO in terms of classifying datasets with millions of data in several minutes. Moreover, it provides better generalization capability. The disadvantage is that it doesn’t able to scale up for large problems. [7]
Proximal SVM: The key idea of proximal SVM is that it classifies points which are closer to the two parallel planes and try to push them apart .The advantage of PSVM is that it overcomes the limitation of LSVM. It is able to handle the large data sets. Its performance is comparable with standard SVM. The disadvantage is that it is designed for linear kernel SVM. [8]
Reduced SVM: The reduced SVM preselects a subset of n-examples and termed them as support vector candidates. The advantage is that it proves to be fruitful for larger problems and problems with many support vectors. The disadvantage of RSVM is it is suited for large scale nonlinear kernel SVM.

Get Access