macournoyer / neuralconvo

Neural conversational model in Torch
776 stars 347 forks source link

Word embeddings? #46

Closed nabihach closed 8 years ago

nabihach commented 8 years ago

I'm new to Torch and to Lua. Looking at the code, I can't figure out which embeddings you used. E.g., is it word2vec? Also, where is this specific code located?

vikram-gupta commented 8 years ago

@nabihach We are doing end to end training and thus the word embeddings are calculated as part of the training process only.

The "lookuptable" module has been used for the same.