View RSS Feed

mql5

MQL5 Wizard Techniques you should know (Part 35): Support Vector Regression

Rate this Entry
by , Yesterday at 11:32 AM (17 Views)
      
   
Support Vector Regression (SVR) is a form of regression derived from Support Vector Machines. At its core, SVR uses kernel methods to map input data into higher-dimensional spaces, allowing for more complex relationships to be captured, which contrasts with dimensionality reduction. For this article though we are exploring strictly its loss function role when used with a multi-layer perceptron. A related but different form of regression we looked at in an earlier article was Gaussian Process Regression. So perhaps it is key we start by drawing distinctions between the two.
more...

Submit "MQL5 Wizard Techniques you should know (Part 35): Support Vector Regression" to Google Submit "MQL5 Wizard Techniques you should know (Part 35): Support Vector Regression" to del.icio.us Submit "MQL5 Wizard Techniques you should know (Part 35): Support Vector Regression" to Digg Submit "MQL5 Wizard Techniques you should know (Part 35): Support Vector Regression" to reddit

Tags: None Add / Edit Tags
Categories
Uncategorized

Comments