This study compares the performance of Long Short-Term Memory (LSTM) and Bidirectional LSTM (Bi-LSTM) models in predicting earthquake occurrences in the Tokai region, using data from the United States Geological Survey (USGS) dataset. Given the importance of accurate earthquake prediction, particularly in high-risk regions, this research focuses on assessing the effectiveness of each model in identifying occurrence and non-occurrence events. Both models were tuned to optimize sensitivity and specificity through adjustments in sequence length, learning rate, and additional hyperparameters, with results evaluated using metrics including sensitivity, specificity, positive predictive value (PPV), negative predictive value (NPV), and area under the curve (AUC). Findings reveal that while both models achieved high sensitivity, the LSTM model demonstrated superior specificity and AUC, indicating a more balanced performance in distinguishing between earthquake occurrences and non-occurrences. The results show that LSTM outperforms Bi-LSTM in terms its classification metrics. LSTM achieved an accuracy of 76%, compared to 55% for Bi-LSTM. For the AUC metric, LSTM scored 66%, while Bi-LSTM scored 67%.
Copyrights © 2024