Unsupervised Learning and Clustering Techniques

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/89

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

90 Terms

1
New cards

Unsupervised Learning

Analyzing data without labeled response variables.

2
New cards

Supervised Learning

Predicting outcomes using features and response variables.

3
New cards

Clustering

Grouping similar observations into distinct subgroups.

4
New cards

Hidden Structures

Unseen patterns within the data set.

5
New cards

Distance Measure

Metric to quantify similarity between data points.

6
New cards

Euclidean Distance

Straight-line distance between two points in space.

<p>Straight-line distance between two points in space.</p>
7
New cards

Manhattan Distance

Distance measured along axes at right angles.

8
New cards

Cosine Similarity

Cosine of the angle between two vectors.

<p>Cosine of the angle between two vectors.</p>
9
New cards

High-dimensional Space

Data represented by vectors of large size.

10
New cards

Subgroups Discovery

Identifying distinct groups within a dataset.

11
New cards

Data Visualization

Representing data to reveal patterns or insights.

12
New cards

Subjectivity in Analysis

Interpretation varies based on data context.

13
New cards

Gene Expression Measurements

Data used to group breast cancer patients.

14
New cards

Shoppers Characterization

Grouping shoppers by browsing and purchase history.

15
New cards

Movie Ratings Clustering

Grouping movies based on viewer ratings.

16
New cards

Clustering Problem Setup

Grouping points based on proximity in data.

17
New cards

Similarity Definition

Criteria for determining observation closeness.

18
New cards

Sky Objects Catalog

2 billion objects characterized by 7 radiation dimensions.

19
New cards

Cluster Members

Observations within a cluster are similar.

20
New cards

Dissimilar Clusters

Members of different clusters are not alike.

21
New cards

Domain-specific Consideration

Knowledge-based criteria for similarity assessment.

22
New cards

Broad Class of Methods

Various techniques for subgroup discovery in data.

23
New cards

Cosine Similarity

Ranges from -1 (opposite) to 1 (same)

24
New cards

Orthogonality

Indicates zero similarity between vectors

25
New cards

Cosine Distance

Calculated as 1 minus cosine similarity

26
New cards

Sparse Data

Data with many zero values, often binary

27
New cards

Jaccard Similarity

Measures similarity between finite sample sets

28
New cards

High Distance

Indicates low similarity between points

29
New cards

Low Distance

Indicates high similarity between points

30
New cards

Hierarchical Clustering

Clusters formed through agglomerative or divisive methods

<p>Clusters formed through agglomerative or divisive methods</p>
31
New cards

Agglomerative Clustering

Combines nearest clusters into one cluster

32
New cards

Divisive Clustering

Starts with one cluster and splits recursively

33
New cards

K-means Clustering

Partitions data into K distinct, non-overlapping clusters

<p>Partitions data into K distinct, non-overlapping clusters</p>
34
New cards

Centroid

Average of all data points in a cluster

35
New cards

Euclidean Distance

Assumed distance metric in K-means clustering

36
New cards

Initial Cluster Assignment

Randomly assign points to clusters or select centroids

37
New cards

Convergence in K-means

No points move between clusters, centroids stabilize

<p>No points move between clusters, centroids stabilize</p>
38
New cards

Cluster Assignment Process

Assign points to nearest centroid iteratively

39
New cards

Random Initialization Effect

Random selection can lead to different clustering results

40
New cards

Compact Clusters

Clusters with smallest distances within themselves

41
New cards

Selecting K

Determining the optimal number of clusters

42
New cards

Iterative Process

Reassign points and update centroids until stable

43
New cards

K-means Algorithm

Iteratively assigns points to clusters based on centroids

44
New cards

Distance Metric

Measures similarity or dissimilarity between data points

45
New cards

K-means clustering

Requires pre-specifying the number of clusters K.

46
New cards

Silhouette score

Measures cluster cohesion versus separation.

47
New cards

Silhouette range

Values range from -1 to +1.

48
New cards

High silhouette value

Indicates good cluster matching.

49
New cards

Hierarchical clustering

Does not require pre-defined number of clusters.

50
New cards

Agglomerative clustering

Bottom-up approach to cluster merging.

51
New cards

Dendrogram

Visual representation of hierarchical clustering.

52
New cards

Centroid

Average location of points in a cluster.

53
New cards

Cluster merging

Repeatedly combine nearest clusters until stopping criterion.

54
New cards

Euclidean distance

Distance measure for determining cluster nearness.

55
New cards

Key operation

Combine two nearest clusters iteratively.

56
New cards

Stopping criterion

Condition to end the clustering process.

57
New cards

Cluster representation

Location of clusters determined by centroids.

58
New cards

Distance measurement

Assessing cluster proximity using centroid distances.

59
New cards

Data point

Individual observation in a clustering dataset.

60
New cards

Centroid example

Average of data points in a cluster.

61
New cards

Fusion height

Indicates similarity of merged observations.

62
New cards

Bottom of dendrogram

Indicates high similarity between observations.

63
New cards

Top of dendrogram

Indicates low similarity between observations.

64
New cards

Preventing feature dominance

Solutions to avoid skewed clustering results.

65
New cards

Cluster analysis

Examining data points grouped into clusters.

66
New cards

Picking k

Choosing the optimal number of clusters.

67
New cards

Cohesion

Similarity of an object to its own cluster.

68
New cards

Feature Scaling

Rescaling features to a common range, e.g., [0,1].

69
New cards

Euclidean Distance

A common measure of similarity in clustering.

70
New cards

Manhattan Distance

Distance calculated as the sum of absolute differences.

71
New cards

Cosine Similarity

Measure of similarity based on angle between vectors.

72
New cards

Jaccard Index

Similarity measure for comparing sets of data.

73
New cards

Pearson Correlation

Statistical measure of linear correlation between variables.

74
New cards

Clustering

Grouping data points based on similarity.

75
New cards

Cluster Centroid

Average point representing a cluster's members.

76
New cards

Exploratory Analysis

Analyzing data to discover patterns without prior hypotheses.

77
New cards

Cluster Profiling

Describing and understanding characteristics of clusters.

78
New cards

Fresh Food Lovers

Cluster of customers favoring organic and fresh foods.

79
New cards

Distance Measure Choice

Selecting appropriate metric for clustering data analysis.

80
New cards

Data Preparation

Preprocessing data before applying clustering algorithms.

81
New cards

Customer Segmentation

Dividing customers into groups for targeted marketing.

82
New cards

Transaction History

Record of customer purchases used for clustering.

83
New cards

Dendrogram

Tree-like diagram representing data clustering hierarchy.

84
New cards

Unsupervised Learning

Learning patterns from data without labeled responses.

85
New cards

Customer Features

Attributes like age and income used for clustering.

86
New cards

Marketing Strategies

Tailored approaches based on customer segment characteristics.

87
New cards

Cluster Analysis

Technique to identify patterns in data without explanations.

88
New cards

Buying Behavior

Patterns in customer purchases used for segmentation.

89
New cards

Data Mining

Extracting useful information from large datasets.

90
New cards

Numerical Features

Quantitative attributes used for analysis and clustering.