vietnh1009/Character-level-cnn-tensorflow
Character-level CNN for text classification
This tool helps categorize text documents like news articles or product reviews into predefined groups, even when dealing with very short or informal text. You provide your raw text data, and it classifies each piece, telling you what category it belongs to. This is useful for data analysts, content managers, or anyone needing to sort large volumes of text efficiently.
No commits in the last 6 months.
Use this if you need to automatically sort or tag large collections of text, such as customer feedback, news feeds, or internal documents, into specific categories.
Not ideal if your primary goal is to extract specific entities (like names or locations) from text, understand the sentiment within a sentence, or summarize long documents.
Stars
28
Forks
11
Language
Python
License
MIT
Category
Last pushed
Dec 26, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/vietnh1009/Character-level-cnn-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"