Complete | What is Linear Regression Machine Learning ?

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 พ.ย. 2024

ความคิดเห็น • 28

  • @kumudinipatel2565
    @kumudinipatel2565 7 วันที่ผ่านมา

    Will you please explain mXn matrix in detail. Columns deals with what? Which entry you had in row of the same matrix? Y is Ok price of rhe house w.r.t features and what?

  • @KunalYadav-sg7bz
    @KunalYadav-sg7bz 11 หลายเดือนก่อน +2

    i must say its the best explaination discovered yet , even bettter than the professors of universities...

  • @kavibharathi2931
    @kavibharathi2931 3 ปีที่แล้ว +5

    Simple and clear explanation .. thank you

  • @naziasheikh1323
    @naziasheikh1323 3 ปีที่แล้ว +3

    Thanks a lot for the clear explanation.

  • @zephyrhamid7196
    @zephyrhamid7196 2 ปีที่แล้ว +1

    really really amazing explanation

  • @charunikosala2070
    @charunikosala2070 3 ปีที่แล้ว +1

    Thank you... Great Job...

  • @jeyasheelarakkinimj6534
    @jeyasheelarakkinimj6534 ปีที่แล้ว +1

    why was n+1 ,a coulmn of 1 was added in 13.41

  • @odelakumar06
    @odelakumar06 3 ปีที่แล้ว +1

    hi bhai..will you teach python and machine learning.?

    • @MachineLearningWithJay
      @MachineLearningWithJay  3 ปีที่แล้ว

      Not python, but only machine learning and tensorflow framework in python

    • @odelakumar06
      @odelakumar06 3 ปีที่แล้ว

      @@MachineLearningWithJay ok, can i have your contact details to reach about ML and tensorflow framework then .. could you please share..

    • @MachineLearningWithJay
      @MachineLearningWithJay  3 ปีที่แล้ว

      @@odelakumar06 here is my mail codeboosterjp@gmail.com

  • @MachineLearningWithJay
    @MachineLearningWithJay  4 ปีที่แล้ว

    If you found any value from the video, hit the red subscribe and like button 👍. I would really love your support! 🤗🤗
    👉 You will get a New Video on Machine Learning, every Sunday, if you subscribe to my channel, here : th-cam.com/channels/JFAF6IsaMkzHBDdfriY-yQ.html

  • @sardarjagpreetsingh190
    @sardarjagpreetsingh190 2 ปีที่แล้ว +1

    How to choose theta value and learning rate?

    • @MachineLearningWithJay
      @MachineLearningWithJay  2 ปีที่แล้ว +2

      We do not choose theta value. We initialize it with zeros, and then train the model. The model changes the theta value itself.
      And choosing learning rate is like a trail and error method. We can start with any small value of learning rate, then make the following two choices:
      1. If cost function is decreasing with our chosen learning rate, then we keep on increasing our learning rate and re-train our model partially everytime.
      2. If our cost function is increasing instead of decreasing, then we decrease learning rate and retrain the model partially.
      We can choose a maximum value of learning rate on which our cost function is decreasing smoothly.
      During this testing process we don't need to train the entire model. We can just train model partially for few iterations to check if our cost function is decreasing or increasing.
      Once we decide the value for learning rate, then we can train our model completely.

    • @sardarjagpreetsingh190
      @sardarjagpreetsingh190 2 ปีที่แล้ว

      Thank you

  • @NustaTimepass
    @NustaTimepass 3 ปีที่แล้ว +1

    helpful video

  • @HelloWorld-lp6uw
    @HelloWorld-lp6uw ปีที่แล้ว +1

    Shouldn't that be. -x (y - ypred)

  • @anilbaiga8764
    @anilbaiga8764 3 ปีที่แล้ว +1

    Thank you mere bhai (✿ ♥‿♥)

    • @MachineLearningWithJay
      @MachineLearningWithJay  3 ปีที่แล้ว +1

      Shukriya bro !!

    • @anilbaiga8764
      @anilbaiga8764 3 ปีที่แล้ว

      @@MachineLearningWithJay bhai just one question, I have never tried python language in past but to now i want to explore ML, for this how much knowledge of python is required for exploring machine learning as a beginner

    • @MachineLearningWithJay
      @MachineLearningWithJay  3 ปีที่แล้ว +1

      @@anilbaiga8764 You just need to know the basics of python programing. And after that, learn Numpy, pandas and basics of matplotlib.
      As you will work with ML models, you will get practice on Numpy, Pandas, matplotlib and any other python library ( if used in certain applications).

    • @MachineLearningWithJay
      @MachineLearningWithJay  3 ปีที่แล้ว

      @@anilbaiga8764 You can learn python for beginners from any of your prefered TH-cam channel.

    • @anilbaiga8764
      @anilbaiga8764 3 ปีที่แล้ว +1

      @@MachineLearningWithJay thank you Bhai