GitXplorerGitXplorer
s

Sentiment-Analysis-using-Recursive-Autoencoders

public
17 stars
6 forks
1 issues

Commits

List of commits on branch master.
Unverified
831fa5d785ecf979eb433d9e942da2bd169dc033

Update README.md

sskritika committed 10 years ago
Unverified
9ac886234ba4171ea4ca63a7d106c0031ecceaa1

Deleted .pyc files

sskritika committed 10 years ago
Unverified
a0e002773107fec7ff627b33ffba2fc4af1dee59

Cleaned up the repository

sskritika committed 10 years ago
Unverified
27212fe5db4dd85ca6cce5d5d6826dc1992c342e

Update README.md

sskritika committed 10 years ago
Unverified
9bd24278dc632e30b6664f96e4ae4a722dfc9b15

Readme updated.

sskritika committed 10 years ago
Unverified
b936ded0d996d7f71be07b6cc319be0d0fb61040

Delete emnlp11-RecursiveAutoencodersSentimentDistributions.pdf

sskritika committed 10 years ago

README

The README file for this repository.

Used semi-supervised recursive autoencoders to learn sentence meanings and predict polarity of movie reviews. Achieved an accuracy of 72% with random word initialization on movie reviews dataset from rottentomatoes.

This code is based on Richard Socher's work as described in the paper "Semi-Supervised Recursive Autoencoders for Predicting Sentiment Distributions" and their MATLAB code for the same.

The main file is main.py