vietnh1009/Very-deep-cnn-pytorch
Very deep CNN for text classification
This is a Pytorch implementation of a very deep convolutional neural network for text classification. It helps classify large text datasets into predefined categories, taking raw text as input and outputting categorized text. This is for machine learning engineers or researchers working on text classification tasks.
No commits in the last 6 months.
Use this if you need to train or evaluate a deep CNN for text classification on large datasets, either with provided benchmark datasets or your own custom text data.
Not ideal if you are looking for a pre-trained, ready-to-use model for immediate inference without training, or if you prefer a different deep learning framework.
Stars
37
Forks
13
Language
Python
License
MIT
Last pushed
Dec 26, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/vietnh1009/Very-deep-cnn-pytorch"
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
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch