Loss Functions Flashcards

1
Q

What are the two types of loss functions?

A

Probabilistic Loss Functions

Non-Probabilistic Loss Functions

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

Why is a Regularisation term added to the Linear Least Squares approach?

A

To avoid Over Fitting

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

What is Likelihood?

A

It is the probability of the data, given the parameters

P( data | parameters )

A model can be trained by maximising the likelihood, i.e finding the parameters that make the data most likely

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

When using Maximum Likelihood Estimation , what is one assumption we often make about the distribution of the data?

A

We often assume the data follows a Gaussian distribution, or a Bernoulli Distribution for binary classification, or a Multinomial distribution for multi-class classification

Then we just have to find the variance and mean that make the data most likely

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