Skip to content
#

knn-classification

Here are 1,852 public repositories matching this topic...

This repository contains two implementations of a K-Nearest Neighbors (KNN) classifier for predicting online shopping behavior. The classifiers are implemented in Python and use different approaches for finding the nearest neighbors: Naive Implementation, KDTree Implementation

  • Updated May 27, 2024
  • Python

This project classifies images from the Flower102 dataset using k-means clustering followed by K-Nearest Neighbors (KNN) classification. It optimizes KNN parameters to achieve high accuracy, with the best results obtained using 7 clusters and 5 nearest neighbors.

  • Updated May 25, 2024
  • Jupyter Notebook

To build a classification system to predict whether a customer will churn or not based on the IBM Telecom Data from Kaggle. Technically, it is a binary classifier that divides clients into two groups-those who leave and those who do not. The classifier will be built using bagging algorithms like Random Forest, boosting algorithms & Neural Networks

  • Updated May 21, 2024
  • Jupyter Notebook

This repository contains a project demonstrating the implementation and application of the K-Nearest Neighbors (K-NN) algorithm in Data Science. The objective is to provide a comprehensive understanding of the K-NN algorithm, including data preprocessing, model training, evaluation, and visualization of results. This project is ideal for beginners

  • Updated May 20, 2024
  • Jupyter Notebook

Improve this page

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

Learn more