Forward Pass Of LSTM Network

Syllabus:

  1. Forward Pass In LSTM Neural Network.

Answer:

Forward Pass Work:

Input Layer:

1st Hidden Layer:

  • Each cell in the LSTM layer will output two values one is Cell state (Ct) and another one is hidden state (ht).
  • This two value will be passed to the next layer as a tuple.

Example:

Leave a Reply

Your email address will not be published. Required fields are marked *