Skip to content
#

k-nearest-neighbor-classifier

Here are 118 public repositories matching this topic...

This repository contains the Iris Classification Machine Learning Project. Which is a comprehensive exploration of machine learning techniques applied to the classification of iris flowers into different species based on their physical characteristics.

  • Updated Oct 4, 2023
  • Jupyter Notebook

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

I contributed to a group project using the Life Expectancy (WHO) dataset from Kaggle where I performed regression analysis to predict life expectancy and classification to classify countries as developed or developing. The project was completed in Python using the pandas, Matplotlib, NumPy, seaborn, scikit-learn, and statsmodels libraries. The r…

  • Updated Jun 29, 2021
  • Jupyter Notebook

Combat misinformation and fake news by accurately predicting the truth of the article to prevent the spread of harmful information that could lead to confusion, panic, or societal harm.

  • Updated May 26, 2024
  • Jupyter Notebook

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