TNNVSRNNWESLEY Flashcards

1
Q

Which type of neural network (RNN or TNN) is the insurance company, RAKT, currently using for its chatbot?

A

RNN

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

What is a key advantage of Transformer Neural Networks (TNNs) over Recurrent Neural Networks (RNNs) in processing language?

A

TNNs use a self-attention mechanism to capture relationships between words, while RNNs process sequential data.

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

What is the purpose of the hidden layers in a Recurrent Neural Network (RNN)?

A

Maintaining the memory of the network.

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

What mechanism do Transformer Neural Networks (TNNs) use to capture the relationships between different words in the input sequence?

A

Self-attention mechanism

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

What is a potential problem when training RNNs (Recurrent Neural Networks) using backpropagation through time (BPTT)?

A

The vanishing gradient problem, which makes it difficult to learn long-term dependencies in data.

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

How do Long Short-Term Memory (LSTM) networks address the vanishing gradient problem in RNNs?

A

With a three-gate mechanism (input, forget, output gates) that controls the flow of information.

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

Give an example of a large language model that uses the self-attention mechanism found in Transformer Neural Networks (TNNs).

A

Generative Pre-trained Transformer 3 (GPT-3)

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

What type of data are RNNs designed to process?

A

Sequential data

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

In an RNN, what is the role of the input layer?

A

Processes the sequence of data, with each element in the sequence fed as an input to the network.

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

What is the full name of TNN, and what is its key innovation?

A

Transformer Neural Network, the key innovation being the application of a self-attention mechanism.

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