S02 - Deep Learning

S02 - Deep Learning

University

10 Qs

quiz-placeholder

Similar activities

MCAC0019 Quiz (Based on MODULES & PACKAGES)

MCAC0019 Quiz (Based on MODULES & PACKAGES)

University

15 Qs

School Of Programming

School Of Programming

University

6 Qs

Introduction to AI and Microsoft Azure Cognitive Services

Introduction to AI and Microsoft Azure Cognitive Services

University

10 Qs

DP-100 day 3

DP-100 day 3

University - Professional Development

10 Qs

Monday Night Quiz 3/15

Monday Night Quiz 3/15

University

10 Qs

GPU Fundamentals Quiz

GPU Fundamentals Quiz

University

11 Qs

AI Exam Module 4

AI Exam Module 4

University

10 Qs

InCube #Quiz 2

InCube #Quiz 2

University

15 Qs

S02 - Deep Learning

S02 - Deep Learning

Assessment

Quiz

Computers

University

Medium

Created by

Amalia Zahra

Used 13+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The following activities are required to build a neural network, except ...

calculating loss

applying the model

data preparation

creating learnable parameters

2.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

PyTorch provides two kinds of data abstractions. They are ...

optimizer

tensors

variables

loss

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A tensor containing only one element is called ...

batch

matrix

scalar

vector

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Given data = [5, 7, 9, 11], the code data[:3] gives you which output?

[5, 7, 9]

[5, 7, 9, 11]

[11]

[9]

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Batch of images will give you tensor with how many dimensions?

1D

2D

3D

4D

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the name of the function provided by PyTorch to copy a tensor on the CPU to the GPU?

numpy()

cuda()

grad()

matmul()

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The followings are the components of the Variable class, except ...

creator

data

loss

grad

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?