text-cnn and text_rnn_attention
These are competing implementations of the same task—both use Word2vec embeddings for Chinese text classification but employ different neural architectures (CNN vs. RNN+Attention), so practitioners would typically choose one based on their preference for convolutional or sequential modeling with attention mechanisms.
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.
About text_rnn_attention
cjymz886/text_rnn_attention
嵌入Word2vec词向量的RNN+ATTENTION中文文本分类
This project helps classify Chinese news articles into one of ten categories like sports, finance, or entertainment. You provide raw Chinese text data, and it outputs the predicted category for each article. This is useful for data analysts, content managers, or researchers who need to automatically organize or filter large volumes of Chinese news.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work