Transcription of Flipped Classroom Questions on Recurrent …
{{id}} {{{paragraph}}}
Flipped Classroom Questions on Recurrent Networks and AttentionMichael CollinsQuestion 1:Consider the equations for a Recurrent model mapping an input source language an output target language :Inputs:A eachxj : i,j,n Ris a parameter for aligning source wordito target wordjgiven source sentence lengthnComputational Graph: Encoding step:use a bi-directional LSTM to map the input a new sequenceu(1)..u(n). Decoding:Forj= Defineai,j= COMPLETE CODE HERE Setc(j)= ni=1ai,ju(i) (j)=g(Whcc(j)+bh) l(j)=V (j)+ yj= arg maxyl(j)y j=j+ 1 Untilyj 1=STOP 1 Question 1a:How would you complete the code above to give similar behavior to IBM model 2?
Flipped Classroom Questions on Recurrent Networks and Attention Michael Collins Question 1: Consider the equations for a recurrent model mapping an input source language sentence
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}