mukesh-mehta/VDCNN
Implementation of Very Deep Convolutional Neural Network paper
This helps classify text into categories, such as identifying 'toxic' comments, by automatically analyzing the content of written messages. You input raw text, like social media posts or customer reviews, and it outputs labels indicating the nature of the text. This is designed for content moderators, social media managers, or customer support teams who need to automatically filter or categorize large volumes of text.
No commits in the last 6 months.
Use this if you need to automatically categorize short to medium length text segments, like comments, tweets, or short product descriptions, into predefined categories with high accuracy.
Not ideal if you are working with very long documents, need to understand complex semantic relationships, or require detailed explanations for classification decisions rather than just a label.
Stars
14
Forks
8
Language
Jupyter Notebook
License
—
Last pushed
Nov 14, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/mukesh-mehta/VDCNN"
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