Short-term Earthquake Prediction via Recurrent Neural Network Models
Comparison among vanilla RNN, LSTM and Bi-LSTM
X. Du (TU Delft - Electrical Engineering, Mathematics and Computer Science)
Elvin Isufi – Mentor (TU Delft - Multimedia Computing)
Maosheng Yang – Mentor (TU Delft - Multimedia Computing)
Mohammad Sabbaqi – Mentor (TU Delft - Multimedia Computing)
DMJ Tax – Graduation committee member (TU Delft - Pattern Recognition and Bioinformatics)
More Info
expand_more
Other than for strictly personal use, it is not permitted to download, forward or distribute the text or part of it, without the consent of the author(s) and/or copyright holder(s), unless the work is under an open content license such as Creative Commons.
Abstract
Earthquake prediction has raised many concerns nowadays, due to the massive loss caused by earthquakes, as well as the significance of accurate forecasting. Lots of trials have been investigated and experimented but few achieved satisfying results on short-term prediction (i.e., usually those earthquakes that will happen in three months). It is cardinal to detect strikes within a few minutes or hours in advance. In this paper, given thirty seconds of waveform signal before earthquakes happen, we compare the performances of three different recurrent neural networks, namely vanilla recurrent neural network (RNN), long short-term memory (LSTM) and bidirectional LSTM, on earthquake prediction. We choose recurrent neural networks because their inner structures take advantage of learning the temporal dependencies from time series sequence. Results show that LSTM has better performance predicting on unseen data than the other two networks.