Skip to content

GitHub-OfficialAccount/Simple-Text-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Template/Baseline for text classification

Models used

  • Logistic Regression
  • Naive Bayes
  • XGBoost
  • LSTM
  • Bi-directional LSTM
  • GRU

Data processing methods

  • TF-IDF
  • N-gram (CountVectorizer)
  • GloVe

Case: Sentiment Analysis (6 sentiments)

Libraries

  • Pytorch (for modelling)
  • TF/Keras (for some preprocessing)

About

A template/baseline for text classification, consist of several models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors