Week 4 - Neural Networks Flashcards

1
Q

What is a neural network with no hidden layers called?

A

A perceptron

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

What is a neural network with multiple hidden layers called?

A

A multi-layer preceptron

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

The number of weights on a neural network is equal to

A

The number of parameters

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

What is a hyperparameter?

A

Parameters manually set before the training of the model and whose values cannot be estimated by the data.

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

What do Input and output neurons use a function on and what is the function called?

A

Activation function. The weighted sum of their inputs.

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

What is deep learning?

A

Machine learning using a neural network that has multiple hidden layers.

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

What is overfitting?

A

Overfitting is when a machine learning model is more complex than required.

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

How do you prevent overfitting?

A

Regularisation

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

Give examples of regularisation

A

Add a penalty to the cost function to penalise more complex models
Remove a proportion of the nodes when training a deep network
Stop the training early.

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