Skip to content

Commit 2557464

Browse files
authored
Update build-a-k-nearest-neighbor-model-with-p5js.mdx
1 parent 4cc1534 commit 2557464

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/build-a-k-nearest-neighbor-model-with-p5js/build-a-k-nearest-neighbor-model-with-p5js.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ Now, we’ll create a new character at the position of your mouse. Should they b
7272

7373
As you move your mouse around, it’s like you’re designing hundreds of new characters and watching KNN decide their team instantly. See how our mouse pointer flips between drawing a red circle and green circle based on the 3 nearest points?
7474

75+
![](https://i.imgur.com/aN0QB0z.gif)
76+
7577
## KNN
7678

7779
Before we get started coding, let's learn about KNN real quick.

0 commit comments

Comments
 (0)