Neural Networks

Neural Networks

12th Grade

8 Qs

quiz-placeholder

Similar activities

66. Logic Logic - Truth Tables Quiz

66. Logic Logic - Truth Tables Quiz

9th - 12th Grade

11 Qs

Logic Gate 2

Logic Gate 2

9th - 12th Grade

12 Qs

Python Functions

Python Functions

9th - 12th Grade

13 Qs

Introduction to Machine Learning Quiz

Introduction to Machine Learning Quiz

9th - 12th Grade

10 Qs

Boolean logic

Boolean logic

10th - 12th Grade

12 Qs

1.1 - Computer System

1.1 - Computer System

KG - University

11 Qs

2ND QUARTER REVIEW 2

2ND QUARTER REVIEW 2

12th Grade

12 Qs

Neural Networks

Neural Networks

Assessment

Quiz

Computers

12th Grade

Medium

Created by

ACM UCLA

Used 4+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is a neuron?

  1. A model that can process images

Function with inputs, weights, and an activation function which generates an output

Neurons are NOT part of neural networks

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What is an activation function? [2 CORRECT]

A function that decides whether a neuron is activated or not

A function that determines whether or not the feature the neuron detects should have an influence over the end prediction

A function that activates a motor

A function that tells you how many neurons to use in a layer

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. A neuron is similar to a logistic regression model. (It uses inputs, weights, and an activation function)

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the three layer types we covered today?

input, activation, output

input, gradient, output

input, weights, output

input, hidden, output

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Read the image!! ... the answer is TRUE, this question is for review :)

True

False

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What is forward propagation? [2 CORRECT ANSWERS]

Gradient descent

Gradient ascent

Getting predicted value from our inputs!

Apply weights, biases, and activation function to inputs to get an output, without tweaking weights and biases!

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is backpropagation?

Calculates the gradient from the output to the first hidden layer

  1. Feeding inputs forward into the network to get a predicted value

  1. Uses gradient descent to find the best learning rate

  1. Backwards walking through a slope

8.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

  1. What is the vanishing gradient problem? [2 CORRECT]

Sigmoid activation function, as well as too many layers can cause it

Gradient gets way too big

Gradient becomes negative infinity

Gradient becomes too close to 0, so gradient descent stops updating weights and biases