Polynomial regression

Поділитися
Вставка
  • Опубліковано 10 чер 2024
  • This video is part of a full course on statistics and machine-learning. The full course includes 35 hours of video instruction, tons of Python and MATLAB code, and access to the Q&A forum.
    More information available here: www.udemy.com/course/statsml_...
    For a complete list of courses and discount coupons, visit sincxpress.com/
  • Наука та технологія

КОМЕНТАРІ • 45

  • @BrandonSLockey
    @BrandonSLockey 3 роки тому +11

    BIC at 7:05
    great explanation, insanely good

  • @siddhft3001
    @siddhft3001 3 роки тому

    Great explanation. Thank you!

  • @gvbvwockee
    @gvbvwockee 3 роки тому +2

    Really helpful stuff! Thank you.

  • @mo_l9993
    @mo_l9993 2 роки тому

    This video helped me a lot, thank you!

  • @pritamroy3766
    @pritamroy3766 3 роки тому

    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 ?

  • @nzrinliyeva2913
    @nzrinliyeva2913 3 роки тому +2

    How can I define polynomial regression coefficient, which method can I use?

  • @oneness-divinebeings1115
    @oneness-divinebeings1115 Рік тому

    Very nice explanation.. Thank you so much

  • @sofiansammar335
    @sofiansammar335 2 роки тому +1

    WOW, amazing thank you, the best video about Polynomial regression.

    • @mikexcohen1
      @mikexcohen1  2 роки тому +2

      Thank you, kind internet stranger.

  • @MB-rt8so
    @MB-rt8so 3 роки тому

    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.

  • @sudiptochakrabarti9469
    @sudiptochakrabarti9469 5 місяців тому

    Please refer the video, where you taught how to calculate SSE for specific K in the BIC formula

  • @sivakumar-ho3mw
    @sivakumar-ho3mw 3 роки тому

    Appreciated Man !!
    Great Job

  • @vgreddysaragada
    @vgreddysaragada Рік тому

    well narrated..Thank you

  • @philippu1455
    @philippu1455 3 роки тому

    Mike! I really enjoyed this insightful video. What method do you regard as the best when incorporating noise for polynomial functions?

    • @mikexcohen1
      @mikexcohen1  3 роки тому +2

      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.

    • @philippu1455
      @philippu1455 3 роки тому +1

      ​@@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?

    • @judahdsouza9196
      @judahdsouza9196 2 роки тому

      @@philippu1455 yeah that should work

  • @renaldomoon3097
    @renaldomoon3097 9 місяців тому

    Nice and short explanation, thanks my dude!

  • @ahmadasadillah8392
    @ahmadasadillah8392 3 роки тому +3

    Hey great vid!
    Where can I watch your video about the sum of squares of the residuals?

  • @maryammaryamian2748
    @maryammaryamian2748 3 роки тому

    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?

    • @mikexcohen1
      @mikexcohen1  3 роки тому +1

      The null hypothesis of regressors in a model is always the same: That the coefficient (the beta value) is statistically indistinguishable from zero.

  • @tenzinis5572
    @tenzinis5572 3 роки тому

    My first video, already hooked!

  • @codecaine
    @codecaine Рік тому +1

    Excellent content

  • @bit-colombo5595
    @bit-colombo5595 2 роки тому +1

    Hello is there a video of implementing polynomial regression in python

    • @mikexcohen1
      @mikexcohen1  2 роки тому

      Not in this video, but in the full course, yes, there are examples in Python code with explanations.

  • @Evan490BC
    @Evan490BC 3 роки тому

    Bayes information criterioN. Criteria is plural.

  • @jayZander
    @jayZander 3 роки тому

    why is a sub 2 equal to 0?

  • @MrCentrax
    @MrCentrax Рік тому

    I can't find the video about the SSe formula

  • @erickjian7025
    @erickjian7025 3 роки тому +1

    shouldn't natural log be ln? I though log is base 10 log

    • @mikexcohen1
      @mikexcohen1  3 роки тому

      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!

    • @erickjian7025
      @erickjian7025 3 роки тому

      @@mikexcohen1 All good :) like your video !!!

    • @n8trh
      @n8trh Рік тому

      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".

  • @vikasjaswal9416
    @vikasjaswal9416 3 роки тому +1

    you are awesome

    • @mikexcohen1
      @mikexcohen1  3 роки тому

      No, you're awesome!
      ... well, let's both be awesome ;)

  • @kanamarlapudimukhesh5619
    @kanamarlapudimukhesh5619 2 роки тому

    At 7:45 what is formula for SS?

  • @Thriver21
    @Thriver21 Рік тому

    Tq

  • @swghavoc
    @swghavoc Рік тому

    Humm