Plotting, scheming, generative art
P5js
- Visualizing the Josephus Problem with p5.js
9 | Build a K-Nearest Neighbors Graph From Scratch
- Published on
- ∘ ~13 mins ∘ ––– views
Given n-dimensional data that we can classify into various categories, we can use KNN to predict what class an unknown n-dimensional data-point falls into based on its proximity to the nearest K points.