Skip to content

Commit 6290177

Browse files
authored
Create README.md
1 parent 7cff1eb commit 6290177

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Seismic-Data-Compression-using-Convolutional-Autoencoder
2+
Implementation of Autoencoder, DCT and DWT models for Seismic Data Compression.
3+
4+
To address the exponential
5+
increase in seismic data, a variety of methods for seismic data compression have
6+
been created. In this work, we explore some of the different methods of seismic
7+
data compression. In this project, convolutional
8+
autoencoder models, discrete cosine transform (DCT), and discrete wavelet
9+
transform (DWT) models are implemented. Further, quantization techniques is used with the autoencoder model to create a
10+
model that gives much higher compression ratios as compared to the rest. All the
11+
models are compared on the Utah FORGE dataset and are quantitatively analyzed
12+
using the NMSE (Normalised Mean Square Error), NRMSE (Normalised Root Mean Square Error) and SNR (Signal to Noise Ratio) metrics.
13+
14+
This project was done for Information Processing and Compression Course from Sep-Dec 2021.
15+
16+
Project Members:
17+
18+
Roshan Rangarajan
19+
20+
Rohan Jijju

0 commit comments

Comments
 (0)