Artificial Intelligence Flashcards

1
Q

In Bayesian parameter estimation, the ________ distribution is often used as a prior or a real-valued quantity

A

Gaussian

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

In a Bayes classifier with Gaussian class-conditional densities, the parameters that need to be estimated for each class are the _____ and ________ _______ of the Gaussian distribution

A

mean, covariance matrix

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The core principle of _________ statistics is using prior knowledge and observed data to update beliefs.

A

Bayesian

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

MAP stands for ________ ___ _______ in the context of Bayesian estimation.

A

Maximum A Posteriori

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The property of Gaussian distribution that is NOT directly related to its use in the central limit theorem is the highest entropy among distributions with a given mean and variance. (True / False)

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

The ________ ______ theorem states that sums of independent random variables have a Gaussian distribution.

A

central limit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Kschischang’s Algorithm is proposed for message passing on a factor graph in _________ ________ __________.

A

Loopy Belief Propagation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The role of a regularization term in a machine learning model is to reduce overfitting by penalizing large coefficients. (True / False)

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Training data is NOT typically a component of a Bayesian network. (True / False)

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

In _______ learning, the goal is to learn a mapping from input ( X ) to output ( Y ) based on a training set of input-output pairs. This process is primarily focused on prediction.

A

supervised

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

The Distribution rule is a basic rule of probability. (True / False)

A

False

The Distribution rule is NOT a basic rule of probability.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Bayes’ theorem is a crucial concept in probabilistic machine learning. It relates the conditional and marginal probabilities of random variables.

What is the formula for Bayes’ theorem?

A

(P|A)= [P(B|A) P(A)]/P(B)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

A Gaussian distribution is also known as ______ ________.

A

Normal distribution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

The parameters that fully define a univariate Gaussian (normal) distribution are the ________ and the __________.

A

mean (μ), variance (σ²)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

The _______ distribution represents the updated belief about a parameter after observing data in Bayesian inference.

A

posterior

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Gradient Descent is a common method for approximating posterior distributions in Bayesian inference. (True / False)

A

False

Gradient Descent is NOT a common method for approximating posterior distributions in Bayesian inference.

17
Q

The conjugate prior for the Gaussian likelihood with known variance is the _________ ____________.

A

Normal distribution

18
Q

In the context of conjugate priors, a prior is termed “________” if the posterior distribution belongs to the same family of distributions as the prior distribution.

A

conjugate

19
Q

___________ __________ __________ is commonly used to estimate the parameters in linear regression.

A

Maximum Likelihood Estimation (MLE)

20
Q

In linear regression, the assumption NOT typically made about the errors (residuals) is that they are equal to zero. (True / False)

A

True

21
Q

K-means is typically used for classification tasks. (True / False)

A

False

K-means is NOT typically used for classification tasks.

22
Q

In the context of logistic regression, the ________ function maps predicted values to probabilities.

A

sigmoid

23
Q

In Hidden Markov Models (HMMs), the ‘_____’ states represent the underlying system states that are not directly observed.

A

hidden