Assignment: Applying Unsupervised Learning Techniques on the Prepared
Dataset
The goal of this assignment is to apply one clustering algorithm and one dimensionality reduction
algorithm to the 3rd dataset you prepared in the previous assignment.
Assignment Steps:
1. Model Implementation:
○ Choose a clustering algorithm (e.g., K-Means, Hierarchical Clustering) and apply it to
your dataset.
○ Select a dimensionality reduction algorithm (e.g., PCA, t-SNE) and apply it to reduce the
dataset's dimensions.
○ Visualize the clustering results in the reduced-dimensional space.
2. Insights and Conclusion:
○ Summarize the key findings from your analysis and model results:
Submission Guidelines:
1. Submit a Python script/notebook containing all the code and outputs.
2. Write a brief report (maximum 1 page) summarizing your approach, results, and insights.