Neural networks Flashcards

1
Q

what is the principle of backpropagation

A

The idea is to propagate the signal pf the hidden layer , where the error is computed at each output allowing to adjust the weight accordingly

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

what do we use to minimize the criterion for regression

A

Generally, we either use gradient descent or ascent to allow the minimization

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

what are the main component of a neural network

A

intput layer hidden layer(s) output layer

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

what is the global purpose of NN

A

all the connected weights are adapted to optimize a supervised criterion which is an iterative optimization based on the gradient ascent/ descent

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

what is an error criterion

A

A non linear function of the weights with numerous local minima

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

what is the difference between global and local approach

A

for Gloabl apprach which correspond to supevised problems it means that all the connections are adapted to optimize a supervised criterion and the optimization is based on criterion

for local approach unsupervised problem meaning adaptation of reduced number of weights

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