Recurrent Neural Network / RNN
The type of nervous network that carries the knowledge of the previous steps to capture dependency in the sequence data.
However, classic RNNs had a serious weakness: gradyans during my resemblance have been lost or exploded throughout the long series or too, (vanishing/exploding gradient problem), which makes it practical to learn long-distance dependency of the network. Although this problem is partially mitigated with advanced RNN variants of door mechanisms such as LSTM and GRU, the main solution has come with the self-extinguishing mechanism of Transformer architecture in 2017, this architecture can train both faster and capture much longer dependency as it provides direct and parallel access to all arrays instead of moving information in order. For this reason RNNs have largely replaced Transformer in today’s large language models, but it continues to create the conceptual basis of row data processing.
