Tag: algorithms
-

What is Gradient Descent in Machine Learning?
In this article, I’ll be explaining what gradient descent is in machine learning in a simple and easy…
-

Beginner’s Guide to Linear Interpolation
Linear interpolation is a method we use to find a number that is some % in between two…
-

Merge Sort – Explained with Visuals
What is Merge Sort in One Sentence? Merge Sort is a computer science sorting algorithm, which essentially means…