Understanding Recurrent Neural Network

November 12, 2016

Introduction

A recurrent neural network (RNN) is a neural network for modelling time series data. It is similar to multilayer perceptron with the difference that we allow the connections among the hidden units.

Fig 1: Schematic of a recurrent neural network