sherjilozair / char-rnn-tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
MIT License
2.64k stars 960 forks source link

How to calculate prob of a new sentence. #8

Open shuiyuanzh opened 8 years ago

shuiyuanzh commented 8 years ago

My goal is to predict a probability of a new sentence, could you give a example of hot to calculate the probability of a new sentence?

M4t1ss commented 8 years ago

Still no info on this?

nournia commented 8 years ago

It is the most obvious application of language model. Anyone can help?