Text-GCN and GCN-Text-Classification
These two tools are competitors, as both are PyTorch implementations aiming to classify text using Graph Convolutional Networks, specifically in the context of the "Graph Convolutional Networks for Text Classification" (AAAI 2019) paper.
About Text-GCN
kenqgu/Text-GCN
A PyTorch implementation of "Graph Convolutional Networks for Text Classification." (AAAI 2019)
This project helps you categorize text documents quickly and accurately, even with limited training data. You provide a collection of documents and their assigned categories (or some of them), and it outputs a model that can predict categories for new documents. It also generates meaningful representations for your words and documents. This is ideal for data scientists, NLP practitioners, or researchers needing robust text classification.
About GCN-Text-Classification
berksudan/GCN-Text-Classification
Text Classification using Graph Convolutional Neural Networks and Natural Language Processing Techniques
This project helps quickly categorize large collections of text documents, such as news articles, movie reviews, or scientific abstracts, into predefined topics or labels. You input a dataset of text documents, and it outputs a trained model that can classify new documents, along with performance metrics like accuracy, precision, and recall. This is ideal for data scientists or researchers who need to automatically organize and understand document corpora.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work