Convolutional Neural Networks

Convolutional Neural Networks

University

10 Qs

quiz-placeholder

Similar activities

Structures and union

Structures and union

University

15 Qs

java unit-I

java unit-I

University

15 Qs

Java Quiz based on array

Java Quiz based on array

University

15 Qs

V1 unit 3 and 4Quiz

V1 unit 3 and 4Quiz

University

10 Qs

unit3 pointers

unit3 pointers

University

10 Qs

Java Quiz

Java Quiz

University

10 Qs

Arrays

Arrays

University

11 Qs

MindSpace - Networking

MindSpace - Networking

University

15 Qs

Convolutional Neural Networks

Convolutional Neural Networks

Assessment

Quiz

Computers

University

Medium

Created by

Grace Hwang

Used 31+ 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?