Why “Gradient” Descent?
Recently I was thinking about the gradient descent algorithm and I was bothered was one question - Why do we go in the direction of…
Recently I was thinking about the gradient descent algorithm and I was bothered was one question - Why do we go in the direction of…
In this post I will build on the previous posts related to probability theory - I have defined the main results of probability from axioms…
Continue reading → Random Variables and Probability Functions
Nearest neighbour algorithms classify unlabelled instances (data observations/ cases) by assigning them to a class which is the most similar found in the training data.…