Deep Learning

Deep Learning

1st - 12th Grade

6 Qs

quiz-placeholder

Similar activities

Neurons

Neurons

10th - 12th Grade

11 Qs

Neurons: Understanding the Building Blocks of the Brain

Neurons: Understanding the Building Blocks of the Brain

12th Grade

10 Qs

Nervous System

Nervous System

6th - 8th Grade

10 Qs

Nervous System

Nervous System

6th - 12th Grade

9 Qs

🧠Nervous System & Special Senses – Beginner Level

🧠Nervous System & Special Senses – Beginner Level

6th - 8th Grade

10 Qs

Unit 6 Review

Unit 6 Review

9th - 12th Grade

11 Qs

Signal Transduction Practice

Signal Transduction Practice

11th - 12th Grade

11 Qs

Nervous system

Nervous system

7th Grade

10 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