Learn Before
Concept

RNNs vs Feedforward Neural Networks

Unlike feedforward neural networks:

  1. Make use of sequence of inputs by using their memory
  2. Cost function is applied at each time step unlike feedforward neural networks were cost is applied only to the final output.

0

2

Updated 2020-10-28

Tags

Data Science