Fundamentals of Machine Learning - IAT 1

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

1/29

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:12 PM on 8/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

30 Terms

1
New cards

Machine learning is a branch of ________ that enables computers to learn from data.

Artificial Intelligence (AI)

2
New cards

________ learning uses statistical methods to understand relationships between variables and make predictions.

Statistical

3
New cards

The three major types of machine learning are supervised, unsupervised, and ________ learning.

Reinforcement

4
New cards

A learning model based on distances and spatial relationships is called a ________ model.

Geometric

5
New cards

A learning model that uses probability distributions is called a ________ model.

Probabilistic

6
New cards

________ models are commonly used for binary classification problems.

Logistic

7
New cards

GLM stands for ________.

Generalized Linear Models

8
New cards

In a GLM, the ________ function connects the linear predictor to the expected  value of the response variable

Link

9
New cards

The difference between an observed value and its predicted value is called a  ________

Residual

10
New cards

________ residuals are calculated directly as the difference between observed and fitted values

Raw

11
New cards

In supervised learning, the model learns from data containing input variables and a  known ________ variable

Target

12
New cards

A parametric machine learning method assumes that the model can be described  using a fixed number of ________

Parameters

13
New cards

A ________ model describes the relationship between a dependent variable and  one or more independent variables

Linear (or Regression)

14
New cards

In simple linear regression, there is ________ independent variable

One

15
New cards

The general equation of simple linear regression is Y = \beta_0 + \beta_X +  ________

ei (Random error term)

16
New cards

In the linear regression equation, β0 represents the ________

Intercept (or Baseline value)

17
New cards

In linear regression, β1 represents the ________ of the regression line

Slope

18
New cards

The method commonly used to estimate regression parameters is called the  ________ method

Least Squares (or Maximum Likelihood Estimation)

19
New cards

The estimated regression coefficients are chosen to minimize the sum of ________ squared errors

Residuals (or Errors)

20
New cards

The coefficient of determination is represented by ________ and measures the  proportion of variation explained by the regression model

21
New cards

________ residuals are based on the contribution of each observation to the deviance

Deviance

22
New cards

Over dispersion occurs when the observed variance is ________ than the variance  assumed by the statistical model

Greater

23
New cards

________ regression is used to model count data 

Poisson

24
New cards

In Poisson regression, the response variable generally represents the number of ________  occurring in a fixed interval

Events

25
New cards

A Poisson random variable has its mean and variance theoretically ________

Equal

26
New cards

A statistical test used to determine whether an individual regression coefficient is  significantly different from zero is the ________ test

t (or Wald)

27
New cards

The ________ value is used to determine the statistical significance of a regression  coefficient

p

28
New cards

Multiple linear regression involves ________ or more independent variables

Two

29
New cards

In multiple linear regression, the regression coefficients represent the effect of each  predictor while holding the other predictors ________

Constant (or Fixed)

30
New cards

One important assumption of multiple linear regression is the absence of severe ________  among the independent variables

Multicolinearity