Recursive neural network
Appearance
A recursive neural network (RNN) is a kind of deep neural network created by repeating the same simple neural network recursively, to produce a structured prediction over variable-length input. RNNs have been successful in learning sequence and tree structures in natural language processing.