Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 773 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 773 Bytes

ML_unsupervised

forthebadge made-with-python
Made withJupyter

Grouping Facebook User Behavior using Clustering.

With the aid of machine learning, the goal is to identify certain groups of Facebook users based on their behavior through clustering. We aim to identify these groups with the assistance of machine learning.

Algorithms Used and Compared:

  • K-means Algorithm
  • Hierarchical Clustering Algorithm

Clustering Performance Evaluation:

  • PCA (Principal Component Analysis)
  • Silhouette Score
  • Calinski-Harabasz Index
  • Davies-Bouldin Index