Machine Learning Concepts

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

1/15

flashcard set

Earn XP

Description and Tags

Flashcards covering key vocabulary and concepts from the lecture on machine learning and clustering.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

Unsupervised learning

A type of machine learning where the model learns patterns from unlabelled data without target variables.

2
New cards

Clustering

An unsupervised learning technique that involves partitioning data into distinct groups based on similarity.

3
New cards

Latent variables

Unobserved or hidden variables that can be inferred from observed data and are used to identify structures in a dataset.

4
New cards

k-means algorithm

A clustering method that assigns data points to one of k clusters by minimizing the distances from points to cluster centroids.

5
New cards

Euclidean distance

A commonly used distance metric that measures the straight line distance between two points in Euclidean space.

6
New cards

Centroid

The mean point of a cluster in clustering algorithms, representing the center of that cluster.

7
New cards

Hard clustering

A type of clustering where each data point is assigned to exactly one cluster.

8
New cards

Soft clustering

A type of clustering where a data point can belong to multiple clusters with varying membership degrees.

9
New cards

Expectation-Maximization (EM) algorithm

An iterative method to find maximum likelihood estimates for models with latent variables.

10
New cards

Gaussian mixture model

A probabilistic model that assumes all data points are generated from a mixture of several Gaussian distributions.

11
New cards

Marginal probability

The probability of a single random variable without consideration of other random variables.

12
New cards

Joint probability

The probability of two random variables occurring simultaneously.

13
New cards

Conditional probability

The probability of one event occurring given that another event has occurred.

14
New cards

Bayes' theorem

A mathematical formula that expresses the probability of an event based on prior knowledge of conditions related to the event.

15
New cards

Image segmentation

The process of partitioning an image into multiple segments or regions, often using clustering techniques.

16
New cards

Log-likelihood

A measure of how well a statistical model describes the observed data, usually expressed on a logarithmic scale.