Skip to content

Commit 914bd57

Browse files
authored
Update build-a-k-nearest-neighbor-model-with-p5js.mdx
1 parent 60069cb commit 914bd57

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,30 @@
11
---
22
title: Build a K-Nearest Neighbor Model with p5.js
33
author: Alex Kuntz
4-
uid:
4+
uid: ZjTU0yoJGgNolU9xIJGOR3bxYKm2
55
datePublished: 2025-09-08
6-
description:
7-
header:
6+
description: Learn how to build a K-Nearest Neighbor (KNN) model from scratch using p5.js
7+
header: https://i.imgur.com/RmZDc8j.gif
88
bannerImage: https://i.imgur.com/RmZDc8j.gif
99
tags:
10+
- intermediate
11+
- javascript
1012
---
1113

1214
<BannerImage
1315
link="https://i.imgur.com/RmZDc8j.gif"
1416
description=""
15-
uid={false}
17+
uid={true}
1618
cl="for-sidebar"
1719
/>
1820

1921
# Build a K-Nearest Neighbor ML Model with p5.js
2022

2123
<AuthorAvatar
22-
author_name=""
24+
author_name="Alex Kuntz"
2325
author_avatar=""
24-
username=""
25-
uid={false}
26+
username="akuntz09708"
27+
uid={true}
2628
/>
2729

2830
<BannerImage

0 commit comments

Comments
 (0)