|
|
|
|
|
by verroq
2603 days ago
|
|
SVMs are as old school ML as they get. They guarentee the maximum separation at the decision boundary. However it doesn’t scale very well for higher dimensional data. The standard used to be to use some dimensionality reduction technique like PCA to preprocess before feeding it into the SVM. This is all before deep learning. |
|