Skip to content

Five-class sentiment classification with GRU, LSTM and Self-Attention.

Notifications You must be signed in to change notification settings

manoj-aryal/Sentence-level-Sentiment-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentence-level Sentiment Classification

My implementation of Tsinghua University's Deep Learning Summer School Individual Lab

Given a natural language text, sentiment was classified with five-class sentiment labels:

  • 0 (very negative)
  • 1 (negative)
  • 2 (neutral)
  • 3 (positive)
  • 4 (very positive)

GRU, LSTM and self-attention mechanism were used and compared.

About

Five-class sentiment classification with GRU, LSTM and Self-Attention.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages