Added openai's byte mLSTM based system by Radford et.al. 2017

This commit is contained in:
Mengxuan Xia 2017-04-24 19:54:56 -04:00
parent 8f9142ad90
commit 505494fa40
1 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,8 @@ _**Caveats**: A key problem in sentiment analysis is its sensitivity to the doma
[ganeshjawahar/mem_absa](https://github.com/ganeshjawahar/mem_absa): Aspect-Based, Supervised Machine Learning, Deep Learning, Attention-based, External Memory. [[paper]](https://arxiv.org/abs/1605.08900)
[openai/generating-reviews-discovering-sentiment](https://github.com/openai/generating-reviews-discovering-sentiment): Deep Learning, byte mLSTM [[paper]](https://arxiv.org/abs/1704.01444)
### R
[timjurka/sentiment](https://github.com/timjurka/sentiment): Supervised Machine Learning, Naive Bayes Classifier.