This is a simple implementation based on this paper : https://arxiv.org/abs/1502.04681
- Tensorflow 1.4.0
- Python 3.5.4
- Python packages : numpy, matplotlib, os, argparse, scipy
Implement reconstruction or future prediction after data generation
- Data generation using rotation and shift : Image_generation.ipynb
- Reconstruct data using LSTM autoencoder : Autoencoder.ipynb
- Input Reconstruction and Future Prediction : AE_with_Predictor
From Composite Model
Data sequence(left to right) : 0,1,...,t-1,t
After entering sequence data in LSTM model, reconstruct the data and predict how much rotate
Input Sequence
Input Reconstruction
Future Prediction
After entering sequence data in LSTM model, reconstruct the data and predict how much shift
Input Sequence
Input Reconstruction
Future Prediction