An open API service indexing awesome lists of open source software.

https://github.com/josgard94/decision-regions-with-knn-algorithm

Implementation of the knn algorithm to generate decision regions using the Iris dataset.
https://github.com/josgard94/decision-regions-with-knn-algorithm

data-analytics data-processing data-science decision-regions iris-dataset knn-algorithm machine-learning

Last synced: 3 months ago
JSON representation

Implementation of the knn algorithm to generate decision regions using the Iris dataset.

Awesome Lists containing this project

README

        

# Decision-regions-with-KNN-algorithm
Author: Edgard Díaz

Date: 10 - 04 - 2020

Classification of Iris dataset using the k-nearest neighbors algorithm. In addition, the decision boundaries generated by the earlier mentioned algorithm are plotted in this code.