Skip to content
#

k-nearest-neighbor-classifier

Here are 22 public repositories matching this topic...

This repository contains a Python implementation of a K-Nearest Neighbors (KNN) classifier from scratch. It's applied to the "BankNote_Authentication" dataset, which consists of four features (variance, skew, curtosis, and entropy) and a class attribute indicating whether a banknote is real or forged.

  • Updated Aug 24, 2023
  • Python

This project was developed for the CSC-481: Artificial Intelligence class at Southern Connecticut State University. The purpose of this assignment was to use the K-Nearest Neighbor classifier, as well as Decision Tree classifier, to create AI models that could identify the gender of an individual from the provided face dataset.

  • Updated Mar 13, 2024
  • Python

This model predicts the class of the flower from the input data of sepal length, sepal width, petal length and petal width. The data used for training this model is from the iris dataset present in 'sklearn' package in Python. The classification model used is K- Nearest Neighbors where number of neighbors or 'n_neighbors' is 3.

  • Updated May 18, 2023
  • Python

Improve this page

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

Learn more