Python scripts for an autoencoder-based deep learning algorithm to detect anomalies in distributed acoustic sensing (DAS) datasets.
The main steps are as follows:
- Using the plot_psd scripts, create power spectral density (PSD) plots in RGB format. We average the energy over a desired time window and stack all channels together to create a PSD with channels on the X-axis and frequency on the Y-axis. We create PSD of normal images (images without any anomaly or seismic event) and known seismic events. We can use MPI to distribute plotting PSDs over CPUs.
- Using the train_model scripts, randomly select train and test PSD images and train the model on normal PSD images.
- Using the detect_anomalies scripts, detect anomalies in PSD images with the trained model and write their information.
- Using the count_anomalies scripts, count the number of detected anomalies.
This package's dependencies are:
Contact: Ahmad Tourei, Colorado School of Mines tourei@mines.edu | ahmadtourei@gmail.com