Machine Learning Principles Lecture by Hyerim Bae

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/14

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts in machine learning principles discussed during the lecture.

Last updated 6:53 AM on 4/11/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

15 Terms

1
New cards

Deductive Reasoning

Moving from general principles to specific instances.

2
New cards

Inductive Reasoning

Moving from specific instances to general principles.

3
New cards

Supervised Learning

Learning from training instances of known classification.

4
New cards

Unsupervised Learning

Learning from unclassified training data, involving conceptual clustering.

5
New cards

Reinforcement Learning

Learning optimal behavior in an environment to obtain the maximum reward.

6
New cards

Target Function

A function relating inputs to outputs, denoted as f: X → Y.

7
New cards

Hypothesis Set

A collection of hypotheses that can approximate the target function.

8
New cards

Gini Index

A measure of impurity of a dataset; values range from 0 (pure) to 1 (impure).

9
New cards

Entropy

A measure of the unpredictability or randomness; ranges from 0 to log2(m).

10
New cards

ID3 Algorithm

An algorithm to generate a decision tree for classification based on feature selection.

11
New cards

Perceptron Learning Algorithm (PLA)

An algorithm for supervised learning of binary classifiers.

12
New cards

Hoeffding's Inequality

An inequality that provides bounds on the probability that the sample mean deviates from the expected value.

13
New cards

VC Dimension

A measure of the capacity of a statistical model to classify data, representing the model's complexity.

14
New cards

In-sample error (Ein)

The error of a hypothesized model when fitted to the training data.

15
New cards

Out-of-sample error (Eout)

The error of a model when predicting for unseen data.