Quiz 12

Quiz 12

University

10 Qs

quiz-placeholder

Similar activities

Arrays

Arrays

KG - University

10 Qs

Javascript

Javascript

10th Grade - Professional Development

10 Qs

[Python For All] Quiz 5 - Numpy

[Python For All] Quiz 5 - Numpy

University

15 Qs

Rapid Round 2

Rapid Round 2

University

10 Qs

Clase 5 1C2025

Clase 5 1C2025

University

9 Qs

JAVA array

JAVA array

12th Grade - University

10 Qs

ARRAYS 1

ARRAYS 1

University

12 Qs

Array in C

Array in C

University

10 Qs

Quiz 12

Quiz 12

Assessment

Quiz

Computers

University

Medium

Created by

Mohand Mahmoud

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Machine learning models should work automatically without the need for the

user to manually set the hyperparameters.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

While training your regression model using Gradient Decent, you noticed that the

value of loss increases with epochs, this behavior can be due to high learning

rate.

True

False

3.

DRAW QUESTION

1 min • 5 pts

Draw: Normal (expected) regression

Media Image

4.

DRAW QUESTION

1 min • 5 pts

Draw: Overfitting regression

Media Image

5.

FILL IN THE BLANK QUESTION

1 min • 4 pts

from scipy import stats
x = [5,7,8,7,2,17,2,9,4,11,12,9,6]
y = [99,86,87,88,111,86,103,87,94,78,77,85,86]

complete code to find :slope, intercept ??

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which Equation is polynomial regreesion

y=Ax+B

y=Ax1+Bx2+c

y=Ax1+Bx2^2+c

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Cleaning Empty Cells which function we use ?

df.dropna()

df.fillna(130, inplace = True)

df.loc[7, 'Duration'] = 45

A & B

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?