Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/vishwass/QUAC

Parallel Graph processing algorithm in Apache Spark (pySpark)to find the Maximal Gamma Quasi cliques used for community detection in graphs of low to medium edge density .This project was designed using Map reduce framework for huge graphs.Because of the exponential complexity of the algorithm, we preferred a big data platform like Apache spark. The implementation has its application in social network to cluster similar profiles.Skills:-Python, Apache Spark(pySpark).
https://github.com/vishwass/QUAC

Last synced: 21 days ago
JSON representation

Parallel Graph processing algorithm in Apache Spark (pySpark)to find the Maximal Gamma Quasi cliques used for community detection in graphs of low to medium edge density .This project was designed using Map reduce framework for huge graphs.Because of the exponential complexity of the algorithm, we preferred a big data platform like Apache spark. The implementation has its application in social network to cluster similar profiles.Skills:-Python, Apache Spark(pySpark).

Lists

README

        

# QUAC
Parallel Graph processing algorithm in Apache Spark (pySpark)to find the Maximal Gamma Quasi cliques used for community detection in graphs of low to medium edge density .This project was designed using Map reduce framework for huge graphs.Because of the exponential complexity of the algorithm, we preferred a big data platform like Apache spark. The implementation has its application in social network to cluster similar profiles.

The link to the IEEE document for the algorithm implemented can be found [here](https://ieeexplore.ieee.org/abstract/document/6012859)