Concept
Pros and Cons - Kernalized support vector machines
Pros:
-
SVM can perform well on a range of datasets,
-
SVM is versatile: different kernel functions can be specified, or custom kernels can be defined for specific datatypes.
-
SVM works well for both low and high dimensional data.
Cons:
-
Efficiency decreases as training set size increases.
-
SVM needs careful normalization of input data and parameter tuning.
-
SVM provides no direct probability estimates (but can be estimated using e.g., Platt scaling).
-
It is difficult to interpret why a prediction was made.
-
It is with high time complexity, which is and n represents the number of data points.
0
2
Updated 2021-02-26
Contributors are:
Who are from:
Tags
Data Science