Skip to content

ashwinpn/Text-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Dataset

UCI Machine Learning Repository - Yelp/Amazon/IMDB reviews sentiment labelled dataset.

Text-Classification

Text classification (Sentiment analysis) using various methods.

The purpose of this project is to assert the superiority of models who take context into account to - that is, to analyze the performance of models which consider the fact that input data might be interdependent too.

Workflow

  • First define baseline models : Naive Bayes and Bag of Words.
  • Then, apply deep learning - convolutional neural nets (CNN's).
  • Develop a Conditional Random Field (CRF) model for text classification (Sentiment Analysis).
  • Toy around with LSTM encodoing - X decoding pairs (X = LSTM - Long Short Term Memory RNN / GRU - Gated Recurent Units).
  • See how Skip-Thought Vectors fit into this.

About

Text classification using various methods.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published