Difference between revisions of "...predict values"

From
Jump to: navigation, search
Line 1: Line 1:
 
* [[AI Solver]]  
 
* [[AI Solver]]  
* [[Capabilities]]  
+
* [[Capabilities]]
 +
* [[Excel FORECAST]  
  
 
When a value is being predicted, as with stock prices, supervised learning is called regression.
 
When a value is being predicted, as with stock prices, supervised learning is called regression.
Line 17: Line 18:
 
* ...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 [[Boosted Decision Tree Regression]] 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)]]
 
 
==== Alternative: Exponential Smoothing (ETS) with Excel's FORECAST() sheet function ====
 
 
* [http://www.microsoft.com/en-us/microsoft-365/blog/2015/10/06/one-click-forecasting-in-excel-2016/ One-click forecasting in Excel 2016]
 

Revision as of 09:47, 29 July 2018

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

___________________________________

I want to...