6 Stories by Adarsh Menon
This article talks about how the gradient descent algorithm works and describes the implementation from scratch in 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...
The article talks about how logistic regression works and how you can easily implement it from scratch using python as well as using sklearn
this quick post talks about a very popular and easy way of detecting faces using Haar cascades in OpenCV and Python.
This article graphically demonstrate how social distancing can play a crucial role in curbing the spread of corona virus.
Linear Regression is the simplest form of machine learning out there. In this tutorial, we will see how linear regression works and implement it...