Text-GCN and PyTorch_TextGCN

These two tools are competitors, as both are independent PyTorch implementations of the same "Graph Convolutional Networks for Text Classification" paper.

Text-GCN
46
Emerging
PyTorch_TextGCN
36
Emerging
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 20/25
Maintenance 0/25
Adoption 9/25
Maturity 8/25
Community 19/25
Stars: 129
Forks: 25
Downloads:
Commits (30d): 0
Language: Python
License: MIT
Stars: 110
Forks: 21
Downloads:
Commits (30d): 0
Language: Python
License:
Stale 6m No Package No Dependents
No License Stale 6m No Package No Dependents

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.

document-classification natural-language-processing sentiment-analysis topic-modeling text-categorization

About PyTorch_TextGCN

chengsen/PyTorch_TextGCN

The PyTorch 1.6 and Python 3.7 implementation for the paper Graph Convolutional Networks for Text Classification

This project helps machine learning engineers and researchers accurately categorize text documents. It takes raw text data as input and produces a trained model that can classify new documents into predefined categories, along with performance metrics. It's designed for those working with text classification tasks in natural language processing.

text-classification natural-language-processing machine-learning-engineering document-categorization

Scores updated daily from GitHub, PyPI, and npm data. How scores work