Marcs Notes

Home

❯

university

❯

Data Science

❯

Machine Learning

❯

Clustering

❯

K Nearest Neighbors

K-Nearest Neighbors

10. Juni 20251 min read

K-Nearest Neighbors

A Classification algorithm.

  1. Find the k nearest neighbors to the data point that should be predicted
  2. Majority Voting on which class this point should belong to

You can use varioud Distance Metrics here.


Graphansicht

Backlinks

  • Classification
  • MOC - Intro to XAI
  • Nearest Neighbors Algorithm

Erstellt mit Quartz v4.5.0 © 2025

  • GitHub