FNo0 / LIFT_for_NLPLinks
2018BDCI汽车行业用户观点主题及情感识别rank27
☆11Updated 6 years ago
Alternatives and similar repositories for LIFT_for_NLP
Users that are interested in LIFT_for_NLP are comparing it to the libraries listed below
Sorting:
- Rank6 决赛三等奖 2018 中国高校计算机大赛 大数据挑战赛 发粉漏丝☆19Updated 6 years ago
- 2018年"达观杯"文本智能处理挑战赛-长文本分类-rank4☆283Updated 5 years ago
- This repo is all the machine learning related project codes and their corresponding blog posts at the graduate level.☆321Updated 6 years ago
- ’达观杯‘文本智能处理挑战赛,文本分类任务的实现,包括一些传统的监督学习算法和深度学习算法,主要基于sklearn/xgb/lgb/pytorch包实现。☆260Updated 6 years ago
- BDCI 2018 汽车行业用户观点主题及情感识别 决赛一等奖方案☆431Updated 6 years ago
- 2018达观杯文本智能处理挑战赛 Top10解决方案(10/3830)☆215Updated 6 years ago
- ☆61Updated 6 years ago
- 关于文本分类的许多方法,主要涉及到TextCNN,TextRNN, LEAM, Transformer,Attention, fasttext, HAN等☆76Updated 6 years ago
- 复盘所有NLP比赛的TOP方案,只关注NLP比赛,持续更新中!☆48Updated 6 years ago
- 嵌入Word2vec词向量的RNN+ATTENTION中文文本分类☆152Updated 5 years ago
- 2018年蚂蚁金服金融大脑赛题分享☆151Updated 6 years ago
- CCF-BDCI 2018年汽车行业用户观点主题及情感识别挑战赛 第6名解决方案☆143Updated 6 years ago
- 2019中国高校计算机大赛——大数据挑战赛 第15名 WriteUp☆31Updated 5 years ago
- NLP research:基于tensorflow的nlp深度学习项目,支持文本分类/句子匹配/序列标注/文本生成 四大任务☆194Updated last year
- 2018达观杯长文本分类智能处理挑战赛 18解决方案☆154Updated 6 years ago
- several methods for text classification☆187Updated 7 years ago
- 互联网新闻情感分析赛题baseline☆42Updated 5 years ago
- ☆96Updated 5 years ago
- 该工程是利用python3.6进行“特征提取+分类器”来实现美团评论的文本二分类问题。在特征提取部分提取了6种特征,分类器选择了python里面的包xgboost和lightGBM分别实现提升树和GBDT(梯度提升决策树)。