Revision

Revision

University

25 Qs

quiz-placeholder

Similar activities

KGI 4B

KGI 4B

University

25 Qs

UTS KEP Anak 2022-2

UTS KEP Anak 2022-2

University

30 Qs

Machine Vision Inspection System

Machine Vision Inspection System

University

25 Qs

BASICS

BASICS

University

21 Qs

Vascular Assessment

Vascular Assessment

University

30 Qs

RDT Part 1

RDT Part 1

University

26 Qs

Tomografia Computadorizada - 22/04

Tomografia Computadorizada - 22/04

University

24 Qs

Coğrafi İnformasiya Sistemi Quiz

Coğrafi İnformasiya Sistemi Quiz

University

20 Qs

Revision

Revision

Assessment

Quiz

Science

University

Hard

Created by

c a

Used 5+ times

FREE Resource

25 questions

Show all answers

1.

DROPDOWN QUESTION

1 min • 1 pt

In gradient descent for linear regression, the learning rate affects ​ (a)  

convergence speed and model accuracy
model accuracy
convergence speed

2.

REORDER QUESTION

1 min • 1 pt

Arrange the steps of the backpropagation algorithm used to train a neural network in the correct order.

  1. Forward pass

  1. Compute loss

  1. Calculate gradients

  1. Update weights

3.

MATCH QUESTION

1 min • 1 pt

Match each regularization technique used in training neural networks with its primary purpose or effect on the model.

Punishes large weights

L1 Regularization

Normalizes layer inputs

Dropout

Randomly deactivates neurons

Batch Normalization

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The vanishing gradients problem in deep neural networks is most mitigated by:

Sigmoid activation

ReLU + Batch Normalization

Increasing learning rate

L2 regularization

5.

REORDER QUESTION

1 min • 1 pt

Arrange the components of a Convolutional Neural Network (CNN) in the correct order of data flow during forward propagation.

Pooling Layer

Convolutional Layer

Softmax Activation

Fully Connected Layer

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the primary purpose of subsampling (also known as pooling) in a Convolutional Neural Network?

Reduce the spatial dimensions of feature maps

Prevent overfitting by randomly disabling neurons

Initialize the network’s weights

Increase the resolution

Improve the accuracy of predictions directly

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Given a 7×7 input image, a 3×3 kernel, a stride of 1, and no padding (padding = 0), what is the size of the output feature map after applying the convolution? Use the formula (input_width - kernel_size + 2*padding)/stride + 1.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?