xqtbox / question-classification-with-multi-level-attention-mechanism-and-kerasLinks
question classification with multi-level attention mechanism 使用多层级注意力机制和keras实现问题分类
☆34Updated 6 years ago
Alternatives and similar repositories for question-classification-with-multi-level-attention-mechanism-and-keras
Users that are interested in question-classification-with-multi-level-attention-mechanism-and-keras are comparing it to the libraries listed below
Sorting:
- textcnn多标签文本分类☆37Updated 7 years ago
- 该工程是利用python3.6进行“特征提取+分类器”来实现美团评论的文本二分类问题。在特征提取部分提取了6种特征,分类器选择了python里面的包xgboost和lightGBM分别实现提升树和GBDT(梯度提升决策树)。☆94Updated 6 years ago
- CNN 实现文本分类☆183Updated 3 years ago
- 嵌入Word2vec词向量的RNN+ATTENTION中文文本分类☆152Updated 5 years ago
- Multilabel classification based on TextCNN and Attention☆78Updated 5 years ago
- 集成各种神经网络进行情感分类,包括CNN、LSTM、Transformer以及BERT等网络模型☆73Updated 6 years ago
- 使用分层注意力机制 HAN + 多任务学习 解决 AI Challenger 细粒度用户评论情感分析 。https://challenger.ai/competition/fsauor2018☆58Updated 6 years ago
- 主要是实现nlp常用网络以及结果比较,各模型的优劣势,如:FastText,TextCNN,TextRNN,TextRCNN,BiLSTM,Seq2seq,BERT,Transformer,ELMo以及Attention机制等等。☆46Updated 6 years ago
- NLP research:基于tensorflow的nlp深度学习项目,支持文本分类/句子匹配/序列标注/文本生成 四大任务☆194Updated last year
- BERT-BiLSTM-CRF的Keras版实现☆40Updated 6 years ago
- 文本分类:传统机器学习模型和深度学习模型☆51Updated 6 years ago
- ☆132Updated 7 years ago
- 细粒度用户评论情感分析☆123Updated 7 years ago
- CNN, LSTM, NBOW, fasttext 中文文本分类☆121Updated 6 years ago
- tensorflow TxetCnn TextRNN 使用Textcnn、Textrnn对文本进行分类☆58Updated 6 years ago
- 文本分类的目前测试效果较好的算法☆57Updated 6 years ago
- bert for chinese text classification☆141Updated 6 years ago
- 多标签文本分类☆53Updated 6 years ago
- 基于预训练模型(BERT,BERT-wwm)的文本分类模板,CCF BDCI新闻情感分析A榜4/2735。☆270Updated 5 years ago
- AI Challenger 2018 细粒度用户评论情感分析,排名17th,基于Aspect Level 思路的解决方案☆328Updated 7 years ago
- 关于文本分类的许多方法,主要涉及到TextCNN,TextRNN, LEAM, Transformer,Attention, fasttext, HAN等☆76Updated 6 years ago
- 微调预训练语言模型,解决多标签分类任务(可加载BERT、Roberta、Bert-wwm以及albert等知名开源tf格式的模型)☆141Updated 5 years ago
- 该库是一个项目集,包括文本分类、多标签分类、细粒度情感分析、命名实体识别,以及部分数据集等☆202Updated 6 years ago
- 新闻上的文本分类:机器学习大乱斗☆180Updated 6 years ago
- Neural models for Text Classification in Tensorflow, such as cnn, dpcnn, fasttext, bert ...☆194Updated 6 years ago
- 在bert模型的pre_training基础上进行text_cnn文本分类☆79Updated 5 years ago
- Bert中文文本分类☆41Updated 6 years ago
- 评论上的情感分析:主题与情感词抽取☆81Updated 5 years ago
- Self complemented word embedding methods using CBOW,skip-Gram,word2doc matrix , word2word matrix ,基于CBOW、skip-gram、词-文档矩阵、词-词矩阵四种方法的词向量生成☆187Updated 7 years ago
- CCF BDCI 2019 互联网新闻情感分析 复赛top8 代码☆67Updated 5 years ago