Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dengbocong/pyncd
A Python Library for Network Community Detection
https://github.com/dengbocong/pyncd
clustering community-detection deep-learning graph-mining machine-learning network-analysis networkx
Last synced: 5 days ago
JSON representation
A Python Library for Network Community Detection
- Host: GitHub
- URL: https://github.com/dengbocong/pyncd
- Owner: DengBoCong
- License: bsd-2-clause
- Created: 2022-12-13T09:19:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T10:51:54.000Z (almost 2 years ago)
- Last Synced: 2024-04-26T10:05:13.857Z (7 months ago)
- Topics: clustering, community-detection, deep-learning, graph-mining, machine-learning, network-analysis, networkx
- Language: Python
- Homepage: https://pyncd.readthedocs.io/
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE
Awesome Lists containing this project
README
Python Network Community Detection (PyNCD)
==========================================**Deployment & Documentation & License**
.. image:: https://img.shields.io/pypi/v/pyncd.svg?color=brightgreen
:target: https://pypi.org/project/pyncd/
:alt: PyPI version.. image:: https://readthedocs.org/projects/pyncd/badge/?version=latest
:target: https://pyncd.readthedocs.io/en/latest/?badge=latest
:alt: Documentation status.. image:: https://img.shields.io/github/stars/DengBoCong/pyncd.svg
:target: https://github.com/DengBoCong/pyncd/stargazers
:alt: GitHub stars.. image:: https://img.shields.io/github/forks/DengBoCong/pyncd.svg?color=blue
:target: https://github.com/DengBoCong/pyncd/network
:alt: GitHub forks.. image:: https://pepy.tech/badge/pyncd
:target: https://pepy.tech/project/pyncd
:alt: Downloads.. image:: https://github.com/DengBoCong/pyncd/actions/workflows/testing.yml/badge.svg
:target: https://github.com/DengBoCong/pyncd/actions/workflows/testing.yml
:alt: testing.. image:: https://coveralls.io/repos/github/DengBoCong/pyncd/badge.svg
:target: https://coveralls.io/github/DengBoCong/pyncd
:alt: Coverage Status.. image:: https://img.shields.io/github/license/DengBoCong/pyncd.svg
:target: https://github.com/DengBoCong/pyncd/blob/main/LICENSE
:alt: License.. image:: https://img.shields.io/badge/Paper-note-pink
:target: https://github.com/DengBoCong/nlp-paper
:alt: Paper----
PyNCD is an open-source **Python library** for **network community detection**. PyNCD provides unified low-code implementation of different detection models based on PyTorch