lord8266 / magnitude_prediction

Earthquake magnitude prediction using usgs dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Earthquake impact prediction

Details

using the usgs dataset the magnitude and depth is predicted using the history of earthquakes
Using Linear regression as of now

Usage

only supporting linux as of now
first install required libraries

  sudo apt-get install libatlas3-base
  sudo apt-get install libatlas-base-dev

then run m=<your_filename> make
Example

  m=read make

About

Earthquake magnitude prediction using usgs dataset


Languages

Language:C 96.4%Language:Makefile 3.6%