Hello everyone;

I'm preparing my master thesis it's about influenza prediction using deep learning. The data that I had is the rate of dangerous cases and the suspicious ones per week and per region around the country.

for now I implemented the Random Forest, KNN, DNN, LSTM, CNN, CNN-LSTM and Deep Belife Network. I concluded that I'm faced with time series forecasting so I used the window method to make my problem surpervised with window_size=3, 2 and 1. Calculating the r2_score I got 10 regions under the 70% (which I had read that it's the acceptable threshold).

So I'm writing this question hoping to find a solution or get some idea or another deep learning technique and maybe special architecture of the technique used above to improve my prediction in this region.

and thank you in advance

(You will found attached some picture of the regions that I want to improve and my LSTM model.)

More Amal Zitouni's questions See All
Similar questions and discussions