In this model, in the encoder part, we give an input sentence with 3 words A, B, and c, and we get a context vector W, which is passed to the decoder. why don't we pass W to all the cells of the decoder instead of the output of the previous cell, e.g. (W is passed first, then X in the next cell and Y for the next cell)
Can someone explain what exactly is going on in the cell state of the decoder? what is happening to the cell state of the encoder that is passed to the decoder