S03 - Deep Learning

S03 - Deep Learning

University

10 Qs

quiz-placeholder

Similar activities

BrainOn Quiz

BrainOn Quiz

University

15 Qs

10 Questions of Machine Learning

10 Questions of Machine Learning

University

10 Qs

21CSC305P - Machnine Learning - Quiz

21CSC305P - Machnine Learning - Quiz

University

15 Qs

Deep Learning Quiz

Deep Learning Quiz

University

15 Qs

AIML

AIML

University

10 Qs

Intro to ML: Evaluation (Part 2)

Intro to ML: Evaluation (Part 2)

University

6 Qs

Logistic Regression

Logistic Regression

University - Professional Development

10 Qs

Intro to ML: The ML Revision Quiz

Intro to ML: The ML Revision Quiz

University

11 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?