SVMs: Why so popular?

SVMs are a nice technique, but they’re slow (O(N3)) and often give worse classification results than techniques such as radial basis function networks or even bagged / boosted kNN, Bayes, and/or decision tree models. So why are they so popular?

Leave a Reply

Your email address will not be published. Required fields are marked *