gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
Implements character-level CNN and RNN architectures using TensorFlow 1.3+ with Conv1D operations and multi-layer GRU/LSTM cells for sequence modeling. Provides complete preprocessing pipeline including vocabulary building, fixed-length sequence padding (600 characters), and batch iteration with shuffling for the THUCNews dataset (10 categories, 65K training samples). Achieves 96%+ test accuracy on Chinese news classification with detailed evaluation metrics including per-category precision/recall and confusion matrices.
4,294 stars. No commits in the last 6 months.
Stars
4,294
Forks
1,466
Language
Python
License
MIT
Last pushed
Mar 31, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/gaussic/text-classification-cnn-rnn"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
codewithzichao/DeepClassifier
DeepClassifier is aimed at building general text classification model library.It's easy and...
brightmart/text_classification
all kinds of text classification models and more with deep learning
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch
chenyuntc/PyTorchText
1st Place Solution for Zhihu Machine Learning Challenge . Implementation of various...