Skip to content

Commit fe521f5

Browse files
committed
adding the ml5 playlist trailer and facemesh chapter
1 parent c53d1a7 commit fe521f5

File tree

3 files changed

+53
-7
lines changed

3 files changed

+53
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ public
44
.DS_Store
55
_descriptions
66
.netlify
7+
google-credentials

content/tracks/main-tracks/ml5js-beginners-guide/index.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,11 @@
66
"chapters": [
77
{
88
"title": "Introduction",
9-
"videos": ["ml5/0-introduction/1-introduction", "ml5/0-introduction/patt-vira"]
9+
"videos": ["ml5/0-introduction/0-trailer", "ml5/0-introduction/1-introduction"]
1010
},
1111
{
1212
"title": "Classification",
13-
"videos": [
14-
"ml5/1-classification/image-classification",
15-
"ml5/1-classification/3-object-detection",
16-
"ml5/9-doodleNet/1-doodleNet"
17-
]
13+
"videos": ["ml5/1-classification/image-classification", "ml5/1-classification/3-object-detection", "ml5/9-doodleNet/1-doodleNet"]
1814
},
1915
{
2016
"title": "Transfer Learning",
@@ -46,9 +42,13 @@
4642
]
4743
},
4844
{
49-
"title": "PoseNet",
45+
"title": "BodyPose",
5046
"videos": ["ml5/7-posenet/pose-detection", "ml5/7-posenet/2-pose-classifier", "ml5/7-posenet/3-pose-regression"]
5147
},
48+
{
49+
"title": "FaceMesh",
50+
"videos": ["ml5/0-introduction/patt-vira"]
51+
},
5252
{
5353
"title": "Convolutional Neural Network",
5454
"videos": [
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"title": "Beginner's Guide to Machine Learning in JavaScript Trailer",
3+
"description": "This playlist provides an introduction to developing creative coding projects with machine learning. The theory and application of machine learning algorithms is demonstrated in JavaScript using the p5.js and ml5.js libraries.\n\nLearning Objectives:\n\nDevelop an intuition for and high level understanding of core machine learning concepts and algorithms, including supervised learning, unsupervised learning, reinforcement learning, transfer learning, classification, and regression.\n\nBe able to apply machine learning algorithms to real-time interaction in media art projects using pre-trained models and “transfer learning” in JavaScript and related tools.\n\nLearn how to collect a custom dataset to train a machine learning model and Understand how to use a machine learning model to generate media: words, sound, and images.",
4+
"videoNumber": "0.0",
5+
"videoId": "26uABexmOX4",
6+
"date": "2022-03-03",
7+
"languages": ["p5.js", "ml5.js"],
8+
"topics": ["machine learning (ML)", "ml5.js"],
9+
"canContribute": true,
10+
"timestamps": [],
11+
"groupLinks": [
12+
{
13+
"title": "References",
14+
"links": [
15+
{
16+
"icon": "💻",
17+
"title": "ml5.js",
18+
"url": "https://ml5js.org/",
19+
"description": "Reference material for the ml5 library."
20+
},
21+
{
22+
"icon": "📕",
23+
"title": "Intelligence and Learning Class",
24+
"url": "https://github.com/nature-of-code/NOC-S17-2-Intelligence-Learning/tree/master/week3-classification-regression",
25+
"description": "Nature of Code github page with resources about intelligence learning"
26+
}
27+
]
28+
},
29+
{
30+
"title": "Videos",
31+
"links": [
32+
{
33+
"icon": "🚂",
34+
"title": "Code! Programming with p5.js",
35+
"url": "https://www.youtube.com/playlist?list=PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA",
36+
"description": "Learn all the basics of code (variables, conditionals, loops, objects, arrays) in JavaScript with p5.js!."
37+
}
38+
]
39+
}
40+
],
41+
"credits": [
42+
{ "title": "Editing", "name": "Mathieu Blanchette" },
43+
{ "title": "Animations", "name": "Jason Heglund" }
44+
]
45+
}

0 commit comments

Comments
 (0)