Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 409 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 409 Bytes

A deep learning recursive neural tensor network for sentiment analysis in natural language, implemented directly from the paper:

[Recursive Deep Models for Semantic Compositionality Over a Sentiment Treebank" by Socher et. al.] (http://nlp.stanford.edu/~socherr/EMNLP2013_RNTN.pdf)

  • includes development, training and testing PTB files and methods for batch, mini-batch, and online learning.