Created
June 11, 2015 13:28
-
-
Save mosasiru/f69f1aa04247318ef2a1 to your computer and use it in GitHub Desktop.
PRML (1.66)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
p(w,t|x,α,β) = p(w|t,x,α,β)p(t|x,α,β) (1) | |
p(w,t|x,α,β) = p(t|w,x,α,β)p(w|t,α,β) (2) | |
(1)(2)比較して、 | |
p(w|t,x,α,β) = p(t|w,x,α,β)p(w|t,α,β) / p(t|x,α,β) | |
ここで、 | |
分子の p(t|w,x,α,β) = p(t|w,x,β) (式1.65から、w固定時にα固定されるので) | |
分子の p(w|t,α,β) = p(w|α) (式1.65から) | |
両辺をwの関数だと思えば、分母p(t|x,α,β)は定数なので、 | |
p(w|t,x,α,β) ∝ p(t|w,x,β)p(w|α) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thank you for sharing :)