kejiejiang / SSIM_Seq2Seq

SSIM - A Deep Learning Approach for Recovering Missing Time Series Sensor Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSIM Model

This is the SSIM model for SSIM—A Deep Learning Approach for Recovering Missing Time Series Sensor Data

Considering the dataset we are using in the paper is not public available, we use a different open dataset for demo.

The original PM2.5 data can be download from: PM2.5

The Pytorch implementation has not been fully tested. Bugs may be fixed later.


Code structure:

/checkpoints ------- store trained model

/data ------- data set

/model ------- SSIM model: encoder, decoder, attention

/utils

/prepare_PM2.5 ------------ prepare train/test for PM2.5 data. 2010-2013 for train, 2014 for test

/VLSM --------------- VLSM algorithm to generate variable length samples (with 0 pad)


Three branches:

  • master: PyTorch version
  • newest: PyTorch version (same model as master, training functions slightly changed for other papers )
  • MXnet: MXnet version

Link the model's architecture with the equations in the paper

Explaination

About

SSIM - A Deep Learning Approach for Recovering Missing Time Series Sensor Data

License:Apache License 2.0


Languages

Language:Python 100.0%