← Back to Test

Problem 15 - Olympiad

In a recurrent neural network, what problem does the long short-term memory (LSTM) cell primarily solve?

Correct: A

LSTM uses gating mechanisms and a cell state highway to allow gradients to flow unchanged over many time steps, mitigating vanishing gradients.