Convolutional Neural Networks

Convolutional Neural Networks

University

10 Qs

quiz-placeholder

Similar activities

Magnitude comparator

Magnitude comparator

University

12 Qs

Computer Generation & OS History

Computer Generation & OS History

University

10 Qs

Quiz - Control Structure in C programming

Quiz - Control Structure in C programming

University

15 Qs

Computer Vision

Computer Vision

University

10 Qs

Python - Functions

Python - Functions

University

10 Qs

Python

Python

University

15 Qs

Computer Architecture

Computer Architecture

University

10 Qs

Quiz 1a NDJ30103

Quiz 1a NDJ30103

University

10 Qs

Convolutional Neural Networks

Convolutional Neural Networks

Assessment

Quiz

Computers

University

Medium

Created by

Grace Hwang

Used 32+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which one is a non-linear activation function?

ReLu

Sigmoid

Tanh

All of the above

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

For an image recognition problem, which neural network architecture would be better suited to solve the problem?

Multilayer Perceptron

Convolutional Neural Network

Single-Layer Perceptron

None of the above

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Ten neurons in the hidden layer and five neurons in the output layer; how many weights and biases parameters?

More than 50

Less than 50

50

None of the above

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Given an image of size 27 x 27 and a filter of size 5 x 5 with a stride of 2 and no padding. What is the output size?

12 x 12

13 x 13

23 x 23

27 x 27

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

RGB image size = 64 x 64 x 3, 10 filters, each of shape 5 x 5 x 3 with stride 1 and pad 2. What is the output size?

60 x 60 x 3

60 x 60 x 10

64 x 64 x 3

64 x 64 x 10

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Input size = 27 x 27, filter size = 7 x 7, stride = 1. How many layers of zeros are added on each side so that the output size remains 27 x 27?

One

Two

Three

Four

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

                 _____ produces a discrete probability distribution vector.

Softmax

ReLu

Linear

Tanh

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?