This work implements four different deep learning model to predict:
- The arrival of the S-wave in a four different locations.
- The magnitude of the S-wave.
- The epicenter.
- The depth of the earthquake.
Based on the following independent variable:
- Ten different detecting stations's locations.
- Ten different detecting stations's P-wave arrival time.
- Having a dedicated NVIDIA GPU + CUDA 8.0
$ pip install --user pipenv
$ pipenv install --skip-lock
$ pipenv run python ./driver.py
Our models start converging at a number of epochs = 2000. Thus to Change the number of epochs:
$ EPOCHS=3000 pipenv run python ./driver.py
Hero | |
---|---|
Vicente Adolfo Bolea Sanchez | vicente.bolea@gmail.com |
Olzhas Kaiyrakhmet | olzhabay.i@gmail.com> |