Keywords Flashcards

(18 cards)

1
Q

Unsupervised Learning

A

A Machine Learning that analyses unlabelled data to discover hidden patterns or structures without predefined output

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Supervised Learning

A

A learning approach using labelled data, where the goal is to predict an output from given inputs .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Cluster

A

A group of data points that are similar to each other and different from data in other groups.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Clustering

A

The process of grouping similar data points together based on features or distance metrics .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

K - Means Clustering

A

A popular partitioning algorithm that divides data into K - Clusters by minimising the distance between points and cluster centroids

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Hierarchical Clustering

A

A Clustering technique that builds a tree of clusters using merging or splitting , agglomerative or divisive .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Centroid

A

The average position of all points in a cluster used as the cluster’s representative point in K - means .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Elbow Method

A

A technique used to determine the optimal number of clusters ( k ) by plotting the sum of squared errors .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Within - Cluster Sum of Squares ( WCSS )

A

A measure of how compact clusters are ;
Used in evaluating k - means clustering performance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Dimensionality Reduction

A

The process of reducing the number of input variables ( features ) while preserving important information .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Dendrogram

A

A tree-like diagram that shows the hierarchical relationships between clusters .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Principal Component Analysis ( PCA )

A

A technique that transforms co-related features into unco-related variables called Principal Components .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Singular Value Decomposition ( SVD )

A

A matrix factorization method that expresses a matrix as the product of three matrices ( U , € , V^t) , Useful in Recommendation systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Recommendation System

A

A system designed to suggest relevant items to users based on preferences , behaviour or similarities .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Content Based Filtering

A

A recommendation technique that uses the features of items and user preferences to suggest similar items .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Collaborative Filtering

A

A recommendation approach that makes predictions based on user interactions with items .

17
Q

User Based Collaborative filtering

A

A method that recommends items liked by similar users .

18
Q

Item Based Collaborative Filtering

A

A method that recommends items that are similar to those previously liked by the user .