Deep Learning Flashcards

1
Q

What functions can make up a neural network

A

Simple functions like convolutions, filtering, resizing etc.

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

Convolutional neural network

A

A neural network that learns the values of the kernels that it uses to convolve with the image

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

Max Pooling

A

A neuron that returns the highest value of its input

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

Deconvolution

A

A type of convolution that makes the image larger

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

Skip connections

A

Connections between non-consecutive layers of a neural network - useful for retaining information about images without losing it

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

Supervised learning

A

Learning that uses labelled datasets

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

Loss function

A

The function that calculates how incorrect the output of a network was

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

Backpropagation

A

We use the chain rule to take the derivative of each function in the neural network, this helps approximate the loss function and train the network accordingly

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

Ground truth

A

The guaranteed correct output of an input for a neural network

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

Adversarial neural network

A

Two networks work to generate an output
The generator network generates output
The pre-trained discriminator network tries to distinguish between ground truth data and data generated by the generator - once it can’t tell the difference, the generator is generating good data

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