benedekrozemberczki/karateclub
Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020)
This is a specialized toolkit for researchers and data scientists who analyze complex relationship networks, such as social networks, biological interactions, or citation graphs. It helps you discover hidden groups within these networks or convert network structures into a numerical format suitable for other machine learning tasks. You provide a graph dataset, and it outputs identified communities or numerical representations for each part of the network.
2,276 stars. No commits in the last 6 months. Available on PyPI.
Use this if you are a researcher or data scientist working with graph-structured data and need to identify communities or generate embeddings for network nodes and entire graphs.
Not ideal if you are not comfortable with Python or are looking for a simple, out-of-the-box solution without programming.
Stars
2,276
Forks
257
Language
Python
License
GPL-3.0
Category
Last pushed
Jul 17, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/benedekrozemberczki/karateclub"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
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.