Data Science and Machine Learning(Part 15): SVM, A Must-Have Tool in Every Trader's Toolbox
by
, 05-15-2024 at 09:36 AM (284 Views)
more...Support Vector Machine (SVM) is a powerful supervised machine learning algorithm used for linear or nonlinear classification and regression tasks, and sometimes outlier detection tasks.
Unlike Bayesian classification techniques, and logistic regression which deploy simple mathematical models to classify information, The SVM has some complex mathematical learning functions aimed at finding the optimal hyperplane that separates the data in an N-dimensional space.
Support vector machine is usually used for classification tasks, something we'll also do in this article.