0% found this document useful (0 votes)
11 views1 page

Unsupervised Learning Assignment Guide

The assignment involves applying a clustering algorithm and a dimensionality reduction algorithm to a prepared dataset. Students are required to implement the models, visualize the results, and summarize their findings in a brief report. Submission includes a Python script or notebook with code and outputs, along with the report.

Uploaded by

JF Rahat
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

Unsupervised Learning Assignment Guide

The assignment involves applying a clustering algorithm and a dimensionality reduction algorithm to a prepared dataset. Students are required to implement the models, visualize the results, and summarize their findings in a brief report. Submission includes a Python script or notebook with code and outputs, along with the report.

Uploaded by

JF Rahat
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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.

You might also like