cjiang2/VDCNN
Implementation of Very Deep Convolutional Neural Network for Text Classification
This project helps developers classify text by category using a Very Deep Convolutional Neural Network (VDCNN) architecture. It takes raw text data (like news articles or reviews) as input and outputs a classification for each text, such as its topic or sentiment. This is intended for machine learning engineers or researchers who are working with text classification tasks and prefer a TensorFlow 2 environment.
172 stars. No commits in the last 6 months.
Use this if you are a machine learning developer looking to implement or experiment with a VDCNN model for text classification within a TensorFlow 2 framework.
Not ideal if you are new to NLP text classification, as more modern and state-of-the-art methods like transformers or BERT are recommended, or if you prefer PyTorch for dynamic graphing and dataset support.
Stars
172
Forks
39
Language
Python
License
—
Last pushed
Jun 28, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/cjiang2/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