https://github.com/yanqiangmiffy/daguan
2018达观杯文本智能处理挑战赛:基于ML、DL实现文本分类
https://github.com/yanqiangmiffy/daguan
Last synced: 6 months ago
JSON representation
2018达观杯文本智能处理挑战赛:基于ML、DL实现文本分类
- Host: GitHub
- URL: https://github.com/yanqiangmiffy/daguan
- Owner: yanqiangmiffy
- Created: 2018-07-17T02:41:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T03:14:07.000Z (over 7 years ago)
- Last Synced: 2025-04-01T22:16:34.949Z (7 months ago)
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 37
- Watchers: 1
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# daguan
2018达观杯文本智能处理挑战赛
# 参考资料
- [XgboostAndLR](https://github.com/zldeng/XgboostAndLR)
- [CNN-text-classification-keras](https://github.com/bhaveshoswal/CNN-text-classification-keras)
- [text_classification_AI100](https://github.com/lc222/text_classification_AI100)
- [text-classification-cnn-rnn](https://github.com/gaussic/text-classification-cnn-rnn)
- [Text-Classification-Benchmark](https://github.com/FelixHo/Text-Classification-Benchmark)
- [20newsgroups-text-classification](https://github.com/yanqiangmiffy/20newsgroups-text-classification)