Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You are given the following data: vocabulary V = {w1, w2, w3) and the bigram probability distribution p on V x V given by:
You are given the following data: vocabulary V = {w1, w2, w3) and the bigram probability distribution p on V x V given by: p(w1, w1) = p(w3, w3) = 1/5 p(w2, w2) = 0, p(w2, w1) = 1/6, p(w1, w3) = 1/5, p(w2,w3)=1/15 p(w1, *) = 2/5 (that is w1 as the first of a pair). p(*.w2)=1/6. Calculate p(w1, w2) and p(w2 | w3) using Markov's rule
Step by Step Solution
There are 3 Steps involved in it
Step: 1
To calculate pw1 w2 and pw2 w3 using Markovs rule we can use the formula pw1 w2 pw2 w1 pw1 pw2 w...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started