Predict whether the number of confirmed cases will increase or not with the use of RNN, LSTM & GRU.
Observe the sequences of comfirmed cases during 2020-1-22 ~ 2020-4-12 from 185 countries.
The gloabl data of comfired cases please refer to 👉 https://ourworldindata.org/coronavirus
- Sequence Preprocessing : find high correlated countries & prepared segments for sequence modelling
python3 Preprocess.py
- RNN for trend prediction : training the model with Torch package.
python3 RNN.py
- Visualization on a world map by "pygal" packag
python3 WorldMap.py