Deep Learning Flashcards

1
Q

In the backpropagation process, what does the term “gradient” refer to?

A

The slope of the loss function at a certain point

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

In the context of backpropagation, what happens when a neural network is said to be “converging”?

A

The network is learning and the error is decreasing over iterations

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

What is a common problem that can occur during backpropagation, especially with deep neural networks?

A

Gradient vanishing/exploding

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

‘Underfitting’ in a machine learning model is a situation where:

A

The model has not learned the training data well enough

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

What role does backpropagation play in addressing overfitting or underfitting in a neural network?

A

It helps to calculate gradients for updating weights, contributing to the learning process

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

In unsupervised learning, what does the model learn from?

A

From only unlabeled data

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

Which of the following is a common application of unsupervised learning?

A

Customer segmentation

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

Which of the following is an example of a problem best suited for reinforcement learning?

A

Playing a game of chess

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

Which learning method often involves the use of a ‘reward function’?

A

Reinforcement learning

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

What is the role of a ‘label’ in supervised learning?

A

It is the desired output value for a given input data point

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

What differentiates deep learning from traditional machine learning?

A

Deep learning algorithms are based on the structure and function of the human brain

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

Why is the term ‘deep’ used in ‘deep learning’?

A

Because it refers to algorithms that use a deep stack of transformations from input to output

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

What is the primary difference between traditional machine learning and deep learning?

A

Deep learning algorithms require more data

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

How does the Transformer model, used in natural language processing tasks, handle sequential data?

A

It processes the sequence all at once using self-attention mechanisms

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

Which of the following tasks can deep learning assist with in the field of natural language processing?

A

A. Spelling correction
B. Sentence generation
C. Machine translation
D. All of the above

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

What is the role of word embeddings in natural language processing?

A

They are used to convert words into numerical vectors that capture semantic meaning

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

Consider a scenario where you are analyzing tweets to determine overall sentiment (positive, negative, or neutral). Which type of sequence-to-sequence model configuration would be most appropriate for this task?

A

Many-to-One

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

What is the main concept behind Generative Adversarial Networks (GANs)?

A

Two models, a generator and a discriminator, are trained together where the generator tries to fool the discriminator and the discriminator tries to not get fooled

19
Q

What is the Transformer model primarily used for?

A

Natural Language Processing (NLP)

20
Q

Which part of a GAN is responsible for generating new data?

A

The generator

21
Q

Which part of a GAN is trained to distinguish real data from fake data?

A

The discriminator

22
Q

What is one major advantage of Transformers over Recurrent Neural Networks (RNNs) for sequence prediction tasks?

A

Transformers can process longer sequences without forgetting earlier parts of the sequence

23
Q

What part of a neuron is similar to the activation function in a neural network?

24
Q

What type of artificial neural network architecture was inspired by the visual cortex?

A

Convolutional Neural Network (CNN)

25
Which deep learning model is most similar to the way neurons in the human brain process sequential information over time?
Recurrent Neural Network (RNN)
26
What is the equivalent of ‘neuroplasticity’ in the realm of artificial neural networks?
Transfer learning
27
What is the role of ‘dendrites’ in a biological neuron and its equivalent in an artificial neuron?
Dendrites receive incoming signals from other neurons; equivalent to the input layer in an artificial neuron
28
How is the concept of ‘firing’ in biological neurons represented in artificial neural networks?
By the activation function
29
What is the primary difference between traditional artificial intelligence and deep learning?
Traditional AI uses rules and heuristics, while deep learning learns from data
30
Which of the following is a popular deep learning framework?
TensorFlow
31
What is a common problem encountered when training very deep neural networks?
Vanishing gradient problem
32
What is the process of adjusting the weights of a neural network to minimize the difference between predicted and actual outputs called?
Backpropagation
33
Which deep learning model architecture is used for generating new, realistic data samples from random noise?
Generative Adversarial Network (GAN)
34
What is a limitation of deep learning compared to human learning?
Deep learning models cannot generalize knowledge beyond the trained data.
35
What ethical concern arises with the use of deep learning algorithms in decision- making processes, such as in hiring or loan approval?
Bias and discrimination
36
Which social issue is associated with the potential job displacement caused by automation and advancements in deep learning?
Income inequality
37
What is the potential impact of deep learning on human interaction and social relationships?
Isolation and detachment from real-world interactions
38
What is a concern related to the responsible use of deep learning models in autonomous systems, such as self-driving cars or military drones?
Lack of interpretability and explainability
39
What is the potential impact of deep learning on education and learning systems?
Personalized learning experiences and adaptive tutoring
40
Which human cognitive ability is critical for understanding and addressing biases in data and decision-making?
Ethical reasoning
41
Which aspect of human communication is still challenging for deep learning models to fully understand and interpret?
Sarcasm and humor
42
What is the purpose of pre-training in the context of large language models like GPT?
To learn general language representations from a large corpus of text
43
What is the primary advantage of using pre-trained large language models for natural language processing tasks?
They capture contextual and semantic information from large-scale data
44
What is the purpose of the attention mechanism in Transformer-based language models like GPT?
To capture long-range dependencies and contextual information