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.
- Host: GitHub
- URL: https://github.com/josgard94/decision-regions-with-knn-algorithm
- Owner: josgard94
- Created: 2020-04-10T16:20:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T02:19:56.000Z (about 5 years ago)
- Last Synced: 2025-01-21T21:35:03.315Z (5 months ago)
- Topics: data-analytics, data-processing, data-science, decision-regions, iris-dataset, knn-algorithm, machine-learning
- Language: MATLAB
- Size: 149 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Decision-regions-with-KNN-algorithm
Author: Edgard DíazDate: 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.