Python for Deep Learning - Build Neural Networks in Python - Hyperbolic Tangent Function

Python for Deep Learning - Build Neural Networks in Python - Hyperbolic Tangent Function

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial explains the hyperbolic tangent function, comparing it to the sigmoid function. It highlights the advantages of the hyperbolic tangent function, such as its ability to map negative inputs strongly negative and its use in classification tasks. The function is particularly useful in feedforward propagation to enhance output differences.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the range of the hyperbolic tangent function?

-1 to 0

0 to 2

-1 to 1

0 to 1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is the hyperbolic tangent function considered advantageous over the sigmoid function?

It has a larger range

It is not monotonic

It maps negative inputs strongly negative

It is not differentiable

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does the hyperbolic tangent function handle zero inputs?

Maps them to 1

Maps them to 0.5

Maps them to -1

Maps them near 0

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In what type of tasks is the hyperbolic tangent function mainly used?

Dimensionality reduction

Regression tasks

Classification between two classes

Clustering tasks

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of the hyperbolic tangent function in feedforward propagation?

To eliminate negative outputs

To maintain the same output

To increase the difference between outputs

To decrease the difference between outputs