Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/greed2411/knn

Using k-Nearest Neighbors algorithm, training it using 2/3rd of the iris.data and using the rest of the 1/3rd for the test case, and yield prediction for those 1/3rd with an accuracy usually greater than 90% , and this algorithm is implemented without using Python scikit-learn.
https://github.com/greed2411/knn

graphs iris-dataset iris-flowers knn knn-classification pandas-dataframes

Last synced: about 16 hours ago
JSON representation

Using k-Nearest Neighbors algorithm, training it using 2/3rd of the iris.data and using the rest of the 1/3rd for the test case, and yield prediction for those 1/3rd with an accuracy usually greater than 90% , and this algorithm is implemented without using Python scikit-learn.

Awesome Lists containing this project