RNNs Flashcards
1
Q
Why use RNNs [ostensibly as opposed to a regular feed forward network?]
A
1) You can have the output length be different from the input length [i.e when translating between two languages there isn’t always a 1 to 1 mapping]
2) feature reuse
https: //youtu.be/5z7hg-35Bus 3:38
[video didn’t say well use it for sequence transduction, but maybe that’s a given]