pdacorn / par-sbm

a parallel algorithm for inferencing stochastic block models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


#Parallel Community Detection using Stochastic Block Models (Par-SBM) Version 0.1

This program is to identify non-overlapping communities for undirected networks. It provides good solutions for the input graphs that fit the stochastic block models (SBMs). Comparing with non-model based algorithms, it can provide a meaningful alternative solution for general input graphs. Comparing with other SBM-based algorithms, it runs faster on one processor and is more scalable on multi-processor systems.

A serial matlab implementation is available in the "Serial Version in Matlab" folder.

Citation:
@inproceedings{peng2015scalable,
title={A scalable community detection algorithm for large graphs using stochastic block models},
author={Peng, Chengbin and Zhang, Zhihua and Wong, Ka-Chun and Zhang, Xiangliang and Keyes, David},
booktitle={Twenty-Fourth International Joint Conference on Artificial Intelligence},
year={2015}
}

About

a parallel algorithm for inferencing stochastic block models


Languages

Language:C 91.8%Language:MATLAB 8.1%Language:Makefile 0.1%