CS 422 - machine learning

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/5

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:13 AM on 9/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

6 Terms

1
New cards

pair plot

(i,j) shows a scatter plot of variables i and j, and the diagonal entries (i,i) show the marginal density of variable i; all plots are optionally color coded by class label 

2
New cards

decision boundary

in a decision rule that defines the boundary of what something is classified by

3
New cards

decision tree

arrange these nested decision rules into a tree structure


<p>arrange these nested decision rules into a tree structure</p><p></p>
4
New cards

supervised learning

a goal is to automatically come up with classification models (such as a decision tree) so as to reliably predict the labels for any given input

5
New cards

empirical risk

the average loss of the predictor on the training set

6
New cards

epistemic uncertainty / model uncertainty

not be able to perfectly predict the exact output given the input, due to lack of knowledge of the input-output mapping