Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jesperdramsch/complex-cnn-seismic

Code accompanying the paper "Complex-valued neural networks for machine learning on non-stationary physical data".
https://github.com/jesperdramsch/complex-cnn-seismic

complex complex-numbers neural-network seismic

Last synced: about 2 months ago
JSON representation

Code accompanying the paper "Complex-valued neural networks for machine learning on non-stationary physical data".

Awesome Lists containing this project

README

        

# Complex-CNN-Seismic
This repository reproduces "Complex-valued neural networks for machine learning on non-stationary physical data".

## Data
Obtained from https://github.com/olivesgatech/facies_classification_benchmark via
```
# download the files:
wget https://zenodo.org/record/3755060/files/data.zip
# check that the md5 checksum matches:
openssl dgst -md5 data.zip # Make sure the result looks like this: MD5(data.zip)= bc5932279831a95c0b244fd765376d85, otherwise the downloaded data.zip is corrupted.
```

Preparation for training via `src/data_prep.py`.

## Training
Training done on GPU cluster using `src/mass_train.py`.

## Prediction
Use trained models to generate predictions `src/save_predictions.py`.

## Analysis
Numerical and qualitative analysis generated via `src/explore.py`.

## Citation
Please cite the according paper as
```
@article{dramsch2020complex,
title={Complex-valued neural networks for machine learning on non-stationary physical data},
author={Dramsch, Jesper S{\"o}ren and L{\"u}thje, Mikael and Christensen, Anders Nymark},
journal={Computers \& Geosciences},
pages={104643},
year={2020},
publisher={Elsevier}
}
```