SkillAgentSearch skills...

ChineseTextClassifier

中文商品评论短文本分类器,可用于情感分析

Install / Use

/learn @ami66/ChineseTextClassifier
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ChineseTextClassifier

中文商品评论短文本分类器,可用于情感分析,各模型的准确率均达到90%以上

运行环境:

tensorflow2.0

python3

数据集:

京东商城评论文本,10万条,标注为0的是差评,标注为1的是好评。

路径:data/goods_zh.txt

已实现的模型:

  1. Transfromer
  2. word2vec+textCNN
  3. fastext
  4. word2vec+LSTM/GRU
  5. word2vec+LSTM/GRU+Attention
  6. word2vec+Bi_LSTM+Attention

后期会增加glove/GPT/bert/ERNIE等方法对模型的改进

更多机器学习/深度学习项目知识,欢迎关注微信公众号ID:datanlp

Related Skills

View on GitHub
GitHub Stars370
CategoryDevelopment
Updated3d ago
Forks131

Languages

Jupyter Notebook

Security Score

80/100

Audited on Mar 29, 2026

No findings