Machine Learning and Association Rule Learning

0.0(0)
studied byStudied by 0 people
0.0(0)
linked notesView linked note
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/18

flashcard set

Earn XP

Description and Tags

A set of flashcards based on the key terms related to machine learning and association rule learning concepts.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

PCA

Principal Component Analysis, a technique used for dimensionality reduction.

2
New cards

LDA

Linear Discriminant Analysis, used to find a linear combination of features that separates two or more classes.

3
New cards

KPCA

Kernel Principal Component Analysis, an extension of PCA using kernel methods for non-linear dimensionality reduction.

4
New cards

Covariance Matrix

A matrix that captures the pairwise covariances between variables.

5
New cards

Hyperparameter Tuning

The process of optimizing the parameters within a machine learning model that are not learned from data.

6
New cards

K-fold Cross Validation

A technique for assessing how the results of a statistical analysis will generalize to an independent data set.

7
New cards

Imputing

The process of replacing missing data with substituted values.

8
New cards

Scaling

The process of transforming features to be on a similar scale.

9
New cards

Support

The proportion of transactions in the dataset that contain a certain item.

10
New cards

Confidence

A measure of the likelihood that an item A is purchased when item B is purchased.

11
New cards

Lift

A measure of how much more likely item B is purchased when item A is purchased, compared to being purchased independently.

12
New cards

Apriori Algorithm

An algorithm for mining frequent itemsets and relevant association rules.

13
New cards

Frequent Itemsets

Itemsets that appear frequently in a dataset, exceeding a user-specified minimum support threshold.

14
New cards

Association Rule Learning

A rule-based machine learning method for discovering interesting relations between variables in large databases.

15
New cards

Grid Search

A method to systematically work through multiple combinations of parameter tunes, cross-validating as it goes to determine which tune gives the best performance.

16
New cards

Random Search

An alternative to grid search that randomly samples parameter combinations to find the best model.

17
New cards

Model Selection

The process of choosing a statistical model from a set of candidate models based on their performance.

18
New cards

Prediction

The process of forecasting future outcomes based on a model.

19
New cards

Testing Data

Data used to assess the performance of a model after it has been trained.