Difference between revisions of "...predict values"

From
Jump to: navigation, search
Line 20: Line 20:
 
* [[Capabilities]]
 
* [[Capabilities]]
 
* [[Excel FORECAST]]
 
* [[Excel FORECAST]]
 +
* [http://medium.com/@srnghn/machine-learning-trying-to-predict-a-numerical-value-8aafb9ad4d36 Machine Learning: Trying to predict a numerical value | Stacey Ronaghan - Medium]
 +
  
 
When a value is being predicted, as with stock prices, supervised learning is called regression. Prediction problems (e.g. What will the opening price be for shares tomorrow?) are a subset of regression problems for time series data. [http://www.infoworld.com/article/3394399/machine-learning-algorithms-explained.html Machine learning algorithms explained | Martin Heller - InfoWorld]
 
When a value is being predicted, as with stock prices, supervised learning is called regression. Prediction problems (e.g. What will the opening price be for shares tomorrow?) are a subset of regression problems for time series data. [http://www.infoworld.com/article/3394399/machine-learning-algorithms-explained.html Machine learning algorithms explained | Martin Heller - InfoWorld]

Revision as of 19:17, 23 October 2019

AI Solver

I want to...

___________________________________


When a value is being predicted, as with stock prices, supervised learning is called regression. Prediction problems (e.g. What will the opening price be for shares tomorrow?) are a subset of regression problems for time series data. Machine learning algorithms explained | Martin Heller - InfoWorld