Skip to main content

semi-definite programming for the recovery of stochastic block model

Project description

SBMSDP2

This repository uses semi-definite programming to recover labels of stochastic block model.

Note

The code in this repository can only recover symmetric SBM with two underlining communities. Symmetric SBM means that the two communities have equal size.

The SBM generator is SBM(n,alognn,blognn).

Sample code

from sbmsdp import sbm2, sdp2
G = sbm2(100, 16, 4)
X = sdp2(G)
print(X)

Reference

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page