hunkim / word-rnn-tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for word-level language models in Python using TensorFlow.
MIT License
1.3k stars 494 forks source link

How can i get the probability of each word? #84

Open AustinZuniga opened 5 years ago

AustinZuniga commented 5 years ago

in using your Word level RNN language model, how can i get the probability of a single word?