与えられた:
および次のとおりです。
為に :
q(runs | the, dog) = 0.5
これは1
:
q(runs | the, dog)
xi=runs , xi-2=the , xi-1=dog の場合とは異なる必要があります
確率は次のとおりです (wi は xi に置き換えられています)。
したがって :
count(the dog runs) / count(the dog) = 1 / 1 = 1
ただし、上記の例では、値は 0.5 です。0.5 はどのようにして に到達したのですか?
http://files.asimihsan.com/courses/nlp-coursera-2013/notes/nlp.html#markov-processes-part-1に基づく