Linear Regression Gradient Descent From Scratch in Python

preview_player
Показать описание
Linear Regression implementation in Python using numpy library.

❤️ Support the channel ❤️

Paid Courses I recommend for learning (affiliate links, no extra cost for you):

✨ Free Resources that are great:

💻 My Deep Learning Setup and Recording Setup:

GitHub Repository:

✅ One-Time Donations:

▶️ You Can Connect with me on:
Рекомендации по теме
Комментарии
Автор

Thank you, Aladdin for your extremely useful tutorials. Last year I've learned Python, and at the beginning of this one, I started to learn data science. So, I took the most popular course on Coursera, Machine Learning. One thing to see on Coursera how things are working theoretically and another thing are to see how they are implemented in Python. I am using Pycharm, I love it, but I think I need to go and check Jupiter too. Thank you once again for your useful tutorials. Thumbs up and good luck on your journey!

abcdefghi
Автор

'More thorough derivation' link is missing here, can you please update? thank you for the videos

tarikkarakas
Автор

Is this model better tahn scikit learn?

ariel
Автор

I think there should be 1/2*self.m instead of 2/self.m

codeforcoders