S03 - Deep Learning

S03 - Deep Learning

University

10 Qs

quiz-placeholder

Similar activities

21CSC305P - Machnine Learning - Quiz

21CSC305P - Machnine Learning - Quiz

University

15 Qs

Workshop_2

Workshop_2

University

10 Qs

Supervised Learning

Supervised Learning

University

10 Qs

Deep Learning for Computer Vision

Deep Learning for Computer Vision

University

15 Qs

Session 6 | U

Session 6 | U

University

10 Qs

Study Jam ML Quiz - b

Study Jam ML Quiz - b

University

10 Qs

SummerSchool-Q2

SummerSchool-Q2

University

10 Qs

Quiz 2

Quiz 2

University

15 Qs

S03 - Deep Learning

S03 - Deep Learning

Assessment

Quiz

Computers

University

Medium

Created by

Amalia Zahra

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

What is the main function of a linear layer in a neural network?

It applies a non-linear transformation to the input

It applies a linear transformation to the input

It normalizes the input data

It reduces the dimensionality of the input

2.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

Which of the following activation functions outputs values strictly between 0 and 1?

ReLU

Sigmoid

Tanh

Leaky ReLU

3.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

What is the main disadvantage of the sigmoid activation function?

It does not work well for deep networks

It outputs values in the range of -1 to 1

It suffers from the vanishing gradient problem

It is computationally expensive

4.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

Which activation function is most commonly used in modern deep learning architectures?

Sigmoid

Tanh

ReLU

Leaky ReLU

5.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

What is the most commonly used loss function for classification?

Mean Squared Error (MSE)

Cross-Entropy Loss

Dice Loss

L1 Loss

6.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

Which activation function is commonly used in the last layer of a deep learning model that solves a multiclass classification problem?

sigmoid

Tanh

Leaky ReLU

softmax

7.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

What is the purpose of the zero_grad() function in PyTorch?

It initializes the model's weights to zero

It clears the previously accumulated gradients before a new update

It resets the learning rate of the optimizer

It prevents overfitting by regularizing gradients

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?