True or False Flashcards

(17 cards)

1
Q

In a CNN, feature maps remain the same size throughout all layers of the network.

A

False

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

RNNs are only used for text-based tasks and cannot be applied to other domains like time-series forecasting or speech recognition.

A

False

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

Expert systems are a type of intelligent system designed to simulate human expertise in specific domains, such as medical diagnosis.

A

True

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

Neural networks in intelligent systems process information in a way that is structurally similar to the human brain.

A

True

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

Using too many convolutional layers in a CNN always results in better performance.

A

False

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

Machine Learning (ML) and Deep Learning (DL) are both subsets of Artificial Intelligence (AI), but ML does not require human intervention.

A

False

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

The primary purpose of max-pooling in CNNs is to extract the most important features while reducing computation.

A

True

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

Batch normalization helps in training deep CNNs by normalizing input activations, reducing internal covariate shift.

A

True

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

RNNs are specifically designed to handle sequential data by maintaining memory of previous inputs.

A

True

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

Pooling layers in CNNs help in reducing computational complexity but do not impact feature extraction.

A

False

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

Gradient-based optimization techniques, such as stochastic gradient descent (SGD), are the only way to train CNNs.

A

False

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

A fully connected layer in a CNN is responsible for final classification by converting extracted features into output probabilities.

A

True

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

Recurrent Neural Networks (RNNs) and CNNs are fundamentally the same, as both process sequential data.

A

False

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

Bias in AI models only occurs due to poor algorithm design, not because of biased training data.

A

False

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

A well-designed intelligent system should always follow fixed rules to ensure accuracy and consistency.

A

False

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

RNNs are the best choice for all sequence-based tasks and should always be preferred over other architectures like CNNs or Transformers.

17
Q

Using larger kernel sizes in CNNs always leads to better performance in feature extraction.