Recurrent neural network
RNN Diagram
A recurrent neural network (RNN) is a class of artificial neural network where connections between units form a directed cycle. This creates an internal state of the network which allows it to exhibit dynamic temporal behavior. Unlike feedforward neural networks, RNNs can use their internal memory to process arbitrary sequences of inputs. This makes them applicable to tasks such as unsegmented connected handwriting recognition or speech recognition
Category
- Backpropagation through time (BPTT)
- LSTM
- Recurrent Neural Network Regularization
- 산술 평균 (Arithmetic mean): 지속적인 입력값에 대한 평균 산출을 참조.
- Gated recurrent unit (GRU)
AI Korea - Recurrent Neural Network (RNN) Tutorial
See also
Favorite site
- Wikipedia (en) RNN에 대한 설명
- [추천] Understanding LSTM Networks
- Kor ver: Recurrent Neural Network (RNN) 과 LSTM 1