Machine Learning Coursera | Lab: Linear Regression

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Wow...I was stuck and was having a hard time getting the the Jupyter notebook to work. Thank you for the walk through, it cleared up all of my confusion. This helped a lot just to watch someone work through the assignment UI. TY!!!

JR-tlhl
Автор

thanks man you helped a lot .I did not even know how to do the programming assignment it's all thanks to you !

vasu
Автор

Hello Michael. I am following your steps but i remained stuck in that assignment ( exercise 1)😢

madihashahid
Автор

Hey, micheal ...i am stuck in Coursera week 2 assignment 1 .there's error aa numpyndraay ...I've follow your guidelines too .in deep learning community but stills it's not working ..plz help

Mizba
Автор

could you please type the code in the description of the video to make it easier, it's hard to see in the video and the sound is so muffled it's almost impossible to hear what you're saying at times

risingsundance
Автор

I tried your code for exercise 1 and it did not work.

lheftfs
Автор

in 6:11
I have problem
NameError Traceback (most recent call last)
in <module>
3 initial_b = 1
4
----> 5 cost = compute_cost(x_train, y_train, initial_w, initial_b)
6 print(type(cost))
7 print(f'Cost at initial w: {cost:.3f}')

in compute_cost(x, y, w, b)
23 ### START CODE HERE ###
24 for i in range(m) :
---> 25 prediction = W * X[i] +b
26 cost = (prediction - y[i]) ** 2
27 total_cost +=cost

NameError: name 'W' is not defined

dr.ebrahimaboueleynan
Автор

Platform Error: We're experiencing some technical difficulties ??? any solution for this?

legendchayss-znmz
Автор

Can you share the Jupyter's notebook?

mdw
Автор

Thanks for this wonderful help..but i am still not confident about this procedure on jupyter notebook. How to learn this?

Guggalicious
Автор

I am facing issue i write the code just like you did but it say indentation error in for loop although I mitigate this error
Please help

hasnainkhan
Автор

hey your video was had a nice explanation, can you explain all the code

siddharthp
Автор

I have taken the course, the explanations are great, but he's not teaching the code, we should only do it in the assignments, what should I do to learn the coding part?

catsadogga
Автор

Bro it's showing me Syntax error: can't compile students file, can't assign operator

manasjoshi
Автор

I'm getting an error saying

NameError Traceback (most recent call last)
in <module>
3 initial_b = 1
4
----> 5 cost = compute_cost(x_train, y_train, initial_w, initial_b)
6 print(type(cost))
7 print(f'Cost at initial w: {cost:.3f}')

NameError: name 'x_train' is not defined

Any solution

arcane