gezimonkey / Keras_Multi_Label_TextClassficationLinks
本项目利用KERAS结合不同的分类器并使用Glove词向量,对文本进行多标签分类。This project uses KERAS,Glove and many classifiers to classify text multi-label classification
☆20Updated 4 years ago
Alternatives and similar repositories for Keras_Multi_Label_TextClassfication
Users that are interested in Keras_Multi_Label_TextClassfication are comparing it to the libraries listed below
Sorting:
- 多标签文本分类☆54Updated 6 years ago
- 集成各种神经网络进行情感分类,包括CNN、LSTM、Transformer以及BERT等网络模型☆72Updated 6 years ago
- 基于CNN、RNN、GCN、BERT的中文文本分类☆43Updated last year
- 本项目采用Keras和Keras-bert实现文本多标签分类任务,对BERT进行微调。☆67Updated 4 years ago
- 利用bert预训练模型生成句向量或词向量☆27Updated 4 years ago
- Pytorch Bert+BiLstm二分类☆41Updated 3 years ago
- 利用bert和textcnn解决多标签文本分类的demo。☆33Updated 2 years ago
- 多标签多分类的textCNN☆12Updated 4 years ago
- ☆60Updated 5 years ago
- 一个基础且完整的细粒度情感分析(ABSA,Aspect based sentiment analysis)案例☆82Updated 5 years ago
- 中文文本预处理,Word2Vec训练计算文本相似度。☆45Updated 6 years ago
- pytorch implementation of multi-label text classification, includes kinds of models and pretrained. Especially for Chinese preprocessing.☆75Updated 5 years ago
- 在bert模型的pre_training基础上进行text_cnn文本分类☆78Updated 5 years ago
- 疫情期间网民情绪识别比赛分享+top1~3解决方案☆50Updated 4 years ago
- Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆48Updated 5 years ago
- 一个简单的中文事件抽取模型,触发词和实体联合标注识别,同时判定实体角色。☆73Updated 4 years ago
- PyTorch使用BERT进行英语多标签文本分类☆33Updated 3 years ago
- cnn bilstm crf 作中文命名实体识别☆13Updated 4 years ago
- 事件知识图谱构建相关的论文, 包含事件抽取、事件关系识别等任务☆82Updated 2 years ago
- 基于word2vec预训练词向量; textCNN 模型 ;charCNN 模型 ;Bi-LSTM模型;Bi-LSTM + Attention 模型 ;Transformer 模型 ;ELMo 预训练模型 ;BERT 预训练模型的文本分类项目☆121Updated 4 years ago
- 基于tensorflow的中文文本分类(复旦中文语料)☆20Updated 4 years ago
- 文本分类之特征选择☆11Updated 7 years ago
- 基于Bert模型的关系抽取和实体识别、Entity Extraction and Relation Extract using Bert☆13Updated 5 years ago
- Capsule, LSTM/GRU, CNN for text class implemented by Pytorch 胶囊网络, 循环神经网络和卷积神经网络在中文文本分类中的应用☆43Updated 6 years ago
- 电商评论情感分类☆15Updated 4 years ago
- Named Entity Recognition (NER) with different combinations of BiGRU, Self-Attention and CRF☆62Updated 4 years ago
- Aspect Based Sentiment Analysis 基于方面的细粒度情感分析☆172Updated 3 years ago
- 细粒度的情感分析(属性词提取,句法依存分析)☆35Updated 2 years ago
- 新闻文本自动摘要, 以Textrank 为基础,融入 标题特征,单句位置特征,重要实体特征,线索词特征,做句子的综合权重计算,并使用MMR算法,兼顾自动摘要的主题相关性和摘要多样性。☆26Updated 3 years ago
- 主要是实现nlp常用网络以及结果比较,各模型的优劣势,如:FastText,TextCNN,TextRNN,TextRCNN,BiLSTM,Seq2seq,BERT,Transformer,ELMo以及Attention机制等等。☆45Updated 6 years ago