lstm-char-cnn icon indicating copy to clipboard operation
lstm-char-cnn copied to clipboard

LSTM language model with CNN over characters

Results 14 lstm-char-cnn issues
Sort by recently updated
recently updated
newest added

what is the use of CNN here?Is it used to find out the same meaning and close words?

May be a naive question - but its not very clear what is the task at hand. When I look at the training data - its a just a series...

Hi, is there any easy way to fix the memory hungry step during the pre-processing of the data? I guess this command is the culprit. output_chars[split] = torch.ones(split_counts[split], max_word_l):long() I...

Hello ! First of all, thank you for this work ! I'm would like to train the model from a personal dataset but I don't know how to generate the...

Hi, thank you for providing results from such a valuable research. I'm trying to build word prediction model using your RNN code. I successfully finished installation and built the first...

Hi! Can this code be used for character prediction too or only word prediction? Thank you!

i was wondering if the input to this model can be an image? that is , can I input an image and will it detect which language it is ?

makes model a tiny bit smaller with no change in the expressive power

Hi, thank you very much for this. I wanted to ask you whether you could elaborate on how table 6 is constructed, I am having some difficulties reconstructing it after...

Hi, Would it be hard, by including `cltorch` and `clnn` libraries, to modify your code to support an OpenCL GPU implementation? As you mentioned, you've adapted Andrei's code for this...