Skip to content

aditya1709/LSTM_autoencoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

LSTM_autoencoder

This repo has a simple auto encoder for time series. The important point being the code has provisions for multidimensional as well as time series of varying length.

Why recurrent neural networks for encoding?

  1. Leverage temporal data.
  2. Variable sequence length.
  3. Time series can be non stationary.

##Dataset THe entire dataset repository can be downloaded from http://www.cs.ucr.edu/~eamonn/time_series_data/ . It contains the ECG5000 dataset being used for testing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages