rxt2012kc / cnn-text-classification-tf
Convolutional Neural Network for Text Classification in Tensorflow
☆10Updated 7 years ago
Related projects ⓘ
Alternatives and complementary repositories for cnn-text-classification-tf
- 使用pytorch和京东某商品评价数据集,采用不同模型对文本进行分类☆25Updated 6 years ago
- Capsule, LSTM/GRU, CNN for text class implemented by Pytorch 胶囊网络, 循环神经网络和卷积神经网络在中文文本分类中的应用☆43Updated 5 years ago
- 使用分层注意力机制 HAN + 多任务学习 解决 AI Challenger 细粒度用户评论情感分析 。https://challenger.ai/competition/fsauor2018☆57Updated 5 years ago
- Multilabel classification based on TextCNN and Attention☆76Updated 4 years ago
- 两层attention 的lstm评论情感分析☆22Updated 6 years ago
- This is a pytorch implement of cw2vec☆28Updated 5 years ago
- 本项目主要为针对DPCNN(Deep Pyramid Convolutional Neural Networks for Text Categorization )文本分类(Text Classification)的论文复现以及基于知乎看山杯Inception的修改和复现,…☆142Updated 5 years ago
- 主要是实现nlp常用网络以及结果比较,各模型的优劣势,如:FastText,TextCNN,TextRNN,TextRCNN,BiLSTM,Seq2seq,BERT,Transformer,ELMo以及Attention机制等等。☆43Updated 5 years ago
- BERT-BiLSTM-CRF的Keras版实现☆41Updated 5 years ago
- Text classification models☆67Updated 4 years ago
- question classification with multi-level attention mechanism 使用多层级注意力机制和keras实现问题分类☆34Updated 5 years ago
- Dilate Gated Convolutional Neural Network For Machine Reading Comprehension☆39Updated 5 years ago
- keras+bi-lstm+crf,中文命名实体识别☆16Updated 6 years ago
- 基于BiLSTM和Self-Attention的文本分类、表示学习网络☆29Updated 5 years ago
- Bert中文文本分类☆40Updated 5 years ago
- “神策杯”关键词提取☆7Updated 6 years ago
- 1.16-1.20小白我对于预训练词向量的使用的一些经验总结~☆23Updated 5 years ago
- 基于Adversarial Attack的问题等价性判别比赛☆13Updated 4 years ago
- Tensorflow+bilstm+attention+multi label text classify☆121Updated 6 years ago
- 基于双向RNN,Attention机制的编解码神经机器翻译模型☆59Updated 6 years ago
- 完全端到端的核心实体识别与情感预测☆34Updated 5 years ago
- 关于文本分类的许多方法,主要涉及到TextCNN,TextRNN, LEAM, Transformer,Attention, fasttext, HAN等☆74Updated 5 years ago
- ☆132Updated 3 years ago
- pytorch用Textcnn-bilstm-crf模型实现命名实体识别☆42Updated 6 years ago
- CCF BDCI 金融信息负面及主体判定第三名方案☆56Updated 4 years ago
- 搜狐校园算法大赛baseline☆66Updated 5 years ago
- 用机器学习算法实现了一种有监督的句子对匹配方法,使用的机器学习分类算法有:逻辑回归(LR)、SVM、GBDT和随机森林(RandomForest),使用的工具是Sklearn。☆30Updated 7 years ago
- ☆32Updated 5 years ago
- 2019之江杯人工智能大赛电商评论观点挖掘赛道top3☆45Updated 5 years ago
- 面向金融领域的事件主体抽取(ccks2019),一个baseline