Neural Networks Flashcards

1
Q

What is a neuron? What is an activation function and which are the most common?

A

8 / 3-4

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

Describe a neural network (type of graph, weight function, layers, notation, how a value in the node is processed, depth, size, width )

A

8 / 5-7

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

What is the architecture of a NN? What could be an hypothesis class of a NN?

A

8 / 11

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

Describe just orally how you could find the weights of NN with just 1 hidden layer that tries to implement a Lipschitz function. (Shit question, but you know what I mean)

A

8 / 15-17

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

Describe the matrix notation for a NN (matrixes v, w, a)

A

8 / 25-27

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

Write down the forward propagation algorithm

A

8 / 28

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

What is the iter to compute the weights of a NN? (hard question)

A

8 / 29-35

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

Briefly, what the backpropagation algorithm does? Main idea of the pseudocode?

A

8 / 37

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