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?

A

Soma

24
Q

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

A

Convolutional Neural Network (CNN)

25
Q

Which deep learning model is most similar to the way neurons in the human brain process sequential information over time?

A

Recurrent Neural Network (RNN)

26
Q

What is the equivalent of ‘neuroplasticity’ in the realm of artificial neural networks?

A

Transfer learning

27
Q

What is the role of ‘dendrites’ in a biological neuron and its equivalent in an artificial neuron?

A

Dendrites receive incoming signals from other neurons; equivalent to the input layer in an artificial neuron

28
Q

How is the concept of ‘firing’ in biological neurons represented in artificial neural networks?

A

By the activation function

29
Q

What is the primary difference between traditional artificial intelligence and deep learning?

A

Traditional AI uses rules and heuristics, while deep learning learns from data

30
Q

Which of the following is a popular deep learning framework?

A

TensorFlow

31
Q

What is a common problem encountered when training very deep neural networks?

A

Vanishing gradient problem

32
Q

What is the process of adjusting the weights of a neural network to minimize the difference between predicted and actual outputs called?

A

Backpropagation

33
Q

Which deep learning model architecture is used for generating new, realistic data samples from random noise?

A

Generative Adversarial Network (GAN)

34
Q

What is a limitation of deep learning compared to human learning?

A

Deep learning models cannot generalize knowledge beyond the trained data.

35
Q

What ethical concern arises with the use of deep learning algorithms in decision- making processes, such as in hiring or loan approval?

A

Bias and discrimination

36
Q

Which social issue is associated with the potential job displacement caused by automation and advancements in deep learning?

A

Income inequality

37
Q

What is the potential impact of deep learning on human interaction and social relationships?

A

Isolation and detachment from real-world interactions

38
Q

What is a concern related to the responsible use of deep learning models in autonomous systems, such as self-driving cars or military drones?

A

Lack of interpretability and explainability

39
Q

What is the potential impact of deep learning on education and learning systems?

A

Personalized learning experiences and adaptive tutoring

40
Q

Which human cognitive ability is critical for understanding and addressing biases in data and decision-making?

A

Ethical reasoning

41
Q

Which aspect of human communication is still challenging for deep learning models
to fully understand and interpret?

A

Sarcasm and humor

42
Q

What is the purpose of pre-training in the context of large language models like GPT?

A

To learn general language representations from a large corpus of text

43
Q

What is the primary advantage of using pre-trained large language models for natural language processing tasks?

A

They capture contextual and semantic information from large-scale data

44
Q

What is the purpose of the attention mechanism in Transformer-based language models like GPT?

A

To capture long-range dependencies and contextual information