SeisBench - A Toolbox for Machine Learning in Seismology
Description
The Seismology Benchmark collection (SeisBench) is an open-source python toolbox for machine learning in seismology. It provides a unified API for accessing seismic datasets and both training and applying machine learning algorithms to seismic data. SeisBench has been built to reduce the overhead when applying or developing machine learning techniques for seismological tasks.
SeisBench offers three core modules, data
, models
, and generate
. data
provides access to benchmark datasets and offers functionality for loading datasets. models
offers a collection of machine learning models for seismology. You can easily create models, load pretrained models or train models on any dataset. generate
contains tools for building data generation pipelines. They bridge the gap between data
and models
.
Files
seisbench/seisbench-v0.1.7.zip
Files
(15.3 MB)
Name | Size | Download all |
---|---|---|
md5:db26be7921afc23b603836afa3a8ab94
|
15.3 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/seisbench/seisbench (URL)