项目作者: reichenbch

项目描述 :
Using N-Gram Multichannel CNN for Sentiment Analysis
高级语言: Python
项目地址: git://github.com/reichenbch/Sentiment-Analysis.git
创建时间: 2018-10-19T05:36:05Z
项目社区:https://github.com/reichenbch/Sentiment-Analysis

开源协议:

下载


Sentiment-Analysis

Using N-Gram Multichannel CNN for Sentiment Analysis

The model uses multiple parallel convolutional neural networks that read the source document using different kernel sizes.This,in effect,creates a multichannel convolutional network for the text that reads text with different n-gram sizes.

Convolutional Neural Network for Sentence Classification

Link to the paper- http://www.people.fas.harvard.edu/~yoonkim/data/sent-cnn.pdf

Used the implementation of models in this paper for Sentiment Analysis on movie reviews dataset.

Dataset

Link to the dataset - https://www.cs.cornell.edu/people/pabo/movie-review-data/review_polarity.tar.gz