Skip to content

HamzahDrawsheh/Image-Clustering-project-MNIST-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Digit Clustering Project

This project applies unsupervised clustering techniques to a digit dataset in order to group similar data points without using labels.

Methods Used

  • Hierarchical Clustering (Ward linkage)
  • BIRCH Clustering
  • Gaussian Mixture Model (GMM)

Tools & Libraries

  • Python
  • Pandas, NumPy
  • Scikit-learn
  • Matplotlib

Key Notes

  • Data was normalized before clustering
  • Hierarchical and BIRCH clustering produced the best results
  • Experimental approaches (proximity matrix, deep learning) were not effective

How to Run

Open and run the notebook:

jupyter notebook clustering.ipynb

About

This project applies unsupervised clustering techniques to a digit dataset in order to group similar data points without using labels.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors