Skip to content
#

kneighborsclassifier

Here are 23 public repositories matching this topic...

Esse pequeno projeto tem como objetivo fazer testes de acurácia com rede neural com apenas um neurônio sem classificadores e com 2 (dois) classificadores, sendo eles KNN e 1R.

  • Updated Nov 20, 2022
  • Python

This module is limited to making use of the classifier KNeighborsClassifier from sklearn to apply it to the recognition of handwritten digits in the MNIST file, with a hit rate about 98,65% in test and extraordinary simplicity, especially compared to the complexity of classifiers based on neural networks. It also shows full sensitivity.

  • Updated Mar 10, 2022
  • Python

Improve this page

Add a description, image, and links to the kneighborsclassifier topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kneighborsclassifier topic, visit your repo's landing page and select "manage topics."

Learn more