meysamzandy / text-sentiment-classification-with-deep-neural-networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thesis - sentiment classification with deep neural networks

visit the project page

Experiment

dataset

  1. Stanford Sentiment treebank dataset
  2. the own-made TripAdvisor dataset, download link

data sample in the TripAdvisor dataset

  • the raw data on the TripAdvisor website

data_sample

  • JSON data collected from the web page

data_sample

experiment environment

env

run experiments

cd algos
python main.py

experiment result

env

the pdf report

algorithms used in the experiment

  1. Conneau, Alexis, et al. "Very deep convolutional networks for text classification." arXiv preprint arXiv:1606.01781 (2016)
  2. Kim, Yoon. "Convolutional neural networks for sentence classification." arXiv preprint arXiv:1408.5882 (2014)
  3. Wang, Xingyou, Weijie Jiang, and Zhiyong Luo. "Combination of convolutional and recurrent neural network for sentiment analysis of short texts." Proceedings of COLING 2016, the 26th International Conference on Computational Linguistics: Technical Papers. 2016

About


Languages

Language:Jupyter Notebook 77.2%Language:Python 16.0%Language:HTML 6.8%