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).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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).

License:MIT License


Languages

Language:Python 83.7%Language:Shell 16.3%