Back to Browse

K-NN Classifier on iris data-set using Scikit-Learn python project.

1.4K views
May 3, 2020
10:53

The supervised learning algorithm that we want to discuss in this video is the k-nearest neighbor (KNN) classifier, which is particularly interesting because it is fundamentally different from the learning algorithms.KNN is a typical example of a lazy learner. It is called "lazy" not because of its apparent simplicity, but because it doesn't learn a discriminative function from the training data but memorizes the training dataset instead. Link for iris dataset download : https://archive.ics.uci.edu/ml/datasets/iris #Machine-Learning #Python #Projects

Download

0 formats

No download links available.

K-NN Classifier on iris data-set using Scikit-Learn python project. | NatokHD