[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).