Thanks to visit codestin.com
Credit goes to github.com

Skip to content

anshulsamar/seq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sequence to Sequence RNN LSTM model with variational autoencoding in torch. Extension of Wojzaremba's LSTM/LM code (github.com/wojzaremba/lstm). Built based on the following:

  • 'Sequence to Sequence Learning with Neural Networks' (Sutskever, et al. 2014)
  • 'Stochastic Gradient Variational Bayes' (Kingma and Welling, 2014)
  • github.com/wojzaremba/lstm

Applications include sentence embeddings and machine translation. Stochastic gradient variational bayes is work in progress and currently only implemented for the autoencoding setting.

About

Sequence to Sequence RNN LSTM for NLP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors