Skip to content
#

knn

Here are 2,522 public repositories matching this topic...

This repository is about a trained Machine Learning model which predicts Whether the Heart Disease is present or not by considering few factors. This ML model is slected by considering different accuracies of various trained ML models.

  • Updated May 28, 2024
  • Jupyter Notebook

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

Credit Card Fraud Detection: An ML project on credit card fraud detection using various ML techniques to classify transactions as fraudulent or legitimate. This project involves data analysis, preparation, and use of models like Logistic regression, KNN, Decision Trees, Random Forest, XGBoost, and SVM, along with various oversampling technique.

  • Updated May 26, 2024
  • Jupyter Notebook

Predicting Credit Card Defaults This repository provides a step-by-step tutorial on predicting credit card defaults using machine learning algorithms in Python with scikit-learn. Learn to implement SVM, Random Forest, Decision Trees, k-Nearest Neighbors, and Artificial Neural Networks to forecast default payments for credit card clients.

  • Updated May 25, 2024
  • Jupyter Notebook

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

Dive into the world of Machine Learning in this immersive lab course, exploring open-source tools and algorithms such as random forest, SVM, linear regression, PCA, K-means, LDA, KNN, decision tree, and more. Engage in real-world ML projects and deploy your models, gaining practical experience in the forefront of AI technology.

  • Updated May 24, 2024
  • Jupyter Notebook

Improve this page

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

Learn more