GithubHelp home page GithubHelp logo

neptuneprojects / riscluster Goto Github PK

View Code? Open in Web Editor NEW
10.0 3.0 3.0 6.67 MB

Deep clustering for seismic signals (icequakes and earthquakes)

License: MIT License

Python 100.00%
clustering deep convolutional-neural-networks icequake earthquake

riscluster's Introduction

RISCluster

RISCluster is a package that implements deep embedded clustering (DEC) and Gaussian mixture model (GMM) clustering of seismic data recorded on the Ross Ice Shelf, Antarctica from 2014-2017. This package is an accompaniment to the paper published in the Journal of Geophysical Research: Solid Earth.

Figure 1. 34-station passive seismic array deployed on the Ross Ice Shelf, Antarctica from 2014-2017.


Installation

Pre-requisites: Anaconda or Miniconda

The following steps will set up a Conda environment and install RISProcess, and have been tested on MacOS 11.1 and Red Hat Enterprise Linux 7.9. If you have a CUDA-enabled machine (i.e., not MacOS), you can install the CUDA version of RISCluster. Unfortunately, PyTorch GPU & RAPIDS libraries are not implemented for MacOS, so you will need to install the CPU version if you use a Mac, or if your Linux machine is not CUDA-capable. This package has not been tested on Windows.

CUDA-enabled RISCluster (Linux)

  1. Open a terminal and navigate to the directory you would like to download the RISCluster_CUDA.yml environment file.
  2. Save RISCluster_CUDA.yml to your computer by running the following:
    wget --no-check-certificate --content-disposition https://raw.githubusercontent.com/NeptuneProjects/RISCluster/master/RISCluster_CUDA.yml
  3. In terminal, run: conda env create -f RISCluster_CUDA.yml
  4. Once the environment is set up and the package is installed, activate your environment by running conda activate RISCluster_CUDA in terminal.

CPU-based RISCluster (Mac or Linux)

  1. Open a terminal and navigate to the directory you would like to download the RISCluster_CPU.yml environment file.
  2. Save RISCluster_CPU.yml to your computer by running the following:
    a. Mac:
    curl -LJO https://raw.githubusercontent.com/NeptuneProjects/RISCluster/master/RISCluster_CPU.yml
    b. Linux:
    wget --no-check-certificate --content-disposition https://raw.githubusercontent.com/NeptuneProjects/RISCluster/master/RISCluster_CPU.yml
  3. In terminal, run: conda env create -f RISCluster_CPU.yml
  4. Once the environment is set up and the package is installed, activate your environment by running conda activate RISCluster_CPU in terminal.

Usage

Please refer to the RISWorkflow repository for detailed instructions on how to implement the workflow.


References

William F. Jenkins II, Peter Gerstoft, Michael J. Bianco, Peter D. Bromirski; Unsupervised Deep Clustering of Seismic Data: Monitoring the Ross Ice Shelf, Antarctica. Journal of Geophysical Research: Solid Earth, 30 August 2021; doi: https://doi.org/10.1029/2021JB021716

Dylan Snover, Christopher W. Johnson, Michael J. Bianco, Peter Gerstoft; Deep Clustering to Identify Sources of Urban Seismic Noise in Long Beach, California. Seismological Research Letters 2020; doi: https://doi.org/10.1785/0220200164

Junyuan Xie, Ross Girshick, Ali Farhadi; Unsupervised Deep Embedding for Clustering Analysis. Proceedings of the 33rd International Conference on Machine Learning, New York, NY, 2016; https://arxiv.org/abs/1511.06335v2


Author

Project assembled by William Jenkins
wjenkins [@] ucsd [dot] edu
Scripps Institution of Oceanography
University of California San Diego
La Jolla, California, USA

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.