unit 2 quiz 2

unit 2 quiz 2

University

2 Qs

quiz-placeholder

Similar activities

Quiz 7 - Testing

Quiz 7 - Testing

University

5 Qs

CSC128 - Chapter 5(iii)

CSC128 - Chapter 5(iii)

University

6 Qs

Group 1 - Mission Statement

Group 1 - Mission Statement

University

5 Qs

Java Review Classes

Java Review Classes

University

5 Qs

Chapter 10: Dictionaries

Chapter 10: Dictionaries

University

5 Qs

Python Day 11

Python Day 11

University

5 Qs

RO-Unit III

RO-Unit III

University

7 Qs

Intro to ML: Neural Networks Lecture 2 Part 1

Intro to ML: Neural Networks Lecture 2 Part 1

University

6 Qs

unit 2 quiz 2

unit 2 quiz 2

Assessment

Quiz

Computers

University

Hard

Created by

Steffy P

Used 1+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

2 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a neural network, knowing the weight and bias of each neuron is the most important step. If you can somehow get the correct value of weight and bias for each neuron, you can approximate any function. What would be the best way to approach this?

Assign random values and pray to God they are correct

Search every possible combination of weights and biases till you get the best value

Iteratively check that after assigning a value how far you are from the best values, and slightly change the assigned values values to make them better

None of these

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the steps for using a gradient descent algorithm?

Calculate error between the actual value and the predicted value

Reiterate until you find the best weights of network

Pass an input through the network and get values from output layer

Initialize random weight and bias

Go to each neurons which contributes to the error and change its respective values to reduce the error

1, 2, 3, 4, 5

5, 4, 3, 2, 1

3, 2, 1, 5, 4

4, 3, 1, 5, 2