| ... | ... | @@ -75,6 +75,12 @@ Alternatively, we can feed the output y to the next time iteration, replacing X |
|
|
|
|
|
|
|
**Many to many**
|
|
|
|
|
|
|
|
Recurrent cells can also be used to perform sequence to sequence analysis, also called many to many. Herein, our model takes in multiple inputs of X as a sequence and convert them into outputs. Sequences can be of same size, or different. Machine translation is the most common application of this type.
|
|
|
|
|
|
|
|
<div align="center">
|
|
|
|
<img src="uploads/f638635bf062bc93533e703451334ad2/rnn_2.png" width="600">
|
|
|
|
</div>
|
|
|
|
|
|
|
|
...
|
|
|
|
|
|
|
|
### Multilayered RNN Case study: Load demand forecasting
|
| ... | ... | |
| ... | ... | |