wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Deep Learning

Total questions: 10

Worksheet time: 7mins

Name
Class
Date
1.

1. What does a neuron compute?

a)

A neuron computes an activation function followed by a linear function (z = Wx + b)

b)

A neuron computes a linear function (z = Wx + b) followed by an activation function

c)

A neuron computes a function g that scales the input x linearly (Wx + b)

d)

A neuron computes the mean of all features before applying the output to an activation function

2.

What activation function is it?

a)

sigmoid

b)

tanh

c)

ReLU

d)

ELU

3.

What activation function is it?

a)

sigmoid

b)

tanh

c)

ReLU

d)

ELU

4.

What activation function is it?

a)

sigmoid

b)

tanh

c)

ReLU

d)

ELU

5.

How many hidden layers have the following Neural network

a)

4

b)

5

c)

6

d)

7

6.

How many input layers have the following Neural network

a)

1

b)

2

c)

3

d)

4

7.

What is a cost function?

a)

function describes how computationally expensive is a neural network

b)

an algorithm used to find the minimum of a function

c)

different name for activation function

d)

a way to determine how well the machine learning model has performed given the different values of each parameter

8.

What is gradient descent?

a)

a way to determine how well the machine learning model has performed given the different values of each parameter

b)

method to increase the speed of Neural Network operation

c)

an optimization algorithm used to find the values of parameters (coefficients) of a function (f) that minimizes a cost function (cost)

d)

different name for activation function

9.

How many output layers have the following Neural network?

a)

1

b)

2

c)

3

d)

4

10.

What is activation function?

a)

a way to determine how well the machine learning model has performed given the different values of each parameter

b)

an optimization algorithm used to find the values of parameters (coefficients) of a function (f) that minimizes a cost function (cost)

c)

function describes how computationally expensive is a neural network

d)

function used to enable Neural Network to solve non-linear problems