zenwor/reddit_gcnn
🕸️ GNN-based Reddit Discussion Classifier
This project helps researchers and data scientists analyze online discussions. It takes data representing user interactions, like those found on Reddit, and classifies whether a set of interactions constitutes a genuine discussion or not. The output helps understand communication patterns in large online communities.
No commits in the last 6 months.
Use this if you are a researcher or data scientist studying social interactions and need to automatically identify discussion threads within complex network data from platforms like Reddit.
Not ideal if you need a plug-and-play solution for general text classification or if your data doesn't naturally form a graph of interactions.
Stars
11
Forks
—
Language
Python
License
MIT
Category
Last pushed
Aug 30, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/zenwor/reddit_gcnn"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
pyg-team/pytorch_geometric
Graph Neural Network Library for PyTorch
a-r-j/graphein
Protein Graph Library
raamana/graynet
Subject-wise networks from structural MRI, both vertex- and voxel-wise features (thickness, GM...
pykale/pykale
Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for...
dmlc/dgl
Python package built to ease deep learning on graph, on top of existing DL frameworks.