Skip to content
#

k-nearest-neighbors

Here are 303 public repositories matching this topic...

This repository contains a detailed analysis of the Spambase Dataset using different classification algorithms, including Logistic Regression, Logistic Regression with Backward Feature Elimination (BFE), Support Vector Machine (SVM), SVM with Normalized Data, Decision Trees, Random Forest, K-Nearest Neighbors (K-NN), and K-NN with Normalized Data.

  • Updated May 28, 2024
  • HTML

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

Predict whether a visitor to an e-commerce website will generate revenue by making a purchase during their session based on features such as the number of pages visited, session duration, type of visitor, operating system, browser, and other relevant attributes.

  • Updated May 20, 2024
  • Jupyter Notebook

An exploratory data analysis and machine learning project using the Iris dataset to classify flower species with a K-Nearest Neighbors classifier. It includes data visualization, feature scaling, model training, and evaluation with 100% accuracy on the test set.

  • Updated Apr 11, 2024
  • Jupyter Notebook

Improve this page

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

Learn more