View RSS Feed

newdigital

Data Science and Machine Learning (Part 15): SVM, A Must-Have Tool in Every Trader's Toolbox

Rate this Entry
by , 11-18-2023 at 06:05 AM (381 Views)
      
   
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.
more...

Submit "Data Science and Machine Learning (Part 15): SVM, A Must-Have Tool in Every Trader's Toolbox" to Google Submit "Data Science and Machine Learning (Part 15): SVM, A Must-Have Tool in Every Trader's Toolbox" to del.icio.us Submit "Data Science and Machine Learning (Part 15): SVM, A Must-Have Tool in Every Trader's Toolbox" to Digg Submit "Data Science and Machine Learning (Part 15): SVM, A Must-Have Tool in Every Trader's Toolbox" to reddit

Tags: None Add / Edit Tags
Categories
Uncategorized

Comments