Google News
logo
Machine Learning - Interview Questions
Can You Tell Us Which Machine Learning Algorithm Is Known As The Lazy Learner And Why It Is Called So?
KNN Machine Learning algorithm is called a lazy learner. K-NN is defined as a lazy learner because it will not learn any machine-learned values or variables from the given training data, but dynamically it calculates the distance every time it wants to classify. Hence it memorizes the training dataset instead.
Advertisement