Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

NOCD: Neural Overlapping Community Detection

This book demonstrates the modernized NOCD package for overlapping community detection using Graph Neural Networks.

NOCD implements the method from “Overlapping Community Detection with Graph Neural Networks” (Shchur & Gunnemann, KDD 2019), updated to use PyTorch 2.x and PyTorch Geometric.

Contents

Installation

uv venv --python 3.14
uv pip install -e .