pavanshankar

Popular comments by pavanshankar

Datathon Telenor Solution – Analysing and Predicting Delays in Mobile Data Connectivity

Thank you, sir
We have predicted using three algorithms ARIMA, Simple Exponential Model And RNN.
We have observed the Root mean square error for three algorithms. In our data case observation, we got 31 days mobile data delays. We divided the data into 27 days for train data and 4 days for test data. We predicted the time series for three algorithms and compared RMSE values.RNN gives us the least Root mean square error. So, compared to other algorithms, we choose RNN for this data case.
Moreover, Recurrent Neural Networks is a Deep learning algorithm which gives pretty good results for Sequential Time Series Analysis.