11
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

LSTM autoencoderのTensorflow実装

11
Posted at

下記の論文において、動画像系列のためのLSTMを用いた教師なし学習が提案された:
Nitish Srivastava, Elman Mansimov, Ruslan Salakhutdinov, "Unsupervised Learning of Video Representations using LSTMs," Proceedings of The 32nd International Conference on Machine Learning, pp. 843–852, 2015.
http://www.jmlr.org/proceedings/papers/v37/srivastava15.html

同論文中、LSTM autoencoderが導入されているが、それをTensorflowで実装した人がいた:
https://github.com/iwyoo/LSTM-autoencoder

これをそのまま使うというよりは、適当にforkして自分なりに改造するのが良いだろう。

11
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?