Machine Learning 304 (PT2)

Machine Learning 304 (PT2)

University

30 Qs

quiz-placeholder

Similar activities

Machine Learning Interview Questions Quiz

Machine Learning Interview Questions Quiz

University

27 Qs

Soft Computing Quiz

Soft Computing Quiz

University

25 Qs

Pembelajaran Mesin 2021

Pembelajaran Mesin 2021

University

25 Qs

Exploring Data Science Concepts

Exploring Data Science Concepts

University

25 Qs

Bio Inspired Optimization Intro

Bio Inspired Optimization Intro

University

25 Qs

Pre Test - Grafis Berbasis Pixel

Pre Test - Grafis Berbasis Pixel

1st Grade - University

25 Qs

Simple TensorFlow Quiz

Simple TensorFlow Quiz

University

25 Qs

ML-Deep learning Introduction

ML-Deep learning Introduction

University

25 Qs

Machine Learning 304 (PT2)

Machine Learning 304 (PT2)

Assessment

Quiz

Computers

University

Easy

Created by

Kiên Lương Trung

Used 2+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the result of multiplying a 2x3 matrix by a 3x2 matrix?

The result is a 1x2 matrix.

The result is a 2x1 matrix.

The result is a 2x2 matrix.

The result is a 3x3 matrix.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How do you compute the transpose of a matrix?

The transpose of a matrix is obtained by rotating it 90 degrees.

The transpose of a matrix is found by multiplying it by its inverse.

The transpose of a matrix is obtained by swapping its rows and columns.

The transpose of a matrix is computed by adding its rows and columns.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the purpose of the learning rate in gradient descent?

To adjust the weight initialization values

The purpose of the learning rate in gradient descent is to determine the step size at each iteration while moving toward a minimum of the loss function.

To increase the complexity of the model

To reduce the number of iterations needed

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Explain the difference between batch gradient descent and stochastic gradient descent.

Batch gradient descent updates weights after every epoch, while stochastic gradient descent updates after multiple epochs.

Batch gradient descent is faster than stochastic gradient descent for large datasets, while stochastic is slower.

Batch gradient descent uses the entire dataset for each update, while stochastic gradient descent uses one data point at a time.

Batch gradient descent uses random samples for updates, while stochastic uses the entire dataset.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the role of the activation function in a neural network?

The activation function increases the network's speed.

The activation function determines the number of layers in the network.

The activation function allows the neural network to learn non-linear relationships.

The activation function is used for data normalization.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Describe the architecture of a convolutional neural network (CNN).

A CNN is primarily used for natural language processing tasks.

A CNN architecture includes input layer, convolutional layers, activation functions, pooling layers, and fully connected layers.

A CNN architecture consists of only input and output layers.

A CNN includes only fully connected layers and no convolutional layers.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the main idea behind support vector machines (SVM)?

SVM is used to reduce the dimensionality of data.

The main idea of SVM is to cluster data points into groups.

The main idea behind support vector machines (SVM) is to find the optimal hyperplane that maximizes the margin between different classes.

SVM focuses on minimizing the distance between all data points.

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?