Which machine learning algorithm is known as the lazy learner and why is it called so?
4 years ago
Machine Learning
KNN is a Machine Learning algorithm known as a lazy learner. K-NN is a lazy learner because it doesn’t learn any machine learnt values or variables from the training data but dynamically calculates distance every time it wants to classify, hence memorises the training dataset instead.
Sanisha Maharjan
Jan 11, 2022