I am new to neural networks and want to apply multilayer feedforward neural network with error back propagation algorithm for the rainfall prediction. I have just monthly rainfall data of 30 years. Is this enough?? Also should I use the monthly values and enter in the model or I calculate the yearly rainfall values and use it in the model??
Please guide me that how I arrange my data, monthly values or yearly values.
I am following this paper " Prediction of Indian summer monsoon rainfall using Niño indices: A neuralnetwork approach".
Thanking in advance. Looking forward for positive responses.