karpathy / char-rnn

Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch
11.58k stars 2.58k forks source link

How to calculate trigram probabilities #207

Open alaakh42 opened 6 years ago

alaakh42 commented 6 years ago

How to convert this implementation to be able to calculate the trigram probabilities. should I train the model on a 3-charchter sequences?

Ayikoandrew commented 10 months ago

Hey, could you have figured this out.