Application of machine learning to inform clinical management of infectious diseases in Vietnam
Throughout this project and thesis, a Severe Dengue Predictor was developed and deployed on a web-based application. The model uses LSTM as the basis for the neural network architecture because of its ability to handle time-series data, especially clinical data, which was proven several times through different researches. From the data set provided by OUCRU, a small number of features were selected based on correlation test and WHO Severe Dengue guidelines: vomiting, body temperature, respiratory rate, haemoglobin, haematocrit percent, platelet count, bleeding vaginal, bleeding mucosal, and abdominal pain. The neural network architecture has had it hyper-parameter tuned before beginning the training process. The training result was validating through K-Fold cross-validation process, which ensures that biased result is minimal. With models’ performance ranging from adequate to excellent, a web-based application has been developed to deploy those train models. A random simulation for the application is also shown in this thesis. Through those simulation, the performance of this machine learning application is verified to be adequate in real-life scenarios.