Skip to content
forked from songyouwei/SA-DL

Sentiment Analysis with Deep Learning models. Implemented with Tensorflow and Keras.

License

Notifications You must be signed in to change notification settings

shahnizam1/SA-DL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SA-DL

Sentiment Analysis with Deep Learning models. Implemented with Tensorflow and Keras.

使用深度学习模型解决情感分析问题。

Packagist PRsWelcome PythonVersion

Dependencies

  • Tensorflow 1.7
  • Python 3.6
  • Pre-trained word vectors

An usage example

Training:

python ram.py

See the training process

tensorboard --logdir=./ram_logs

Reviews / Surveys

Zhang, Lei, Shuai Wang, and Bing Liu. "Deep Learning for Sentiment Analysis: A Survey." arXiv preprint arXiv:1801.07883 (2018). [pdf]

Young, Tom, et al. "Recent trends in deep learning based natural language processing." arXiv preprint arXiv:1708.02709 (2017). [pdf]

Papers & Models

RAM

Chen, Peng, et al. "Recurrent Attention Network on Memory for Aspect Sentiment Analysis." Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing. 2017. [pdf]

ram

MemNet

Tang, Duyu, Bing Qin, and Ting Liu. "Aspect level sentiment classification with deep memory network." arXiv preprint arXiv:1605.08900 (2016). [pdf]

memnet

IAN

Ma, Dehong, et al. "Interactive Attention Networks for Aspect-Level Sentiment Classification." arXiv preprint arXiv:1709.00893 (2017).

han

TD-LSTM

Tang, Duyu, et al. "Effective LSTMs for Target-Dependent Sentiment Classification." Proceedings of COLING 2016, the 26th International Conference on Computational Linguistics: Technical Papers. 2016. [pdf]

td-lstm

LSTM

lstm

Licence

MIT License

About

Sentiment Analysis with Deep Learning models. Implemented with Tensorflow and Keras.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%