Just found your content and I find it far clearer than most other creators who try to explain similar concepts. Good job
@mikexcohen16 ай бұрын
Thank you kindly, Drew.
@nzrinliyeva29133 жыл бұрын
How can I define polynomial regression coefficient, which method can I use?
@sudiptochakrabarti9469 Жыл бұрын
Please refer the video, where you taught how to calculate SSE for specific K in the BIC formula
@ahmadasadillah83923 жыл бұрын
Hey great vid! Where can I watch your video about the sum of squares of the residuals?
@jotkej97483 жыл бұрын
Looking for that too
@russellkemmit733 жыл бұрын
Udemy Mike Cohen, Machine Learning Course
@ahmadasadillah83923 жыл бұрын
Thank you
@bit-colombo55953 жыл бұрын
Hello is there a video of implementing polynomial regression in python
@mikexcohen13 жыл бұрын
Not in this video, but in the full course, yes, there are examples in Python code with explanations.
@OsmanGani-b6j3 ай бұрын
Why did not you say about decent gradient algorithm? Is BIC the alternative algorithm?
@mikexcohen13 ай бұрын
Gradient descent is a nonlinear search algorithm. It's very powerful for large, complex problems that have no closed-form solution. But regression has a closed-form solution (least squares) that can be mathematically proven to be optimal.
@maryammaryamian27484 жыл бұрын
What is your nulhypothesis and alternative hypothesis when you have a polynimial term in your regression when we are doing a t-test for each variable? Imagine you have y = b1 + b2 age + b3 age ^2? And you think that age has a negative effect on y over time?
@mikexcohen14 жыл бұрын
The null hypothesis of regressors in a model is always the same: That the coefficient (the beta value) is statistically indistinguishable from zero.
@MrCentrax2 жыл бұрын
I can't find the video about the SSe formula
@valovanonym2 жыл бұрын
It's actually the mse
@Evan490BC3 жыл бұрын
Bayes information criterioN. Criteria is plural.
@erickjian70253 жыл бұрын
shouldn't natural log be ln? I though log is base 10 log
@mikexcohen13 жыл бұрын
Yikes! Yes, you're correct, and it's a bit of a typo there. I guess I was mixing code and math while writing out that equation. Anyway, my apologies for the confusion, and good catch!
@erickjian70253 жыл бұрын
@@mikexcohen1 All good :) like your video !!!
@n8trh2 жыл бұрын
If memory serves, in some math books, e is the default for a log base instead of 10, i.e. "log" is used for "ln".
@kanamarlapudimukhesh56193 жыл бұрын
At 7:45 what is formula for SS?
@navalkumarshukla94473 жыл бұрын
I think it's MSE only
@pritamroy37663 жыл бұрын
hi mike, I have a question, that is, lets say i have data points, now I made a curve a manually (lets imagine it is possible ) joining each points one by one. it will give a some crooked curve obviously, now if I calculate BIC for this crooked curve will it give minimize value ?
@jayZander3 жыл бұрын
why is a sub 2 equal to 0?
@sofiansammar3352 жыл бұрын
WOW, amazing thank you, the best video about Polynomial regression.
@mikexcohen12 жыл бұрын
Thank you, kind internet stranger.
@codecaine Жыл бұрын
Excellent content
@mikexcohen1 Жыл бұрын
Glad you enjoyed it :)
@renaldomoon3097 Жыл бұрын
Nice and short explanation, thanks my dude!
@mikexcohen1 Жыл бұрын
You got it, bro
@philippu14554 жыл бұрын
Mike! I really enjoyed this insightful video. What method do you regard as the best when incorporating noise for polynomial functions?
@mikexcohen14 жыл бұрын
Hi Philipp. There are many ways to simulate noise, depending on the goal. The easiest thing to do is to use white noise (randn in MATLAB or np.random.randn in Python) with a suitable standard deviation.
@philippu14554 жыл бұрын
@@mikexcohen1 Thank you for the reply. What I am looking at is a neural network that approximates a polynomial given x values as input and their associated function values (y) as the label. I want to test the robustness of the model by adding noise to the function values of the training data. Would you say that the use of a normal distribution with a suitable standard deviation and the original, "true" y as the mean is appropriate for this endeavor?
@judahdsouza91963 жыл бұрын
@@philippu1455 yeah that should work
@oneness-divinebeings1115 Жыл бұрын
Very nice explanation.. Thank you so much
@MB-rt8so4 жыл бұрын
Thank you for this video, pls give examples for calculating best fit no. of degree & sample size calculation for polynomial equation, As per Bayes (BIC) equation.
@gvbvwockee4 жыл бұрын
Really helpful stuff! Thank you.
@mo_l99932 жыл бұрын
This video helped me a lot, thank you!
@tenzinis55723 жыл бұрын
My first video, already hooked!
@mikexcohen13 жыл бұрын
Welcome to the team ;)
@siddhft30014 жыл бұрын
Great explanation. Thank you!
@vgreddysaragada Жыл бұрын
well narrated..Thank you
@sivakumar-ho3mw4 жыл бұрын
Appreciated Man !! Great Job
@Thriver21 Жыл бұрын
Tq
@swghavoc2 жыл бұрын
Humm
@vikasjaswal94164 жыл бұрын
you are awesome
@mikexcohen14 жыл бұрын
No, you're awesome! ... well, let's both be awesome ;)