Recursive Neural Network - rugbyprof/5443-Data-Mining GitHub Wiki
A Recursive neural network is a kind of deep neural network created by applying the same set of weights recursively over a structure, to produce a structured prediction over variable-size input structures, or a scalar prediction on it, by traversing a given structure in topological order. These 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. These have first been introduced to learn distributed representations of structure, such as logical terms. https://en.wikipedia.org/wiki/Recursive_neural_network