Partial caption is going to rnn what is rnn predicting

partial caption is going to rnn what is rnn predicting

hey @hssharma2212000 ,
RNN is just predicting what next word is to come after the given partial sequence, taking that partial sequence as input and repetitively doing the same untill we get the endseq token and give the result a full caption text.
actual sequence is : startseq Dogs are playing on snow endseq
like
input is startseq Dogs are playing endseq , then RNN will predict word on, repeating it we get
input as startseq Dogs are playing on endseq , then RNN will predict word snow and so on.

I hope this would have resolved your doubt.
Happy Coding :slightly_smiling_face:.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.