Reviews: Fast-Slow Recurrent Neural Networks
–Neural Information Processing Systems
The paper proposed a new RNN structure called Fast-slow RNN and showed improved performance on a few language modeling data set. The algorithm combines the advantages of a deeper transition matrix (fast RNN) and a shorter gradient path (slow RNN). 2. The algorithm is straightforward and can be applied to any RNN cells. I find the first two sections of the paper hard to read. The author stacked a number of previous approaches but failed to explain each method clearly. Here are some examples: (1) In line 43, I do not understand why the stacked LSTM in Fig 2(a) is "trivial" to convert to the sequential LSTM Fig2(b).
Neural Information Processing Systems
Oct-8-2024, 11:49:33 GMT
- Technology: