Deep Learning

Deep Learning

1st - 12th Grade

6 Qs

quiz-placeholder

Similar activities

introduction to computer hardware

introduction to computer hardware

9th - 12th Grade

10 Qs

CLASS 5-NERVOUS SYSTEM

CLASS 5-NERVOUS SYSTEM

5th - 6th Grade

10 Qs

control and coordination

control and coordination

10th Grade

10 Qs

Fuzzy logic and neural networks

Fuzzy logic and neural networks

1st Grade

10 Qs

Application/Productivity Tools

Application/Productivity Tools

5th - 6th Grade

10 Qs

Structured Programming

Structured Programming

9th Grade

11 Qs

Day1_Week2

Day1_Week2

10th Grade

10 Qs

Neural Network - Key Vocabulary Review

Neural Network - Key Vocabulary Review

11th - 12th Grade

5 Qs

Deep Learning

Deep Learning

Assessment

Quiz

Computers, Science

1st - 12th Grade

Medium

Created by

joshua igoni

Used 10+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What does a neuron compute?

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

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

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

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

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What activation function is it?

Sigmiod

tanh

ReLU

ELU

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What activation function is it?

Sigmoid

tanh

ReLU

ELU

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

How many hidden layers have the neural network?

4

5

6

7

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is gradient descent?

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

Method to increase the speed of neural network operation

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

A different name for activation function

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

YES

NO