Mathematics for Machine Learning Quiz

Mathematics for Machine Learning Quiz

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Lomel Chua

FREE Resource

Student preview

quiz-placeholder

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the derivative of `x^3`?

3x

3x^2

x^2

3

Answer explanation

The derivative of `x^3` is found using the power rule, which states that the derivative of `x^n` is `n*x^(n-1)`. Here, `n` is 3, so the derivative is `3*x^(3-1)`, which simplifies to `3x^2`. Thus, the correct answer is `3x^2`.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the dot product of [1, 2] and [3, 4]?

7

11

10

5

Answer explanation

The dot product is calculated as (1*3) + (2*4) = 3 + 8 = 11. Therefore, the correct answer is 11.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a matrix?

A set

A table of numbers

A list

A graph

Answer explanation

A matrix is defined as a table of numbers arranged in rows and columns, making 'A table of numbers' the correct choice. It is not simply a set, list, or graph.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which matrix is used for linear transformations?

Identity matrix

Diagonal matrix

Square matrix

All of the above

Answer explanation

All types of matrices, including identity, diagonal, and square matrices, can be used for linear transformations. Each serves specific purposes in transforming vectors in different ways.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an eigenvalue?

A scalar value

A matrix row

A vector

A determinant

Answer explanation

An eigenvalue is defined as a scalar value that indicates how much a corresponding eigenvector is stretched or compressed during a linear transformation. Thus, the correct answer is 'A scalar value'.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the rank of a matrix?

Number of rows

Number of columns

Number of linearly independent rows/columns

Determinant

Answer explanation

The rank of a matrix is defined as the number of linearly independent rows or columns. This indicates the dimension of the vector space spanned by its rows or columns, making it the correct choice.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the trace of a matrix?

Sum of diagonal elements

Sum of all elements

Product of diagonal elements

Determinant

Answer explanation

The trace of a matrix is defined as the sum of its diagonal elements. This means you add together the elements that run from the top left to the bottom right of the matrix, making 'Sum of diagonal elements' the correct choice.

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?