yuhsinliu1993/VDCNN
Using keras to implement VDCNN model
This project helps data scientists and machine learning practitioners categorize text documents more accurately. It takes raw text inputs, such as customer reviews, news articles, or social media posts, and efficiently outputs precise classifications. Anyone needing to automatically sort and understand large volumes of text will find this useful.
No commits in the last 6 months.
Use this if you need a robust and deep learning-based method to automatically classify text into predefined categories with high performance.
Not ideal if you have very small datasets or require explainability for why a specific classification was made, as deep learning models can be opaque.
Stars
22
Forks
3
Language
Python
License
—
Last pushed
May 24, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/yuhsinliu1993/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