Skip to content

gaoyangxihehe/Sentiment-Analysis-And-Application-Based-On-The-Word2Vec-Method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

基于Word2Vec方法的情感分研究及应用

本文使用的词向量方法有:

  • TFIDF
  • Word2Vec
  • Word2Vec * TFIDF

本文使用的分类方法有:

  • Logistic
  • LASSO Logistic
  • Naive Bayes