Skip to content

[Implementation] Generating Sentences from a Continuous Space

License

Notifications You must be signed in to change notification settings

bigshanedogg/keras-vrae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

keras VRAE(Variational Recurrent AutoEncoder)

[Implementation] Generating Sentences from a Continuous Space (VRAE)

This is the keras implementation of 'Generating Sentences from a Continuous Space'. The Encoder-Deocoder structure is the same as the general Variational AutoEncoder, but the layer uses recurrent layer such as LSTM, GRU or RNN, instead of convolutional layer, which can be called VRAE(Variational Recurrent AutoEncoder).

About

[Implementation] Generating Sentences from a Continuous Space

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages