linear regression

A beginner’s guide to Linear Regression in Python with…

There are two types of supervised machine learning algorithms: Regression and classification. The former predicts continuous value outputs while the latter predicts discrete outputs....
Nagesh Singh Chauhan
9 min read

Tutorial on Linear Regression using Gradient Descent

This article talks about how the gradient descent algorithm works and describes the implementation from scratch in python.
Adarsh Menon
3 min read

Linear Regression in 6 lines of Python

This quick post is to share a method with which you can perform linear as well as multiple linear regression, in literally 6 lines...
Adarsh Menon
1 min read