lc222/char-cnn-text-classification-tensorflow
Character-level Convolutional Networks for Text Classification论文仿真实现
This project helps machine learning researchers and practitioners understand and replicate the 'Character-level Convolutional Networks for Text Classification' paper. It provides a working implementation of a character-level convolutional neural network, which takes raw text as input and classifies it into predefined categories. This is valuable for those studying or applying advanced text classification techniques.
No commits in the last 6 months.
Use this if you are a researcher or student looking to understand, replicate, or build upon the specific text classification model described in the 'Character-level Convolutional Networks for Text Classification' paper.
Not ideal if you are looking for a pre-trained, ready-to-use text classification model for immediate application in a business or production environment without deep technical investigation.
Stars
72
Forks
38
Language
Python
License
—
Category
Last pushed
Apr 29, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/lc222/char-cnn-text-classification-tensorflow"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
carpedm20/lstm-char-cnn-tensorflow
in progress
ilivans/tf-rnn-attention
Tensorflow implementation of attention mechanism for text classification tasks.
ahmedbesbes/character-based-cnn
Implementation of character based convolutional neural network
AlexGidiotis/Document-Classifier-LSTM
A bidirectional LSTM with attention for multiclass/multilabel text classification.
NonvolatileMemory/AAAI_2019_EXAM
Official implementation of "Explicit Interaction Model towards Text Classification"