Types of RNNs
Last updated
Last updated
Although in the RNN structure shown previously, i.e. the lengths of input and output sequences were the same, this is not always the case.
Input and output sequences are of unit length.
Input sequence is of unit length but the output sequence has a length greater than 1.
Ex. Music Generation, input x could be the genre
Input sequence has a length greater than 1, but the output sequence is of unit length.
Ex. Text Sentiment Classification
Ex. Named Entity Recognition
Ex. Machine Translation i.e. language translation, say from English to French