https://github.com/leodpen/try_simple_nlp
vegetable
https://github.com/leodpen/try_simple_nlp
Last synced: about 1 year ago
JSON representation
vegetable
- Host: GitHub
- URL: https://github.com/leodpen/try_simple_nlp
- Owner: LEODPEN
- Created: 2019-05-25T12:09:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-27T08:31:04.000Z (about 7 years ago)
- Last Synced: 2025-01-30T04:17:45.069Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# try_simple_nlp
+ 分词什么的都靠手动找表情了
+ accuracy只有73.68%,不再操作了,双手离开键盘!
+ 最后74.26%,数据集不大,因此设置的epochs=3,这次真的离开键盘了.
+ 是数据量太少的原因,过拟合太快了,采取3+1,最后85.61%,数据增强的重要性啊
+ 再次操作,将表情在词袋里面删掉,用结果里面的第一个模型就过了。。。