Los puntos clave no están disponibles para este artículo en este momento.
Epidemics have been one of the most significant health threats in human history. Today, as new epidemics such as COVID-19 and Monkeypox emerge, it is critical for healthcare systems to be prepared for such crises. Predicting the progression of an epidemic is essential for healthcare systems to respond effectively. In this study, an artificial intelligence model design is proposed to predict the number of intubated and intensive care unit patients during a pandemic. LSTM, BiLSTM and GRU models belonging to the RNN family of machine learning algorithms are used in the predictor design and the grid search method is applied for hyperparameter optimization. In the design of the proposed model, the number of patients intubated and treated in intensive care during the COVID-19 pandemic in Türkiye is used as the dataset. The results show that the GRU model achieves the best performance with RMSE values of 15.7277 and 6.6494 for intensive care and intubated patient numbers, respectively, using an 80/20% train/test ratio. Similarly, GRU provides the highest accuracy with RMSE values of 9.9085 and 7.0271 for the same datasets using a 90/10% train/test ratio. These findings reveal that the simple structure of the GRU model, with fewer parameters and reduced computational complexity, is compatible with the dataset and provides better generalization capability, demonstrating that the deep learning model we designed can be used to predict the number of intensive care and intubated patients in order to facilitate healthcare system management in epidemic processes.
Savaş et al. (Fri,) studied this question.