cnn-text-classification topic

List cnn-text-classification repositories

char-cnn-text-classification-pytorch

176
Stars
47
Forks
Watchers

Character-level Convolutional Neural Networks for text classification in PyTorch

cnn-relation-extraction

220
Stars
62
Forks
Watchers

Tensorflow Implementation of Convolutional Neural Network for Relation Extraction (COLING 2014, NAACL 2015)

pytorch-sentiment-analysis

4.3k
Stars
1.2k
Forks
Watchers

Tutorials on getting started with PyTorch and TorchText for sentiment analysis.

textclf

230
Stars
39
Forks
Watchers

TextClf :基于Pytorch/Sklearn的文本分类框架,包括逻辑回归、SVM、TextCNN、TextRNN、TextRCNN、DRNN、DPCNN、Bert等多种模型,通过简单配置即可完成数据处理、模型训练、测试等过程。

Chinese-Text-Classification

290
Stars
89
Forks
Watchers

Chinese-Text-Classification,Tensorflow CNN(卷积神经网络)实现的中文文本分类。QQ群:522785813,微信群二维码:http://www.tensorflownews.com/

semanaly

153
Stars
57
Forks
Watchers

semantic analysis using word2vector, doc2vector,lstm and other method. mainly for text similarity analysis.

XML-CNN

62
Stars
8
Forks
Watchers

Pytorch implementation of the paper Deep learning for extreme multi-label text classification

ML-Experiments

103
Stars
32
Forks
Watchers

整理记录本人担任课程助教设计的四个机器学习实验,主要涉及简单的线性回归、朴素贝叶斯分类器、支持向量机、CNN做文本分类。内附实验指导书、讲解PPT、参考代码,欢迎各位码友讨论交流。

CNN_Text_Classification

99
Stars
17
Forks
Watchers

A PyTorch CNN for classifying the sentiment of movie reviews, based on the paper "Convolutional Neural Networks for Sentence Classification" by Yoon Kim (2014).