|
Data Science Desktop Survival Guide
by Graham Williams |
|
|||
Recurrent Neural Networks |
| Representation: |
|---|
| Method: |
| Measure: |
A recurrent neural network is a neural network which records information recursively between layers. An RNN is useful for predicting time series. Problems with the approach include gradient vanish or gradient explosion. Long short-term memory neural networks address these problems.