text-classification-cnn-rnn and text-cnn
These are competitors offering alternative implementations of the same core approach—both apply convolutional neural networks to Chinese text classification, with the primary difference being that B explicitly incorporates Word2vec embeddings while A combines CNN with RNN architecture for potentially better sequential context capture.
About text-classification-cnn-rnn
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
This project helps quickly sort and categorize large volumes of Chinese text. You input raw Chinese text, and it outputs labels like 'sports,' 'finance,' or 'education,' automatically classifying the content. This is designed for data analysts or content managers who need to organize or understand the topics within extensive Chinese text datasets.
About text-cnn
cjymz886/text-cnn
嵌入Word2vec词向量的CNN中文文本分类
This project helps quickly sort Chinese text documents into predefined categories like sports, finance, or entertainment. You provide raw Chinese text documents, and it tells you which category each document belongs to. This is useful for anyone who needs to automatically organize or filter large volumes of Chinese news articles, blog posts, or other textual content.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work