12 Adv / AI

12 Adv / AI

12th Grade

6 Qs

quiz-placeholder

Similar activities

Lesson 13-Preparing Files for the Web

Lesson 13-Preparing Files for the Web

9th - 12th Grade

11 Qs

Neural Network Introduction

Neural Network Introduction

7th - 12th Grade

11 Qs

Networks Layers 5.1

Networks Layers 5.1

10th - 12th Grade

7 Qs

Tools

Tools

6th - 12th Grade

10 Qs

Neural networks using Python - Key Vocabulary

Neural networks using Python - Key Vocabulary

12th Grade

5 Qs

Digital Media - Chapter 1

Digital Media - Chapter 1

8th - 12th Grade

9 Qs

Intro to Graphic Arts S2 Final Exam 24-25

Intro to Graphic Arts S2 Final Exam 24-25

12th Grade

11 Qs

Artificial Intelligence Key Terms

Artificial Intelligence Key Terms

9th Grade - University

10 Qs

12 Adv / AI

12 Adv / AI

Assessment

Quiz

Computers

12th Grade

Easy

Created by

fai alharran

Used 1+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which parameter controls the strength of the connections between the neurons in each of the layers?

Weight

Bias

Activiation Function

Summation Function

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following is correct for the following neural network?

1-Input layer, 1- Output layer, 4 - Hidden Layer

2-Input layers, 1- Output layer, 3 - Hidden Layers

3-Input layers, 1- Output layer, 2 - Hidden Layers

5 - Input layers, 1- Output layer, 0 - Hidden Layer

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many neurons are required in a single-layer neural network is that have six inputs and two output ?

3 neuron

2 neurons

6 neurons

8 neurons

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the diminsions of the weight matrix for a single-layer neural network that has six inputs and two output

2 rows x 6 columns

2 rows x 2 columns

6 rows x 6 columns

3 rows x 3 columns

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which transfer function can be used in a single-layer neural network and its output ranges between 0 to 1 ?

ReLU Function

Logistic Function

Logistic Function

Linear Function

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the parameters that adjusted in the back propagation ?

Inputs

Weights

Outputs

Bias