chapter 6 Flashcards

(8 cards)

1
Q

what is the meaning of regression model?

A

the model that predicts a real-valued number for something.

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

Best combination between loss function and activation units.

A

1- logistic unit + cross-entropy&raquo_space;»» Binary classification.
2-softmax unit + categorical cross-entropy&raquo_space;»» Multiclassification.
3-linear unit + MSE&raquo_space;»»Regression.

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

The softmax unit

A

is a generalization of the logistic sigmoid function but extended to multiple outputs.

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

what is the meaning of classification model?

A

The model that measures the probability of a particular class being present and distinguishing it from other classes.

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

The linear output unit

A

used to predict a value not limited to the range 0 to 1, and uses the identity function as an activation function.

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

Regularization techniques

A

is a technique that aims at reducing the gap between training error and test error.

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

Weight decay

A

one of the regularization techniques that implemented by adding a penalty term to the loss function.

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

Dropout

A

one of the regularization techniques that implemented by randomly removing a subset of the neurons from the network during training.

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