220. Recurrent Neural Network (RNN)

A class of neural networks designed for processing sequential data by maintaining a 'memory' of previous inputs.

Last updated