Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
July 12, 2022 01:59 pm GMT

Let's create a Project - Performing Multiple Linear Regression using Gradient Descent on a dataset

In this video, we will implement a complete project in one video on Multiple Linear Regression using Gradient Descent Algorithm. We will first understand the Gradient Descent Algorithm in simple words. Although the standard definition is a bit complex: Gradient descent is an optimization algorithm used to minimize some function by iteratively moving in the direction of steepest descent as defined by the negative of the gradient. In machine learning, we use gradient descent to update the parameters of our model.

We will implement the entire code from absolute scratch, reading the dataset, performing gradient descent and then make predictions using Multiple Linear Regression. Towards the end of the video, we will compute some performance metrics that we had discussed in one of the videos like RSE and R-Square Metric to end with the video.

Course Links:
Complete Code - https://github.com/The-Nerdy-Dev
Visual Studio Code - https://code.visualstudio.com
Git - https://git-scm.com/downloads

Support my channel:
Join the Discord community : https://discord.gg/fgbtN2a
One time donations via PayPal
Thank you!

Follow me on:
Twitter: https://twitter.com/The_Nerdy_Dev
Instagram: https://instagram.com/thenerdydev
My Blog: https://the-nerdy-dev.com


Original Link: https://dev.to/prateek951/lets-create-a-project-performing-multiple-linear-regression-using-gradient-descent-on-a-dataset-3ahk

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To