Recursive Neural Network
(Redirected from Recursive NN)
Jump to navigation
Jump to search
A Recursive Neural Network is a deep neural net that ...
- See: Mathematical Logic, Recurrent Neural Net, Recursion, Structured Prediction, Topological Sort, Natural Language Processing, Word Embedding, Distributed Representation.
References
2018
- (Wikipedia, 2018) ⇒ https://en.wikipedia.org/wiki/Recursive_neural_network Retrieved:2018-3-4.
- A recursive neural network (RNN) is a kind of deep neural network created by applying the same set of weights recursively over a structured input, to produce a structured prediction over variable-size input structures, or a scalar prediction on it, by traversing a given structure in topological order. RNNs have been successful, for instance, in learning sequence and tree structures in natural language processing, mainly phrase and sentence continuous representations based on word embedding. RNNs have first been introduced to learn distributed representations of structure, such as logical terms. Models and general frameworks have been developed in further works since the 90s.