Hi I'm having a time series dataset as below.
When it is plotted this is what I recognized.
I'm asked to forecast time series in this dataset. But I'm not sure on what are the preprocessing steps I need to be done, before feeding it to NN. Do I need to to input stationary data? Because in other models like ARIMA, SAMIRMA there are such steps.
- How the data need to be preprocessed?
- Can neuralnet R function for MLP used for this, because I was asked to use it?
- When the pattern is seen, there are seasonal effects. How to use them.
Kindly help. What I need is a basic idea on areas that I need to focus on and what are the steps that I need to follow. Looking forward for your kind ideas as much as possible