KNN Boundary Visualization

Explore the K-Nearest Neighbors algorithm through an interactive Plotly visualization.

🚀 Features

  • Interactive Visualization: Explore the KNN boundary in a dynamic and user-friendly interface.
  • User-Controlled Parameters: Adjust the number of points, neighbors (K), and distance metric on the fly.
  • Clear Representation: Visualize how the algorithm classifies points into different classes based on their neighbors.

🌐 Demo

bandicam.2024-01-07.15-35-08-427.mp4

https://darko272000.github.io/KNN-SITE/

🛠 Getting Started

Prerequisites

  • Web browser
  • Internet connection (for Plotly library)

🎨 Customization

Feel free to customize the visualization by tweaking the HTML, CSS, and JavaScript files. Adjust styles, layout, or algorithm parameters to suit your needs.