A neural network that is used for analyzing data that is presented as a series. For example, every word in speech recognition is highly dependent on the words before and after it. The recurrent neural network (RNN) takes the previous analysis into consideration, and the output of various nodes affects the input to the very same nodes. See
neural network and
AI transformer.