codekansas / keras-language-modeling

:book: Some language modeling tools for Keras
https://codekansas.github.io/language
MIT License
658 stars 170 forks source link

Implementation of Unsupervised RNN language model + trained embeddings #19

Open mossaab0 opened 8 years ago

mossaab0 commented 8 years ago

Hi,

I can't find the implementation of this model that was added recently to the results, and that appears to perform much better than the other ones.

codekansas commented 8 years ago

I put that model in the seq2seq folder. It was kind of an experimental model where I generated answers for each question using an RNN model like Karpathy's char-rnn, then used the generated answers instead of the questions for the Embedding model (this might be cheating). But once you generate the answers for all the questions you can change this line.