Skip to content

aliakgoz/ai_vs30_prediction

Repository files navigation

CMP684 Project

Vs30 Prediction from Earthquake Accelerograms

Binder

Earthquakes are recorded with seismograph devices all over the world especially at countries with high seismicity (eg. Turkey, Japan). Records of these devices, namely accelerograms (the recording of the acceleration of the ground during an earthquake), vaguely reflects some characteristics of seismograph site. In this study, a parameter of site, average shear wave velocity of top 30 meters of soil (Vs30) predicted using accelerograms recorded at the same site with the help of a neural network.

AFAD strong ground motion seismograph network [1].

In Turkey there are 679 seismograph devices actively working in AFAD's (Disaster & Emergency Management Authority) strong ground motion seismograph network. For 68 of those 679 seismographs the geological borehole log reports are available online [2] and for 258 seismographs the Vs30 value of site is known. Vs30 is accepted as a indicator of the hardness of soil of a site. If site has rock-type properties, Vs30 is high and if site has soil-type properties Vs30 is low. An example soil classification according to Vs30 values is shown below:


Soil classification table according to Vs30 values [3]


Shear wave propagation in soil medium [4].

In this study, earthquakes recorded by seismographs with known Vs30 values are used. By the date 26.11.2019 (cut-off date for data gathering) there were around 20.000 earthquake records (Magnitude ≥ 3) caught by these 258 seismographs. Each of these records have three accelerograms in three perpendicular directions (north-south (ns), east-west (ew), up-down(ud)). A sample record shown below.

North-South, East-West and Up-Down records of earthquake recorded at station no 1009 at 2008.

These records are not used directly in the training of neural network model. In order to standardize the input and to reflect the frequency dependent behavior better, accelerogram records converted to spectra using Niggam-Jennings methodology [5]. Spectra calculated for sample accelerograms are given below.


Spectra calculated for North-South, East-West and Up-Down records of earthquake recorded at station no 1009 at 2008.

Using the spectra derived from over 20.000 earthquake records a neural network model formed and trained in a way to extract Vs30 value from the relation between horizontal and vertical components of earthquake recordings. Thus North-South_Up-Down (ns-ud ) and East-West_Up-Down (ew-ud ) spectrum couples used as input and Vs30 value used as output. 

Neural Network Model

Schematic of neural network model is given below:

   Neural network model used in this study.


To see the results of the study please click to link below to go an interactive notebook hosted by Binder :

https://mybinder.org/v2/gh/aliakgoz/ai_vs30_prediction.git/master?urlpath=%2Fapps%2Ffinal_graphs_slider.ipynb

This study done by Ali AKGÖZ ( aliakgoz@gmail.com) as a term project for CMP684 - Neural Networks Course (Hacettepe University - Computer Engineering) under supervision of the instructor of the course Prof. Dr. M.Önder EFE



References:

[1] https://deprem.afad.gov.tr/istasyonlar  

[2] http://kyhdata.deprem.gov.tr/  (currently unavailable due to maintenance. 17.03.2020) 

[3] Building Seismic Safety Council, NEHRP Recommended Provisions for Seismic Regulations for New Buildings and Other Structures (Fema 450)," Part 1, no. Fema 450, p. 338, 2003.

[4] https://web.ics.purdue.edu/~braile/edumod/waves/Swave.gif  

[5] N. Nigam, P. Jennings, and C. I. of Technology Earthquake Engineering Research Laboratory, Digital calculation of response spectra from strong-motion earthquake records. California Institute of Technology, Earthquake Engineering Research Laboratory, 1968

About

This repository displays Vs30 prediction results of a CONV1D neural network for different earthquakes and seismograph stations in Turkey

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published