English

A Gentle Tutorial of Recurrent Neural Network with Error Backpropagation

Machine Learning 2018-01-16 v3

Abstract

We describe recurrent neural networks (RNNs), which have attracted great attention on sequential tasks, such as handwriting recognition, speech recognition and image to text. However, compared to general feedforward neural networks, RNNs have feedback loops, which makes it a little hard to understand the backpropagation step. Thus, we focus on basics, especially the error backpropagation to compute gradients with respect to model parameters. Further, we go into detail on how error backpropagation algorithm is applied on long short-term memory (LSTM) by unfolding the memory unit.

Keywords

Cite

@article{arxiv.1610.02583,
  title  = {A Gentle Tutorial of Recurrent Neural Network with Error Backpropagation},
  author = {Gang Chen},
  journal= {arXiv preprint arXiv:1610.02583},
  year   = {2018}
}

Comments

9 pages

R2 v1 2026-06-22T16:15:17.758Z