Skip to content

Graph partitioning algorithm for the Aalto AMDM course.

Notifications You must be signed in to change notification settings

kKreics/graph_partitioning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

This repository holds a basic implemenation of the normalized spectral community partitioning algorithm described by Andrew Ng in 2001. We applied our own minor modifications to balance the communities and decrease the overall cost.

Running the code

To run the code simply type python main.py in the terminal (when in the directory of the file). This assumes you have python 3 and the necessary dependencies installed.

About

Graph partitioning algorithm for the Aalto AMDM course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages