Search Header Logo

Session 2

Authored by Ahmed Ahmed

Mathematics, Computers, Science

University

Used 3+ times

Session 2
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The dimensions of dw in multiple Linear Regression is:

(1,1)

(1,n)

(1,m)

(n,1)

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

if we use very Large lamda

 λ\lambda  in regulariztion ,we will face:

Bias case

Just right case

Variance case

other case 

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In Variance case , the cost function of training is high & the cost function of testing is low

True

False

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In which one of the figures do you think hypothesis overfits trainingset

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

which code is correct, check all answers, and choose correct

sc_x = StandardScaler()

x_train = sc_x.fit_transform(x_train)

x_test = sc_x.transform(x_test)

J = (1/2*m)*np.sum(y-y_hat)^2

n = 5

w= np.zeros( [ n, 1] )

dw = (1/m) * np.dot(x,(y-y_hat).T)

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?