Skip to content

Clustering eartquakes based on several parameters (based of their location, depth and magnitude) with DBSCAN.

Notifications You must be signed in to change notification settings

doguilmak/Clustering-Significant-Earthquakes-in-Japan

Repository files navigation

Clustering Significant Earthquakes in Japan with DBSCAN

https://www.bloomberg.com/

Picture Source: bloomberg


About Dataset

Context

The National Earthquake Information Center (NEIC) determines the location and size of all significant earthquakes that occur worldwide and disseminates this information immediately to national and international agencies, scientists, critical facilities, and the general public. The NEIC compiles and provides to scientists and to the public an extensive seismic database that serves as a foundation for scientific research through the operation of modern digital national and global seismograph networks and cooperative international agreements. The NEIC is the national data center and archive for earthquake information.

Content

This dataset includes a record of the date, time, location, depth, magnitude, and source of every earthquake with a reported magnitude 5.5 or higher since 1965.

Dataset Link

You can download or take a look at original website of the dataset: Kaggle

License

CC0: Public Domain

Keywords

  • Geology
  • Earth Science
  • Earthquake
  • Japan

License

CC BY-SA 4.0

Statement

In this project, a clustering task was done via DBSCN. With density based clustering, we were trying to classify or make clusters based on several parameters (based of their location, earthquake depth and magnitude).


About Clustering Model

Density-based spatial clustering of applications with noise (DBSCAN) is a data clustering algorithm proposed by Martin Ester, Hans-Peter Kriegel, Jörg Sander and Xiaowei Xu in 1996.

miro.medium.com
Fig.1 - Wikipedia

It is a density-based clustering non-parametric algorithm: given a set of points in some space, it groups together points that are closely packed together (points with many nearby neighbors "Fixed-radius near neighbors", marking as outliers points that lie alone in low-density regions (whose nearest neighbors are too far away). DBSCAN is one of the most common clustering algorithms and also most cited in scientific literature.


References


Contact Me

If you have something to say to me please contact me:

About

Clustering eartquakes based on several parameters (based of their location, depth and magnitude) with DBSCAN.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published