Skip to content

Commit 651c543

Browse files
committed
images
1 parent e5d7e1a commit 651c543

File tree

4 files changed

+3
-0
lines changed

4 files changed

+3
-0
lines changed
35.8 KB
Loading
127 KB
Loading

content/videos/challenges/187-bayesian-text-classification/index.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,14 @@
3636
{
3737
"title": "Text Classifier - Initial Version",
3838
"description": "Raw (but corrected) version in p5.js web editor.",
39+
"image": "classify.png",
3940
"urls": {
4041
"p5": "https://editor.p5js.org/codingtrain/sketches/RZ8a1z4DN"
4142
}
4243
},
4344
{
4445
"title": "Text Classifier - Refactored Version",
46+
"image": "classify.png",
4547
"description": "Refactored version with better structure and comments.",
4648
"urls": {
4749
"p5": "https://editor.p5js.org/codingtrain/sketches/P3ngrAANX",
@@ -51,6 +53,7 @@
5153
{
5254
"title": "Text Classifier - File Loading Version",
5355
"description": "Version that loads training data from three novels (romance, horror, sci-fi).",
56+
"image": "classifyfiles.png",
5457
"urls": {
5558
"p5": "https://editor.p5js.org/codingtrain/sketches/WowR2Q9xg"
5659
}
127 KB
Loading

0 commit comments

Comments
 (0)