Menu

Post image 1
Post image 2
Post image 3
Post image 4
Post image 5
Post image 6
Post image 7
Post image 8
Post image 9
Post image 10
Post image 11
Post image 12
Post image 13
Post image 14
Post image 15
Post image 16
Post image 17
Post image 18
Post image 19
Post image 20
Post image 21
1 / 21
0

Unsupervised Machine Learning. K-Means & Hierarchical Clustering

DEV Community·Kelvin·about 1 month ago
#BJCrT8Tc
Reading 0:00
15s threshold

Unsupervised machine learning is a branch of machine learning where models are trained on data without labelled outcomes. Unlike supervised learning, where the goal is to predict a known target, unsupervised learning focuses on discovering hidden patterns, structures, or relationships within the data. Common tasks in unsupervised learning include : Clustering (grouping similar data points) Dimensionality reduction Clustering is the process of grouping data points such that points within the same cluster are similar and points in different clusters are dissimilar. Similarity is usually measured using distance metrics like : Euclidean distance (most common) Manhattan distance Cosine similarity K-Means Clustering. K-Means is a partition-based clustering algorithm that divides data into K distinct clusters, where K is predefined. The goal is to minimize the within-cluster variance, also called inertia.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More