Skip to content
#

knearest-neighbors

Here are 51 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 repository has a code (function) for K-Nearest Neighbours models. The model is tested on a dataset and compared with the slkearn KNN models. There is runtime analysis and accuracy analysis of the sklearn KNN models for classification and regression.

  • Updated Jun 20, 2019
  • Jupyter Notebook

In this project the data is been used from UCI Machinery Repository. Main aim of this project is to predict telling tumor of each patient is Benign (class – 2) or Malignant (class – 4) the models used are – Decision tree Classification, Logistic Regression, K-Nearest Neighbors, SVM, Kernel SVM, Naïve-Bayes and Random Forest Classification.

  • Updated Jul 15, 2020
  • Jupyter Notebook

The purpose of this project is to promote understanding -- my own and others' -- of fundamental data science and machine learning concepts and tools. It currently consists of one notebook that classifies fruit types based on weight, volume, and image data.

  • Updated Aug 15, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the knearest-neighbors 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 knearest-neighbors topic, visit your repo's landing page and select "manage topics."

Learn more