LSTM Autoencoder

前端 未结 3 1825
予麋鹿
予麋鹿 2020-12-07 12:00

I\'m trying to build a LSTM autoencoder with the goal of getting a fixed sized vector from a sequence, which represents the sequence as good as possible. This autoencoder co

3条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-07 12:09

    You can find a simple of sequence to sequence autoencoder here: https://blog.keras.io/building-autoencoders-in-keras.html

提交回复
热议问题