Difference between revisions of "...predict values"

From
Jump to: navigation, search
Line 3: Line 3:
 
I want to...
 
I want to...
 
* ...be fast, nice line fittings, then try the [[Linear Regression]]  
 
* ...be fast, nice line fittings, then try the [[Linear Regression]]  
* ...analyze multiple regression data with large variances  [[Ridge Regression]]
+
* ...analyze multiple [[Regression]] data with large variances  [[Ridge Regression]]
 
* ...small dataset, nice line fittings, then try the [[Bayesian Linear Regression]]
 
* ...small dataset, nice line fittings, then try the [[Bayesian Linear Regression]]
 
* ...fast training, accurate, and can have a large footprint, then try the [[(Boosted) Decision Tree]]  
 
* ...fast training, accurate, and can have a large footprint, then try the [[(Boosted) Decision Tree]]  

Revision as of 02:38, 13 July 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