Support vector regression can predict numeric values effectively, and this article shows how to implement and train a kernel SVR model in C# using stochastic sub-gradient descent.
Autoregressive Integrated Moving Average models are perfect for time series prediction Used it on data that includes a seasonal temporal shift. The data was non-stationary and had trends in the ...