Locally Weighted & Logistic Regression | Stanford CS229: Machine Learning - Lecture 3 (Autumn 2018)

  Рет қаралды 615,496

Stanford Online

Stanford Online

Күн бұрын

Пікірлер: 139
@raccoonious4038
@raccoonious4038 9 ай бұрын
The simplification of log likelihood function log(L(theta)) to give you back the cost function J(theta) has to be one of the most beautiful transformations I've seen in a while!
@MosesMakuei-b5z
@MosesMakuei-b5z 4 ай бұрын
Hehe, I'm certain that the first derivation of the least square as a cost function did not come from a probabilistic interpretation. The goes to prove that if you are right in one angle, you will also be right in all angles. It was interesting to see that too.
@SaidurRahman-c8w
@SaidurRahman-c8w 5 ай бұрын
Notice how views decrease by half on each new lecture, Congratulations on making this far, keep going fellas, we got this.
@manudasmd
@manudasmd 2 жыл бұрын
Damn , this guy just explains concepts so clearly. love this course
@morespinach9832
@morespinach9832 Жыл бұрын
Where else have you seen these techniques explained? It’s not that hard.
@hannukoistinen5329
@hannukoistinen5329 Жыл бұрын
Damn, chinese communist teaching in Stanford!!!
@manudasmd
@manudasmd Жыл бұрын
@@hannukoistinen5329 Damn, Cool Joke bro!! You must be really a funny guy.
@ujjolchakrabarty9285
@ujjolchakrabarty9285 6 ай бұрын
Do you know where we can get the practice sets for the course?
@shaksham.22
@shaksham.22 6 ай бұрын
@@ujjolchakrabarty9285 trying to find the same thing. Cant access it from the website
@_desouvik
@_desouvik 5 ай бұрын
They changed the voices of students 👩‍🎓, at first I was amused why they all talk in a same way 😮, but now that makes sense
@FrankDong-o8b
@FrankDong-o8b 12 күн бұрын
This lecture reinforces so much my understanding between the OLS and MLE in a much much better way
@atalantinopieva
@atalantinopieva 6 ай бұрын
For anyone struggling with the concept.. likelihood indicates how likely a particular population is to produce an observed sample given a particular distibution. For example, if we have data that should follow a Gaussian Distribution with mean=5 and variance = 0.1 but the ACTUAL data in my dataset are all 0.5, well... the likelihood that my data actually follow this distribution is very low! If each ACTUAL data has a high density probability, the overall likelihood will be high!
@carvalhoribeiro
@carvalhoribeiro Жыл бұрын
Your clear explanation of these concepts is greatly appreciated. Thank you so much for sharing
@adhammazen2547
@adhammazen2547 Ай бұрын
Hello, I don't know if the comment section here is still being replied to/looked at by staff, but I want to point out that the lecture notes PDFs on the website of CS229 lead to an error and don't actually load. I'm certain many others like myself would appreciate being able to look at these notes. Thank you!
@TonyDaExpert
@TonyDaExpert Ай бұрын
I recommend looking for the GitHub that has them
@bhargavtripathi907
@bhargavtripathi907 Ай бұрын
you can search for the notes online on Google with the name of Andrew ng Cs229 notes .
@T-r5t
@T-r5t 9 күн бұрын
I have the same issue, did you get any help?
@SalihBekri
@SalihBekri Жыл бұрын
i'm an EE student and we don't anything to do with ML except a simple course in the final year and i'm still taking this course wish me luck guys because it's hard reaally hard
@AadityaSaraf69
@AadityaSaraf69 11 ай бұрын
good luck! and yes, it is very hard
@dartng5029
@dartng5029 Жыл бұрын
0:28: 📚 The video discusses supervised learning, specifically linear regression, locally weighted regression, and logistic regression. 5:38: 📚 Locally weighted regression is a non-parametric learning algorithm that requires keeping data in computer memory. 13:05: 📊 Locally weighted regression is a method that assigns different weights to data points based on their distance from the prediction point. 19:01: 📚 Locally linear regression is a learning algorithm that may not have good results and is not great at extrapolation. 24:46: 🔍 The video discusses Gaussian density and its application in determining housing prices. 31:31: 💡 The likelihood of the parameters is the probability of the data given the parameters, assuming independent and identically distributed errors. 36:55: 📊 Maximum Likelihood Estimation (MLE) is a commonly used method in statistics to estimate parameters by maximizing the likelihood or log-likelihood of the data. 43:44: 📊 Applying linear regression to a binary classification problem is not a good idea. 49:22: 🎯 The video discusses the choice of hypothesis function in learning algorithms and why logistic regression is chosen as a special case of generalized linear models. 54:45: 📚 The video explains how to compress two equations into one line using a notational trick. 1:01:31: ✏ Batch gradient ascent is used to update the parameters in logistic regression. 1:07:52: 📚 The video explains how to use Newton's method to find the maximum or minimum of a function. 1:13:55: 💡 Newton's method is a fast algorithm for finding the place where the first derivative of a function is 0, using the first and second derivatives. Recap by Tammy AI
@tomzhangg
@tomzhangg 2 жыл бұрын
A classic tradeoff in locally weighted models between training cost and accuracy, though it seems like the cost really comes from refitting for each x input during testing.
@adityachauhan7269
@adityachauhan7269 Жыл бұрын
ohhh so thats how it does it, wouldnt this overfit? It's like the start of thinking towards "forest-lile" methods, amazing.
@НиколайТодоров-и9т
@НиколайТодоров-и9т Жыл бұрын
I love the videos and Mr Ng explains things clearly, but gosh, the markers he uses are so pale and hard to read
@elonmusk4267
@elonmusk4267 Жыл бұрын
What a phenomenal lecture! So beautiful, so elegant, just looking like a wow
@moussadiallo6430
@moussadiallo6430 Жыл бұрын
great lecture. ML is fun with you😀
@stanfordonline
@stanfordonline Жыл бұрын
Thanks for your comment and for watching!
@liketheblue5082
@liketheblue5082 2 жыл бұрын
32:18 I have a question about this likelihood function. Can somebody help me with it? According to the IID assumption, the probability of all the observations is equal to the product of each probability . However, isn’t the expression a density instead of a probability of a normal distribution? I am really confused. I think the probability should be the integral of density function. If it's density, what's the meaning of the product of densities?
@HamzaAsgharKhan
@HamzaAsgharKhan 2 жыл бұрын
For I.I.D, P(AB) = P(A)P(B). Your observation about it being the probability density of the Gaussian is correct. When we maximize it, we are trying to find the point which has the highest probability. A point that has the highest density will have the highest probability. So using the probability density function is correct in that regard (I think you are confused by the fact that the density will probably result in a value that is not between 0 and 1 but with a little thought about what I said, hopefully you will be able to see why normalizing the values to be between 0 and 1 do not really matter). I don't know how much help this answer will be to you, I'm simply having a hard time to articulate what I'm trying to say.
@liketheblue5082
@liketheblue5082 2 жыл бұрын
@@HamzaAsgharKhan Thank you very much! I didn't expect someone would give me such a detailed answer! That's exactly what I thought. The product of density might not really have a meaning in statistics, the density can also be greater than 1 , but it would be enough to find the maximum point. I appreciate it!!
@HamzaAsgharKhan
@HamzaAsgharKhan 2 жыл бұрын
@@liketheblue5082 I'm glad it helped! 😊
@Emanuel-oz1kw
@Emanuel-oz1kw 5 ай бұрын
Motivation: only 10% will make it to the last video
@AditiSalunkhe-f4q
@AditiSalunkhe-f4q 2 ай бұрын
At timestamp 52:11, How can P(Y=1 | x ; theta) = h(x), since h(x) should only take two values 0 and 1. This will give value if h(x) which lies between [0, 1].
@AyanKhan-ek1iy
@AyanKhan-ek1iy 2 ай бұрын
Basically, h(x) can take values between 0 and 1, since it is a probability. What you're talking about here is the actual class, or "y". It can either be 0, or 1. So, P(Y=1|x;theta) actually means that we are finding the probability that our class would be 1, given a feature x affected by parameter theta. Hope that makes it clear.
@bwmartin24
@bwmartin24 2 жыл бұрын
A lot of the links aren't working on the syllabus linked in description. Is there an updated version with the class notes pdf's, etc.?
@aphievel
@aphievel 2 жыл бұрын
You can refer to the notes of the summer 2019 class. Though the topics were covered in a different order, the content is the same.
@ikrammaizi8678
@ikrammaizi8678 Жыл бұрын
@@aphievel where?
@shakeelahmad3162
@shakeelahmad3162 Жыл бұрын
docs.google.com/spreadsheets/d/18pHRegyB0XawIdbZbvkr8-jMfi_2ltHVYPjBEOim-6w/edit#gid=0
@CLL-mr3kz
@CLL-mr3kz 12 күн бұрын
Let's do it guys!
@surajyadav1033
@surajyadav1033 11 ай бұрын
at 1:16:59 shouldnt the formula have negative sign before the hessian inverse
@neelabhsomani5129
@neelabhsomani5129 6 ай бұрын
We are trying to *maximize* the likelihood function. Hence the formula has a +ve sign instead of a negative sign.
@karthikeyapervela3230
@karthikeyapervela3230 8 ай бұрын
26:37 How is it being implied? Like we are assuming the error term to be a gaussian, from there we jumped to the conditional distribution of y given x parameterized by theta, I did not understand this implication.
@suvamsivam9658
@suvamsivam9658 7 ай бұрын
its assumed that the error term is normally distributed
@AyushGupta-zc4lh
@AyushGupta-zc4lh Жыл бұрын
Awesome lecture
@ayushipanda7228
@ayushipanda7228 5 ай бұрын
My boyfriend does this course very diligently 😊
@glitchAI
@glitchAI 7 ай бұрын
he speaks with so much bass that I have to ramp up my volume.
@henryyy8625
@henryyy8625 6 ай бұрын
How can we access the homework? The link in the syllabus leads to the piazza but it does not get into the classroom?
@neelabhsomani5129
@neelabhsomani5129 Жыл бұрын
Check point 44:16
@malfuriosstormrage5218
@malfuriosstormrage5218 11 ай бұрын
THanks. Can you explain what he meant at H(x) is different when using logistic function? Is it because it's bounded [0,1]?
@neelabhsomani5129
@neelabhsomani5129 6 ай бұрын
@@malfuriosstormrage5218 h(x) is nothing but our hypothesis function. So depending on the task (classification or regression), our hypothesis function will look different. For example, for linear regression our h(x) was w0 + w1x1 + ... + wnxn. (Here w is same as theta, parameters). But h(x) looked different in logistic function. Our hypothesis also depends on preferred outcome. Like you mentioned, h(x) looks different because we want to bound the output to [0,1]. Hope this helps.
@jaymistry689
@jaymistry689 3 ай бұрын
can someone help me to find partial derivative of L(theta) at 1:01:10?
@morespinach9832
@morespinach9832 Жыл бұрын
Since when these these basic statistics techniques become “machine learning”??
@closingtheloop2593
@closingtheloop2593 10 ай бұрын
Its all marketing. To be fair, much of these results fall out of linear system theory that does not require any statistics. So the branding is somewhat subjective.
@stephendiopter2289
@stephendiopter2289 Жыл бұрын
the course page has some problem sets and class notes provided by prof. but are inaccessible . Is there any way to get those ? p.s. I just need those problem sets
@stephendiopter2289
@stephendiopter2289 Жыл бұрын
never mind. got them
@prienee
@prienee 10 ай бұрын
@@stephendiopter2289how did you get them?
@sowaszpieg7528
@sowaszpieg7528 9 ай бұрын
​@@stephendiopter2289 where did you find them?
@durai5213
@durai5213 9 ай бұрын
@@stephendiopter2289 Can you help me where to find the lecture note
@durai5213
@durai5213 9 ай бұрын
@@stephendiopter2289 Can you help me where to find the lecture note
@All_Kraft
@All_Kraft 10 ай бұрын
Thank you for explanation. I don’t know why but it’s so annoying, when lecturer constantly erases and writes the same signs((
@pavel.pavlov
@pavel.pavlov Жыл бұрын
He needs to get the IBM guys blackboard
@ramankr0022
@ramankr0022 Жыл бұрын
Very helpful.
@ShubhamKumar-it2uy
@ShubhamKumar-it2uy 9 ай бұрын
Can anyone explain what had happened to Andrew's voice at 19:32 ?
@mshoshan9698
@mshoshan9698 9 ай бұрын
It seems like they applied some audio distortion effect whenever a student asks a question (to preserve anonymity) that makes their voice sound very deep.
@KipIngram
@KipIngram 2 жыл бұрын
10:24 - How is this just not a form of interpolation using shape functions? That doesn't really seem like "learning" to me.
@albertlei9249
@albertlei9249 2 жыл бұрын
Looks like in gradient ascent if we replace the scalar learning rate alpha by the inverse H^{-1}, we get the Newton's method.
@tomzhangg
@tomzhangg 2 жыл бұрын
Also remember that the partial derivative is replaced with the gradient vector, allowing for matrix multiplication.
@shubhamkumar-nw1ui
@shubhamkumar-nw1ui 2 жыл бұрын
Can you guys help me out ? I can't get my head around likelihood of theta thing ....why this is equal to product of probabilities of Y
@ZeroManifold
@ZeroManifold Жыл бұрын
Newton's method uses 2nd order approximation vs the gradient descent uses 1st order approximation, the rationale is quite similar.
@Adnan_19946
@Adnan_19946 3 ай бұрын
Where can we get the fabled lecture notes?
@rayugamax183
@rayugamax183 Жыл бұрын
In the links given in description don't have the class notes he keeps mentioning and he tells to read from them. Can anyone help? I mean how do i get those?
@kinetic_kane9033
@kinetic_kane9033 11 ай бұрын
Same question. I think the notes are only available to stanford students because its in their intranet.
@prathmeshmishra4357
@prathmeshmishra4357 8 ай бұрын
@@kinetic_kane9033 cs229.stanford.edu/lectures-spring2022/main_notes.pdf
@logeshwaran1537
@logeshwaran1537 10 ай бұрын
Whether anybody knows how to get familiar with these concepts..like where to apply and practice these??
@YisneySoto
@YisneySoto 10 ай бұрын
I'm thinking about ChatGPT. Ask it for exercises and to evaluate your responses.
@mekuzeeyo
@mekuzeeyo Жыл бұрын
then what is the difference between the locally weighted regression and polynomial regression? in application
@closingtheloop2593
@closingtheloop2593 10 ай бұрын
I got the same question. Im sure with more exposure it will be clear. Polynomial regression and locally weighted regression echoes simularity in concept with gains scheduled control design for nonlinear systems. Same trick, different pony. IE, how can we apply linear theory to non linear systems?
@xinli7836
@xinli7836 5 ай бұрын
Awesome totally
@viharivemuri7202
@viharivemuri7202 10 ай бұрын
While deriving maximum likelihood for linear regression, the professor modelled a gaussian error term. However, for logistic regression he did not use an error term, does anyone know why that is?
@shaksham.22
@shaksham.22 6 ай бұрын
You wont need an error term for logistic regression because in linear regression you are trying to predict the h(x) which can vary based only some real world phenomenon. However, in case of classification(for which logistic regression is used) you are more or less trying to fit the h(x) into few defined classes of output, for instance the true or false of an occurrence. Hence presence of error function does not have any effect on the outcome. In other word, the output h(x) is discrete in classification so theres no requirement of an error term. I may be wrong with this though.
@ilpreterosso
@ilpreterosso 2 жыл бұрын
What happened at 17:45
@sanspapyrus683
@sanspapyrus683 Жыл бұрын
Probably a mic failure. Not sure though.
@dr.owl_the_great
@dr.owl_the_great Жыл бұрын
Where we get problemset of this courses
@ujjolchakrabarty9285
@ujjolchakrabarty9285 6 ай бұрын
Did you find the problem sets?
@fahimesokhangou3646
@fahimesokhangou3646 Жыл бұрын
I have a question about locally weighted regression. Imagine we want to calculate studentized residual. we have different hat matrix (projection matrix) for each observation and each hat matrix is a matrix (k by k) which k is a number of the observation in the span. Now I would like to calculate the leverage. I would like to know how to determine leverage for each observation?
@b14ckb0y9
@b14ckb0y9 4 ай бұрын
I couldn't find the Newton's method in lecture notes. Can anybody tell me in which page this belongs?
@niayeshshafieian3290
@niayeshshafieian3290 3 ай бұрын
Can I ask where did you find the lecture notes?
@sanatani_0228
@sanatani_0228 Жыл бұрын
Is it better than his course on coursera or it is same?
@stanfordonline
@stanfordonline Жыл бұрын
Hi there, thanks for your comment! The material on coursera is more introductory level and this lecture is from the graduate course CS229 and covers more advanced topics.
@anuragsahu4527
@anuragsahu4527 6 ай бұрын
@@stanfordonline so what should i prefer?? this course or the one in coursera??
@elching.8924
@elching.8924 2 күн бұрын
Andrew is applied professional, he has surface level understanding of the math behind these concepts and lack of depth in his knowledge affects the quality of his arguments. There is no way students can understand Newton method without knowing the proofs of mean value theorems.
@shwetatiwari7910
@shwetatiwari7910 28 күн бұрын
Why do the students sound that Optimus Prime😂
@rushinshah4344
@rushinshah4344 Жыл бұрын
where can i access the problem sets?
@iamnotsure237
@iamnotsure237 Ай бұрын
Cs 229 website or github
@meeqvin
@meeqvin 10 ай бұрын
in our case parameter of learning algorithm(theta) is a cost of our house?
@shaksham.22
@shaksham.22 6 ай бұрын
nope X is the cost of house, parameter are weights of every feature at a given point on x that help you identify the corresponding h(x)
@The-Thinking-Room
@The-Thinking-Room 27 күн бұрын
If anyone has notes on it, please feel free to share the link here!
@k4gaurav
@k4gaurav 7 күн бұрын
do you still need this ??
@codehere142
@codehere142 9 ай бұрын
Can't find the derivation of the MLE
@studybuddy8307
@studybuddy8307 6 ай бұрын
please help me get the problem set
@sophiafunworldatthepark6740
@sophiafunworldatthepark6740 11 ай бұрын
I try to find way how to use this to teach kids.
@bouazizzied5086
@bouazizzied5086 Жыл бұрын
can someone tell me after we derive the maximum likelihood of theta how do we use it to modify all our parameters theta?
@gautamgirotra3572
@gautamgirotra3572 Жыл бұрын
From MLE of theta we have the function that should be maximized i.e. l(theta) Now use any optimization algorithm(like Gradient descent/ newton's method) to optimize for example using GD theta(new) = theta(old) +alpha * partial derivative of l(theta)
@krishnaaa___03
@krishnaaa___03 5 ай бұрын
can anyone tell me how the h thetha(x) which is equal to sigma j = 0 to n (thetha j Xj) can be written as thetha(transpose) into X ? how the transpose came here it should be thetha into x then it makes sense somewhat... how is this transpose imposed on the thetha? (obviously in linear regression)
@ippilisaisugandhasri9952
@ippilisaisugandhasri9952 25 күн бұрын
h theta(x) gives a value right which is a scalar ,and the scalar can be obtained only if you multiply theta(transpose) into X or X(transpose) into theta
@haitematik5832
@haitematik5832 10 ай бұрын
ML for Goa'ulds
@youssera6352
@youssera6352 Жыл бұрын
Hi, i'm trying to follow this courses in order to start reading papers for my phd research/preperation, i don't seem to understand most of the mathematic equations, do i really need to understand them to achieve my goal or i just need to understand the concepts and memorize the formulas ?
@Nett6799
@Nett6799 Жыл бұрын
i have the same problem as you , what's your phd research theme ?
@jaimehernandezbascur8619
@jaimehernandezbascur8619 Жыл бұрын
Hi, it's highly recommended to have a background in probability and statistics, and linear algebra before studying machine learning. Personally i think that a few knownledge in optimization is sufficiently but no necessary.
@haoranlee8649
@haoranlee8649 Жыл бұрын
i like this guy‘s video, it's amazing
@طالبالعلم-ج1ث
@طالبالعلم-ج1ث Жыл бұрын
Thank You Very Much
@nanunsaram
@nanunsaram 2 жыл бұрын
Thank you!
@vientios_talisman
@vientios_talisman Жыл бұрын
1:02:02
@browndonkey
@browndonkey 2 жыл бұрын
Are the class notes he mentions throughout the course available anywhere for download?
@agustinsalazar9351
@agustinsalazar9351 2 жыл бұрын
In the link to the syllabus in the description there are some lecture notes available, although many are dead links
@patrickt.4121
@patrickt.4121 2 жыл бұрын
google it and you'll find them. first hit.
@shashankrana977
@shashankrana977 Жыл бұрын
See what I am doing is to follow the current year course page for assignments as they are mostly working links. Lecture notes can be found in the course page given in the Lect 1 desc.
@stephendiopter2289
@stephendiopter2289 Жыл бұрын
can you share the link of current year course page @@shashankrana977
@ras4884
@ras4884 Жыл бұрын
someone, buy this guy better markers!
@aramuradyan2138
@aramuradyan2138 Жыл бұрын
Where are lecture notes?
@lohitaksha244
@lohitaksha244 Жыл бұрын
look up cs229 autumn 2018 on google, you should find the repository maxim5/cs229-2018-autumn
@DagmawiAbate
@DagmawiAbate 2 жыл бұрын
Okay.
@McAwesomeReaper
@McAwesomeReaper Жыл бұрын
You know he's thought about just getting slightly shorter sleeves tailored, right?
@LOGENDIRANVD
@LOGENDIRANVD Жыл бұрын
soooooo goood
@namphan9281
@namphan9281 Жыл бұрын
now I know why my university teaches optimization techniques for CS program 💀
@kaipingli-mh3mw
@kaipingli-mh3mw Жыл бұрын
thx
@vasudevrv7417
@vasudevrv7417 Жыл бұрын
can anyone explain me where that x came from in the final equation of gradient ascent
@Lalala_1701
@Lalala_1701 7 ай бұрын
Why every student sounds like a giant.😂
@KevenDuan-cn
@KevenDuan-cn 3 ай бұрын
It may be to protect the privacy of the students, so special treatment is made for the sound
@malfuriosstormrage5218
@malfuriosstormrage5218 11 ай бұрын
What a concept. I just "wow"d when MLE was shown. Anyone here familiar with Power System State Estimation?
@Lionsboy86
@Lionsboy86 2 жыл бұрын
Otu yo
@notsodope7227
@notsodope7227 Жыл бұрын
The way it started and the way it is going forward :/ So much math
@김연우-i6v
@김연우-i6v 6 ай бұрын
토사장 들이 별걸 다만드네 ㅋㅋ
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
Stanford CS229: Machine Learning Course, Lecture 1 - Andrew Ng (Autumn 2018)
1:15:20
But what is a neural network? | Deep learning chapter 1
18:40
3Blue1Brown
Рет қаралды 18 МЛН
General Relativity Lecture 1
1:49:28
Stanford
Рет қаралды 4,1 МЛН
The Near Future of AI [Entire Talk]  - Andrew Ng (AI Fund)
46:23
Stanford eCorner
Рет қаралды 282 М.
Demystifying the Higgs Boson with Leonard Susskind
1:15:08
Stanford
Рет қаралды 1 МЛН
All Machine Learning algorithms explained in 17 min
16:30
Infinite Codes
Рет қаралды 478 М.