Array initialisation
|
2
|
December 14, 2024
|
NameError Traceback (most recent call last) /var/folders/jj/vz79ltc157bfgstg9_hvqqw80000gn/T/ipykernel_1000/3742952677.py in <module> ----> 1 theta, error_list = gradientDescent(X,y) NameError: name 'y' is not defined
|
3
|
September 6, 2022
|
What is grad[0] and grad[1]
|
3
|
May 1, 2022
|
Why there is an error
|
1
|
September 12, 2021
|
Linear regression
|
4
|
February 28, 2021
|
Regarding code of the video
|
4
|
July 26, 2020
|
Type of variable
|
3
|
July 26, 2020
|
I don't understand the use of error function in this function.Are we iterating over the first 100 points and calculating the error of each point?
|
2
|
June 21, 2020
|