From 8f63cf9f41bbdb8d55cd4679872d2b4ae2129324 Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Tue, 24 Feb 2026 08:40:49 +0000 Subject: EC-SBM community detection analysis: full pipeline and writeup Implement community detection on 3 EC-SBM networks (polblogs, topology, internet_as) using 5 methods (Leiden-Mod, Leiden-CPM at 0.1 and 0.01, Infomap, graph-tool SBM). Compute AMI/ARI/NMI accuracy, cluster statistics, and generate figures and LaTeX report. --- assignment.html | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 assignment.html (limited to 'assignment.html') diff --git a/assignment.html b/assignment.html new file mode 100644 index 0000000..88f2c2c --- /dev/null +++ b/assignment.html @@ -0,0 +1,112 @@ +This homework involves data analysis (running community detection +methods +on synthetic networks) and writing a report about what +you did and what you observed. +You should also relate the results you find to other papers +you have read or heard about (e.g., in class lectures): are they +similarto what you saw or are they different? +What did you learn? +What are you still trying to figure out? + +Here are some basic instructions. +Perform community detection using at least two methods +on at least two EC-SBM networks based on SBM+WCC input parameters. +One of the networks should be relatively small (under 10,000 nodes) +and the others should be at least 30,000 nodes. +The-Anh suggests these: + + +Some details are given below: + + +

+General recommendations. +

+

Writing advice +

+ +

+Grading +

+Note: to receive full points, you must do at least the minimum +required (the two community detection methods as indicated above, +analyses of at least two EC-SBM networks based on SBM+WCC parameters, +and reporting AMI, ARI, and NMI accuracy). +Anything beyond this can early extra credit. + + -- cgit v1.2.3