Deep Learning - RNN
When I first learned RNN, I found lots of articles about it. That’s good news, but most of them focus on the design of the architecture.The network itself is not difficult to understand, the real problem is why it works. What’s the intuition behind it? Why do we need “recurrence”? Unfortunately, few articles explain it clearly. Luckily, the book Deep Learning gives the answers.