CAP4611 - Fundamentals of Learning (L4.pdf)

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

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:08 PM on 9/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

9 Terms

1
New cards

overfitting

happens when some boundaries are based on distinctions that don’t make a difference

2
New cards

training data

data given to the model during training; labels are already known

3
New cards

testing data

data for which the trained model will try to predict labels

4
New cards

key principle

“do not let the test data influence the training phase”

5
New cards

IID assumption

examples are sampled independently from the same distribution

<p>examples are sampled independently from the same distribution</p>
6
New cards

independent and identically distributed

IID stands for: ___ ___ ___ ___

7
New cards

learning theory

explores how training error is related to test error

<p>explores how training error is related to test error</p>
8
New cards

generalization gap

represents the amount of overfitting

9
New cards

fundamental trade-off

“how small can you make the training error” vs. “how close is training error to test error“