This repository contains code and datasets used for clustering and dimensionality reduction techniques.
- Fuzzy C-Means: Country Data
- Hierarchical Clustering: Retail Data
- K-Means: Live Data
- Mean Shift: Iris dataset (built-in)
- PCA: Breast Cancer dataset (built-in)
To replicate the analysis:
- Clone this repository to your local machine.
- Install the necessary dependencies by running
pip install -r requirements.txt. - Run the Python scripts for the respective techniques, providing the appropriate dataset paths.
This project is licensed under the MIT License - see the LICENSE file for details.