用户情感分析(文本分类任务)

其他代码

https://github.com/foamliu/Machine-Reading-Comprehension

https://github.com/Cooper111/G-Reader

汽车用户情感分析


https://tianchi.aliyun.com/notebook/detail.html?spm=5176.11409386.0.0.144f1d07yOkdn5&id=27006

https://github.com/312shan/Subject-and-Sentiment-Analysis


相关

达观杯优质代码
https://github.com/MLjian/TextClassificationImplement
https://blog.csdn.net/GreatXiang888/article/details/82873435

教学代码
https://github.com/wandouqiang/RubbishMessage

七月算法 - NPL课程 - 自然语言应用处理班 课件和源码
https://github.com/runrunbear/npl_class_NPLyingyong

感想

  • 理论学习(李宏毅,七月在线,春秋招)

    模型

  • LogisticRegression
  • LinearSVC
  • LSTM(差)

    分词后的处理

  • hstack【TfidfVectorizer, HashingVectorizer】
  • CountVectorizer+TfidfTransformer()