Skip to content
#

knn

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

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

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 25, 2024
  • Python

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