Groups
Temporal (causal) convolution computes each output at time t using only the current and past inputs, ensuring no future information leakage.
Long Short-Term Memory (LSTM) networks use gates (forget, input, and output) to control what information to erase, write, and reveal at each time step.