3️⃣

6.3 Pros and Cons

SVMs train very quickly, perhaps since their decision boundaries are more likely to be simple than for most other algorithms. While this should not be a problem in your notebooks solving small-scale Data Science and Machine Learning problems, large applications are also glad to see that SVMs preserve memory space on Computers.
On the other hand, SVMs can be prone to overfitting the data, since they are able to visualize the data in its complicated glory. This means that the SVM’s result becomes hard to generalize. For large data sets, they also take up a lot of computing power.

Previous Section

2️⃣
6.2 Hyperplanes and Decision Boundaries
 
⚖️
Copyright © 2021 Code 4 Tomorrow. All rights reserved. The code in this course is licensed under the MIT License. If you would like to use content from any of our courses, you must obtain our explicit written permission and provide credit. Please contact classes@code4tomorrow.org for inquiries.