HaotianMXu/Multimodal-CNNs
Implementation of the ACM-BCB 2016 paper Text Classification with Topic-based Word Embedding and Convolutional Neural Networks
This project helps researchers classify text documents by category. It takes raw text data and pre-trained word embeddings, then outputs classifications based on learned topics within the text. This is designed for academic researchers in natural language processing or bioinformatics who need to categorize textual information.
No commits in the last 6 months.
Use this if you are a researcher studying novel text classification methods, particularly those involving topic modeling and convolutional neural networks.
Not ideal if you need a user-friendly, out-of-the-box solution for general text classification, or if you are not comfortable with Python 2.7 and specific deep learning frameworks.
Stars
9
Forks
—
Language
Python
License
—
Last pushed
Oct 03, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/HaotianMXu/Multimodal-CNNs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch