QUIZ CNN

QUIZ CNN

University

8 Qs

quiz-placeholder

Similar activities

Wireless Channels and Communication

Wireless Channels and Communication

University

10 Qs

Collabo-Smart Workshop

Collabo-Smart Workshop

University

6 Qs

Python Mastery

Python Mastery

University

12 Qs

ITC-Introduction

ITC-Introduction

University

10 Qs

SPEECH RECOGNITION

SPEECH RECOGNITION

University

10 Qs

Deep Learning Fundamentals

Deep Learning Fundamentals

University

10 Qs

AI in Engineering Quiz

AI in Engineering Quiz

University

10 Qs

Introduction to cell and epithelium

Introduction to cell and epithelium

University

10 Qs

QUIZ CNN

QUIZ CNN

Assessment

Quiz

Other

University

Easy

Created by

sonia MESBEH

Used 4+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the primary purpose of the convolutional layer in a CNN?

Reducing dimensionality

Feature extraction

Non-linearity

Classification

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the role of pooling layers in CNNs?

Reducing spatial dimensions

Increasing feature maps

Introducing non-linearity

Feature extraction

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the purpose of the term 'padding' in convolutional layers?

Increase computational efficiency

Reduce the size of the feature maps

Enhance the performance of pooling layers

Prevent loss of information at the borders

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the 'kernel' in a CNN?

A type of layer

A weight matrix used in convolution

A pooling filter

The output of a convolutional layer

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

In transfer learning with CNNs, what are the 'pre-trained' weights?

Weights learned during the current training session

Weights obtained from a previous model trained on a different task

Randomly initialized weights

Weights initialized with zeros

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In CNNs, what is the purpose of the softmax activation function in the output layer?

Introduce non-linearity

Control learning rate

Normalize the output into probability scores

Stabilize gradients

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following statements about Convolutional Neural Networks (CNNs) is incorrect?

Pooling layers are typically used in CNNs to reduce the spatial dimensions of the input volume.

The weights in the convolutional layers of a CNN are shared across different spatial locations.

Stride in a convolutional layer determines the number of filters applied to the input.

In transfer learning with CNNs, fine-tuning involves training only the fully connected layers while keeping the convolutional layers frozen.

Batch Normalization is commonly used in CNNs to accelerate training and improve generalization.

8.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In a CNN, what does the term 'depth' refer to in the context of convolutional layers?

The number of input channels

The number of filters in a layer

The size of the kernel

The number of strides applied