The Delay Doppler Map (DDM) Autoencoder is a deep learning algorithm that aims to compress and decompress spatial image data while retain as much of the information as necessary.
The Delay Doppler Map (DDM) Autoencoder is a deep learning algorithm that aims to compress and decompress spatial image data while retain as much of the information as necessary.
model_weights.h5
: a file with each of the optimized parameter weights saved in itHistory.mat
: a dictionary file compatible with MATLAB with the error losses for the training set and test set over epochsDDMextract.mat
: a dictionary file compatible with MATLAB with the decompressed DDM data savedoutput.png
: a side-by-side comparison between the input and extracted imagesDDM.nc
file into a workable datasetpython ddmautoencoder.py
in command line
- Make sure you have the necessary libraries specified in
requirements.txt
, otherwise, run the following in your command linepip install -r requirements.txt
- Make sure you have the files mentioned in the ‘Files’ section in the same directory as
ddmautoencoder.py
ExtractDDM.m
is a custom script that extracts exclusively the DDM data from the ddms.nc
and saves them into a matrix dataset DDMtrain.mat