Skip to content

pierogio/ML_unsupervised

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

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