Adarsh Menon
About
Posts
Home
Hello, I am Adarsh
I break down problems and build solutions with code
About me
Posts
February, 2022
The goal is progress not perfection
Perfection is the one trap that leaves people paralysed in a point of time. I think if you really enjoy the work you do, it is easier to fall into this trap.
September, 2021
Resources to become a better Software Engineer
There is so much information out there today, that it has become almost impossible to differentiate between signal and noise.
August, 2021
What tools to use for your next web based project?
Picking the right tools is one of the most important steps to starting any project. This is also the step where most people spend a lot of time, thinking and researching about all the available tools out there.
September, 2018
Linear Regression in 6 lines of Python
In this quick post, I wanted to share a method with which you can perform linear as well as multiple linear regression, in literally 6 lines of Python code.
Linear Regression using Gradient Descent
In this tutorial you can learn how the gradient descent algorithm works and implement it from scratch in python.
Linear Regression using Least Squares
Linear Regression is the simplest form of machine learning out there. In this post, we will see how linear regression works and implement it in Python from scratch.