I'm trying to compare the perfomance of ANN vs ARIMA and Holt-Winters for time series data, but i'm getting a huge error when using ANN to make predictions. I'm using Levenberg-Marquardt Algorithm to train the ANN and windowing technique(e.g for window of n the first n points will be my inputs and the point n+1 will be my prediction/target). I want to know how i can improve the results or forecasting accuracy of the ANN.

-> One last question: Can i please have explanation of how the

Diebold-Mariano test can be used to compare these forecasting methods(ANN,ARIMA and Holt-Winters)

More Mohale Nakana's questions See All
Similar questions and discussions