Linear Regression with Gradient Descent From Scratch with Numpy

Sdílet
Vložit
  • čas přidán 24. 07. 2024
  • Timestamps
    0:00 - 0:26 Introduction
    0:27 - 4:32 Visualizing The Salary Data
    4:33 - 7:37 Measuring Error with MSE
    7:38 - 11:34 Gradient Descent In Depth Explanation
    11:35 - 18:15 Algorithm Implementation
    18:16 - 21:20 Linear Regression Visualization
    21:20 - 21:57 Outro
    Try my FAVORITE coding rescource:
    www.datacamp.com?tap_a=5644-dce66f&tap_s=1065405-0291e3&
    If you have any questions or if you want me to attach the code lmk down below!!
    Consider...
    Subscribing: / @theteeninnovator
    i would love to hear any suggestions you have :)

Komentáře • 13

  • @John-xi2im
    @John-xi2im Před 2 měsíci

    amazingly explained tutorial! The concept was explained with the most simplistic but complete explanation possible! thanks a lot !

  • @ruwindananayakkara1942
    @ruwindananayakkara1942 Před 2 lety +2

    Great work man, It would be great to see what you are typing, when you are typing it. Kind of frustrating to wait for a scroll

  • @ronyakar8321
    @ronyakar8321 Před 3 lety +1

    Super informative! Keep it up

  • @munocat
    @munocat Před 3 lety +2

    Very informative, thank you

  • @xdarshan
    @xdarshan Před 2 lety +1

    how would we do it for multiple x values?

    • @TheTeenInnovator
      @TheTeenInnovator  Před 2 lety

      Could you specify your question more, like do you want to do multivariate regression?

    • @xdarshan
      @xdarshan Před 2 lety +1

      @@TheTeenInnovator yeah!

    • @TheTeenInnovator
      @TheTeenInnovator  Před 2 lety

      Yeah so that's a great question! You essentially just need to add n columns to the X data your analysing and then your equation becomes a little different, and as dimensionality increases so does complexity (it's fascinating!) I would start here bit.ly/3lGNvJo, and Andrew Ng's Course Explains it beautifully

    • @xdarshan
      @xdarshan Před 2 lety +1

      @@TheTeenInnovator ahm, i still do not understand. it would be great if you could make a follow up video :) i get it conceptually, but can't put it to code

    • @TheTeenInnovator
      @TheTeenInnovator  Před 2 lety +3

      Alright I gotchu, I will make a tutorial in the next few days I think many other people benefit from it, it seems like its a pretty confusing topic to understand