Question 23
The LSTM (Long Short-Term Memory) network uses several gates to control information flow. Here are the key equations with a placeholder [?] for a missing operator:
Gate Computations:
- Forget gate:
- Input gate:
- Candidate values:
- Output gate:
Memory Update Equations (with placeholder):
- Cell state update:
- Hidden state update:
Which operator should replace [?] in the LSTM memory update equations (5 and 6) above?
Matrix multiplication (·)
Element-wise multiplication (⊙)
Cross product (x)
Element-wise addition (+)