Difference between revisions of "...predict values"

From
Jump to: navigation, search
m (Text replacement - "http:" to "https:")
m
Line 13: Line 13:
 
* ...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 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 [[Neural Network#Deep Neural Network (DNN)|Deep Neural Network (DNN)]]
 
* ...forecast the future [[Forecasting]] using [[Excel - Data Analysis#Excel - Forecasting|Excel]]
 
* ...forecast the future [[Forecasting]] using [[Excel - Data Analysis#Excel - Forecasting|Excel]]
  

Revision as of 13:30, 9 May 2023

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