rxt2012kc / cnn-text-classification-tfLinks
Convolutional Neural Network for Text Classification in Tensorflow
☆10Updated 8 years ago
Alternatives and similar repositories for cnn-text-classification-tf
Users that are interested in cnn-text-classification-tf are comparing it to the libraries listed below
Sorting:
- 使用pytorch 和京东某商品评价数据集,采用不同模型对文本进行分类☆25Updated 7 years ago
- PyTorch implement of BiLSTM-CRF for Chinese NER☆60Updated 6 years ago
- A transformer model that should be able to solve a simple NER task☆11Updated 6 years ago
- ☆131Updated 4 years ago
- siamese lstm network for text similarity☆95Updated 8 years ago
- 主要是实现nlp常用网络以及结果比较,各模型的优劣势,如:FastText,TextCNN,TextRNN,TextRCNN,BiLSTM,Seq2seq,BERT,Transformer,ELMo以及Attention机制等等。☆46Updated 6 years ago
- 本项目主要为针对DPCNN(Deep Pyramid Convolutional Neural Networks for Text Categorization )文本分类(Text Classification)的论文复现以及基于知乎看山杯Inception的修改和复现,…☆143Updated 6 years ago
- This repo contains a PyTorch implementation of a pretrained BERT model for text classification.☆106Updated 6 years ago
- cw2vec implementation in pytorch☆17Updated 6 years ago
- 深度学习相关的实例☆40Updated 5 years ago
- 用百科数据和搜狗新闻数据训练word2vec模型☆19Updated 7 years ago
- 使用分层注意力机制 HAN + 多任务学习 解决 AI Challenger 细粒度用户评论情感分析 。https://challenger.ai/competition/fsauor2018☆58Updated 6 years ago
- Neural Relation Extraction implemented with LSTM in TensorFlow☆17Updated 8 years ago
- Code lab for NLP. Including doc2txt,tf-idf,cnn,text classify,hmm cws,crf ner.☆42Updated 7 years ago
- 提出基于划分的LDA主题模型 (PLDA)。对传统LDA模型进行改进,考虑中长篇文档篇章结构较为清晰,传统LDA在处理中长篇文档时不能识别每个篇章的主题,提出基于划分的LDA主题模型,对中长篇文档如新闻报道】国务院工作报告等按照段落进行划分,先拆后合,并将其效果与传统LDA…☆41Updated 6 years ago
- This model base on bert-as-service. Model structure : bert-embedding bilstm crf.☆37Updated 6 years ago
- Dilate Gated Convolutional Neural Network For Machine Reading Comprehension☆39Updated 6 years ago
- 基于Bert(或Robert)预训练模型微调命名实体识别任务,并提供基于docker的Tensor Serving部署模型方案实现过程。☆36Updated 5 years ago
- Tensorflow+bilstm+attention+multi label text classify☆121Updated 7 years ago
- 搜狐算法大赛:主要实体词情绪识别 baseline☆106Updated 6 years ago
- Improvement of RAKE Algorithm (Rapid Automatic keyword extraction)☆35Updated 8 years ago
- 基于BERT的预训练语言模型实现,分为两步:预训练和微调。目前已包括BERT、Roberta、ALbert三个模型,且皆可支持Whole Word Mask模式。☆17Updated 5 years ago
- bert annotation, input and output for people from scratch, 代码注释, 有每一步的输入和输出, 适合初学者☆93Updated 3 years ago
- NLP相关的paper代码复现。主要包括ACL,AAAI,EMNLP等顶会论文。☆88Updated 3 years ago
- pytorch bert 版的 multi_label_text_classification☆10Updated 5 years ago
- 这是使用pytoch 实现的长文本分类器☆46Updated 6 years ago
- BERT预训练模型字向量提取工具☆53Updated 5 years ago
- A Keras Implementation of Attention_based Siamese Manhattan LSTM☆54Updated 7 years ago
- keras implement of dgcnn for reading comprehension☆164Updated 6 years ago
- pytorch教程下面的一些个人汉化的jupyter notebook☆22Updated 7 years ago