Skip to content

KNN :K-nearest neighbors (KNN) algorithm is a type of supervised ML algorithm which can be used for both classification as well as regression predictive problems. However, it is mainly used for classification predictive problems in industry. The following two properties would define KNN well − Lazy learning algorithm − KNN is a lazy learning alg…

Notifications You must be signed in to change notification settings

573-pankaj/check-whether-a-Orthopedic-patients-is-Normal-or-Abnormalnot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

check-whether-a-Orthopedic-patients-is-Normal-or-Abnormalnot

KNN :K-nearest neighbors (KNN) algorithm is a type of supervised ML algorithm which can be used for both classification as well as regression predictive problems. However, it is mainly used for classification predictive problems in industry. The following two properties would define KNN well − Lazy learning algorithm − KNN is a lazy learning algorithm because it does not have a specialized training phase and uses all the data for training while classification. Non-parametric learning algorithm − KNN is also a non-parametric learning algorithm because it doesn’t assume anything about the underlying data

About

KNN :K-nearest neighbors (KNN) algorithm is a type of supervised ML algorithm which can be used for both classification as well as regression predictive problems. However, it is mainly used for classification predictive problems in industry. The following two properties would define KNN well − Lazy learning algorithm − KNN is a lazy learning alg…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published