In this chapter, you’ll discover a more advanced version of Neural Networks called Recurrent Neural Networks. There are three very common versions of RNNs: SimpleRNN, GRU (Gated Recurrent Unit), and LSTM (Long Short-Term Memory). In practice, SimpleRNNs are hardly used anymore for a number of problems that I’ll talk about later. Therefore, I have regrouped SimpleRNN and GRU in this chapter, and LSTMs have their own chapter.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

RNNs Using SimpleRNN and GRU

  • Joos Korstanje

摘要

In this chapter, you’ll discover a more advanced version of Neural Networks called Recurrent Neural Networks. There are three very common versions of RNNs: SimpleRNN, GRU (Gated Recurrent Unit), and LSTM (Long Short-Term Memory). In practice, SimpleRNNs are hardly used anymore for a number of problems that I’ll talk about later. Therefore, I have regrouped SimpleRNN and GRU in this chapter, and LSTMs have their own chapter.