You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.
Requirement: When earthquake is about to hit above certain threshold, we would like to send user alert notification through Frida Model App within 30 sec. so that they can prepare and escape to seek shelter. Approach:
Earthquake detection and location has been studied and researched for many years by seismologists. In our solution, we referenced the latest algorithm ConNetQuake which is highly scalable convolutional neural network for earthquake detection and location from a single waveform. Further enhanced by using Keras deep learning model to train existing data.
Training Data: 2.5 years of monthly streams from GSOK029.mseed and earthquake catalogs the OGS (years 2014 to 2016).
We use Jupyter Notebook in Watson Studio along with GPU enabled environment (under close beta) to train this model.
The end point of trained model is used into Frida Mobile App.
The text was updated successfully, but these errors were encountered:
Requirement: When earthquake is about to hit above certain threshold, we would like to send user alert notification through Frida Model App within 30 sec. so that they can prepare and escape to seek shelter.
Approach:
Training Data: 2.5 years of monthly streams from GSOK029.mseed and earthquake catalogs the OGS (years 2014 to 2016).
The text was updated successfully, but these errors were encountered: