w7 l1 deep learning nlp Flashcards

1
Q

what are some problems with forward nerual networks

A

limited context and theres no way to incorporate the history of previosuly made decisions

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

whats an altertiative to fnns

A

recurrent neural networks

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

what is the key difference between fnns and rnns

A

the input to the hidden layer at time t is expanded with the value from the previous hidden layer at t-1

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

how is the rrn aritecture impacted by the expeansion of the current input with the previous hidden layer

A

learning an extra parameter, matrix of weights for the hidden layer from the previous time point

check formula in slides

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

what are the problems with rnns

A

focus too much on immediate context

or competly ignore the immediate context

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

what are rnns with a memory unit called and why is it good to have a memoery unit

A

Exploding and vanishing gradient problems are fixed by “storing”
data using a memory unit.
RNNs that have a memory unit are called Long Short Term Memory
(LSTM) Networks

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