Skip to content

Commit 4ceb7a1

Browse files
authored
Update build-a-k-nearest-neighbor-model-with-p5js.mdx
1 parent 6a37f07 commit 4ceb7a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tags:
1919
cl="for-sidebar"
2020
/>
2121

22-
# Build a K-Nearest Neighbor ML Model with p5.js
22+
# Build a K-Nearest Neighbor Model with p5.js
2323

2424
<AuthorAvatar
2525
author_name="Alex Kuntz"
@@ -34,7 +34,7 @@ tags:
3434
uid={true}
3535
/>
3636

37-
### Machine Learning Models and KNN
37+
## Machine Learning Models and KNN
3838

3939
Machine Learning might sound complex, but many of the core ideas aren't actually too tricky! One of the most common ML models is **K-Nearest Neighbors** (KNN).
4040

0 commit comments

Comments
 (0)