GREAT ML project FOR RESUME - Implementing Linear Regression FROM SCRATCH using ONLY PYTHON

Поделиться
HTML-код
  • Опубликовано: 16 ноя 2024

Комментарии • 20

  • @prakharmittal6449
    @prakharmittal6449 Месяц назад +2

    A great lecture on getting started with hands on ML. Appreciate the simplicity and mathematical depth

  • @ROHITKUMAR-w7y1u
    @ROHITKUMAR-w7y1u Месяц назад

    wao amazing video , I have learnt linear regression onlly mathematically but today hands on coding.
    great feeling

  • @rameshwarsao6117
    @rameshwarsao6117 Месяц назад +1

    Great work Sreemanti!

  • @deeepak26_
    @deeepak26_ Месяц назад

    nicely explained

  • @MirchVision
    @MirchVision Месяц назад

    Day-2 here ! Keep it up ..

  • @jatanparikh227
    @jatanparikh227 Месяц назад

    Amazing video

  • @randomthings386
    @randomthings386 Месяц назад

    I have a query, can you tell me how to build text generator model using custom dataset (RUclips metadata) for title generation

    • @sreemantidey
      @sreemantidey  Месяц назад

      @randomthings386 sure use open source LLMs I'll make a video on this soon

  • @sanchitsanyam7359
    @sanchitsanyam7359 Месяц назад

    thanks

  • @jatanparikh227
    @jatanparikh227 Месяц назад

    Hello, I am new to Python, but I know basics of ML, when I implemented your code, I am getting loss history as null, please help!!

    • @sreemantidey
      @sreemantidey  Месяц назад

      can you share your code? Maybe check step by step, did you add loss_history.append(x)?

  • @Aditya_katole02
    @Aditya_katole02 Месяц назад

    Why are we not simply applying linear regression libraries instead of writing own function?

    • @sreemantidey
      @sreemantidey  Месяц назад

      Hey, I mentioned this in the video too - implementing from scratch using only python clears your fundamentals and gives a good grasp on hands on coding of functions from scratch