Skip to content

Commit ed9feb7

Browse files
authored
Update build-a-k-nearest-neighbor-model-with-p5js.mdx
1 parent 80bd3a1 commit ed9feb7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ If you'd like to learn more about Machine Learning models and KNN, check out our
5858

5959
## Visualization with p5.js
6060

61-
In this project, you're going to build a visual demo of KNN using [p5.js](https://www.codedex.io/p5js), a JavaScript library for creative coding.
61+
[p5.js](https://www.codedex.io/p5js), a JavaScript library for creative coding, is one of my favorite programming tools, because it allows us to easily visualize complex ideas. When I was a high school computer science teacher, I would use p5.js in my classroom to introduce fundamental machine learning concepts to the students.
62+
63+
In this project, we'll do exactly that! We'll create a visual demo of a K-Nearest Neighbor machine learning model using p5.js.
6264

6365
Instead of warriors and wizards, our “characters” will simply be red 🔴 and green 🟢 points scattered across a canvas.
6466

0 commit comments

Comments
 (0)