Difference between revisions of "...predict values"

From
Jump to: navigation, search
m
Line 11: Line 11:
 
* ...accuracy matters, fit where small deviations are not penalized, then try [[Support Vector Regression (SVR)]]  
 
* ...accuracy matters, fit where small deviations are not penalized, then try [[Support Vector Regression (SVR)]]  
 
* ...accuracy matters, I can NOT accept a long training time, and have little memory, then try a [[Decision Forest Regression]]  
 
* ...accuracy matters, I can NOT accept a long training time, and have little memory, then try a [[Decision Forest Regression]]  
* ...accuracy matters, I can NOT accept a long training time, then try a [[Boosted Decision Tree Regression]] with large memory fooprint
+
* ...accuracy matters, I can NOT accept a long training time, then try a [[Gradient Boosting Machine (GBM)]] with large memory fooprint
 
* ...accuracy matters, I can accept a long training time, then try a [[General Regression Neural Network (GRNN)]]
 
* ...accuracy matters, I can accept a long training time, then try a [[General Regression Neural Network (GRNN)]]
 
* ...accuracy matters, I can allow long training times, then try the [[Deep Neural Network (DNN)]]
 
* ...accuracy matters, I can allow long training times, then try the [[Deep Neural Network (DNN)]]

Revision as of 14:46, 12 January 2019

AI Solver

I want to...

___________________________________

When a value is being predicted, as with stock prices, supervised learning is called regression.