|
Algorithm 2 Internal performance of Bi-LSTM model |
1: Start
2: The forget gate operation [43]: =
3: The input gate operation: =
4: The candidate gate operation [43]: =
5: The output gate operation: =
6: Updating the prior cell state, to the present cell state: =
7: At time step t, the hidden state:
8: The Bi-LSTM layer’s output hidden state:
9: Stop
|