Difference between revisions of "Seismology"

From
Jump to: navigation, search
m (Earthquake Prediction)
m
Line 18: Line 18:
 
* [http://www.blog.google/technology/ai/forecasting-earthquake-aftershock-locations-ai-assisted-science/ Forecasting earthquake aftershock locations with AI-assisted science | Phoebe DeVries]
 
* [http://www.blog.google/technology/ai/forecasting-earthquake-aftershock-locations-ai-assisted-science/ Forecasting earthquake aftershock locations with AI-assisted science | Phoebe DeVries]
 
* [http://en.wikipedia.org/wiki/Seismology Seismology | Wikipedia]  
 
* [http://en.wikipedia.org/wiki/Seismology Seismology | Wikipedia]  
* Kaggle [[Earthquake Prediction]] Challenge
 
 
* [http://www.eeri.org/site/images/awards/reports/aalimoradi.pdf Earthquake Ground Motion Simulation Using Novel Machine Learning Tools |  Arzhang Alimoradi]
 
* [http://www.eeri.org/site/images/awards/reports/aalimoradi.pdf Earthquake Ground Motion Simulation Using Novel Machine Learning Tools |  Arzhang Alimoradi]
 
* [http://www.nationalgeographic.com/science/2019/08/earthquakes-groundbreaking-catalog-solved-seismic-mystery-foreshocks-southern-california/ Groundbreaking earthquake catalog may have just solved a seismic mystery | Jenny Howard - National Geographic]
 
* [http://www.nationalgeographic.com/science/2019/08/earthquakes-groundbreaking-catalog-solved-seismic-mystery-foreshocks-southern-california/ Groundbreaking earthquake catalog may have just solved a seismic mystery | Jenny Howard - National Geographic]

Revision as of 12:00, 11 September 2020

Youtube search... ...Google search ..Google News ... mapped

Factors

Earthquake

aftershocks_3d.gif

AI Can Save You From An Earthquake
Physicist and author Louis A. Del Monte discusses a recently published finding that indicates artificial intelligence can save you from an earthquake. The new finding, recently published in Science Advances, indicates that AI is capable of detecting 17 times more earthquakes than older methods in a fraction of the time. There’s even some hope that it could predict earthquakes before they occur. This could be done by looking for patterns in the data; for example, finding times when a number of small earthquakes have happened in quick succession, triggering a bigger, potentially damaging quake. In addition to describing the new finding, Lou explains the Richter magnitude scale (often shortened to Richter scale), which is the most common standard of measurement for earthquakes. It was invented in 1935 by Charles F. Richter of the California Institute of Technology as a mathematical device to compare the size of earthquakes. The Richter scale is used to rate the magnitude of an earthquake, that is the amount of energy released during an earthquake.

Earthquake Prediction

Kaggle: Earthquake Prediction Challenge

Forecasting earthquakes is one of the most important problems in Earth science because of their devastating consequences. Current scientific studies related to earthquake forecasting focus on three key points: when the event will occur, where it will occur, and how large it will be. In this competition, you will address when the earthquake will take place. Specifically, you’ll predict the time remaining before laboratory earthquakes occur from real-time seismic data. If this challenge is solved and the physics are ultimately shown to scale from the laboratory to the field, researchers will have the potential to improve earthquake hazard assessments that could save lives and billions of dollars in infrastructure. This challenge is hosted by Los Alamos National Laboratory which enhances national security by ensuring the safety of the U.S. nuclear stockpile, developing technologies to reduce threats from weapons of mass destruction, and solving problems related to energy, environment, infrastructure, health, and global security concerns.

Siraj Raval's

Data Science coding challenge time! The popular Data Science competition website Kaggle has an ongoing competition to solve the problem of earthquake prediction. Given a dataset of seismographic activity from a laboratory simulation, participants are asked to create a predictive model for earthquakes. In this video, I'll attempt the challenge as a way to teach 3 concepts; the Data Science mindset, Categorical Boosting, and Support Vector Regression (SVR) models. I'll be coding this using Python from start to finish in the online Google Colaboratory environment. The credits are from a mix of different Kaggle Kernels that I liked (lots), as well as my own code + explanations.This is the code for the Kaggle Earthquake Challenge videp | Siraj Raval on YouTube...