Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

[Feature] Predict Earthquake's magnitude and send out alert to Frida Mobile App #11

Open
LinJu opened this issue Jan 27, 2019 · 0 comments
Assignees
Milestone

Comments

@LinJu
Copy link
Collaborator

LinJu commented Jan 27, 2019

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:

  1. 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).
  2. We use Jupyter Notebook in Watson Studio along with GPU enabled environment (under close beta) to train this model.
  3. The end point of trained model is used into Frida Mobile App.
@LinJu LinJu added this to the Frida v1.0 milestone Jan 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants