cnn-text-classification topic
char-cnn-text-classification-pytorch
Character-level Convolutional Neural Networks for text classification in PyTorch
cnn-relation-extraction
Tensorflow Implementation of Convolutional Neural Network for Relation Extraction (COLING 2014, NAACL 2015)
pytorch-sentiment-analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
textclf
TextClf :基于Pytorch/Sklearn的文本分类框架,包括逻辑回归、SVM、TextCNN、TextRNN、TextRCNN、DRNN、DPCNN、Bert等多种模型,通过简单配置即可完成数据处理、模型训练、测试等过程。
Chinese-Text-Classification
Chinese-Text-Classification,Tensorflow CNN(卷积神经网络)实现的中文文本分类。QQ群:522785813,微信群二维码:http://www.tensorflownews.com/
semanaly
semantic analysis using word2vector, doc2vector,lstm and other method. mainly for text similarity analysis.
text-classification-keras
📚 Text classification library with Keras
XML-CNN
Pytorch implementation of the paper Deep learning for extreme multi-label text classification
ML-Experiments
整理记录本人担任课程助教设计的四个机器学习实验,主要涉及简单的线性回归、朴素贝叶斯分类器、支持向量机、CNN做文本分类。内附实验指导书、讲解PPT、参考代码,欢迎各位码友讨论交流。
CNN_Text_Classification
A PyTorch CNN for classifying the sentiment of movie reviews, based on the paper "Convolutional Neural Networks for Sentence Classification" by Yoon Kim (2014).