Skip to content

Commit b492134

Browse files
committed
Fix typos in transcript and captions
1 parent 586338f commit b492134

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

_includes/transcripts/ys_ml5.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
<p>With the debug mode enabled, ml5.js can also visualize the training progress on the right-hand side.</p>
1515
<p>It helps us to debug and improve our neural network.</p></div><div class="slide" role='region' aria-label="Slide 8 of 17" id="slide-8" data-fmt="pdf" data-src="https://www.w3.org/2020/Talks/mlws/ys_ml5.pdf#page=8"><noscript><a href="https://www.w3.org/2020/Talks/mlws/ys_ml5.pdf#page=8">Slide 8</a></noscript></div><div role='region'><p>Here is a collection of other models and methods that ml5.js provides.</p>
1616
<p>You can learn more about them on the ml5 website.</p>
17-
<p>Ml5 has a wide collection of image, sound and text-based models with a variety of applications, such as detecting objects, human bodies, hand poses and faces, generating text, images and joins, implementing image translations, classifying audios, detecting pitch and analyzing words and sentences.</p>
18-
<p>Ml5.js also provides neural network feature extractor and classifier and k-means as helper functions.</p></div><div class="slide" role='region' aria-label="Slide 9 of 17" id="slide-9" data-fmt="pdf" data-src="https://www.w3.org/2020/Talks/mlws/ys_ml5.pdf#page=9"><noscript><a href="https://www.w3.org/2020/Talks/mlws/ys_ml5.pdf#page=9">Slide 9</a></noscript></div><div role='region'><p>How do I use ml5.js?</p></div><div class="slide" role='region' aria-label="Slide 10 of 17" id="slide-10" data-fmt="pdf" data-src="https://www.w3.org/2020/Talks/mlws/ys_ml5.pdf#page=10"><noscript><a href="https://www.w3.org/2020/Talks/mlws/ys_ml5.pdf#page=10">Slide 10</a></noscript></div><div role='region'><p>We can run a model in the browser with ml5.js in three simple steps.</p>
17+
<p>Ml5 has a wide collection of image, sound and text-based models with a variety of applications, such as detecting objects, human bodies, hand poses and faces, generating text, images and drawings, implementing image translations, classifying audios, detecting pitch and analyzing words and sentences.</p>
18+
<p>Ml5.js also provides NeuralNetwork, FeatureExtractor, KNNClassifier and KMeans as helper functions.</p></div><div class="slide" role='region' aria-label="Slide 9 of 17" id="slide-9" data-fmt="pdf" data-src="https://www.w3.org/2020/Talks/mlws/ys_ml5.pdf#page=9"><noscript><a href="https://www.w3.org/2020/Talks/mlws/ys_ml5.pdf#page=9">Slide 9</a></noscript></div><div role='region'><p>How do I use ml5.js?</p></div><div class="slide" role='region' aria-label="Slide 10 of 17" id="slide-10" data-fmt="pdf" data-src="https://www.w3.org/2020/Talks/mlws/ys_ml5.pdf#page=10"><noscript><a href="https://www.w3.org/2020/Talks/mlws/ys_ml5.pdf#page=10">Slide 10</a></noscript></div><div role='region'><p>We can run a model in the browser with ml5.js in three simple steps.</p>
1919
<p>First, create a model.</p>
20-
<p>Secondly, ask the model to classify or critique something based on a input, like an image or a text.</p>
20+
<p>Secondly, ask the model to classify or predict something based on a input, like an image or a text.</p>
2121
<p>And step three, getting the results.</p>
2222
<p>It also has great integration with p5.js, a JavaScript library for creating graphics and animations in the browser, which makes it easier to get inputs from webcam or microphones and also to show the outputs with canvas, image or audio.</p></div><div class="slide" role='region' aria-label="Slide 11 of 17" id="slide-11" data-fmt="pdf" data-src="https://www.w3.org/2020/Talks/mlws/ys_ml5.pdf#page=11"><noscript><a href="https://www.w3.org/2020/Talks/mlws/ys_ml5.pdf#page=11">Slide 11</a></noscript></div><div role='region'><p>How is ml5.js built?</p></div><div class="slide" role='region' aria-label="Slide 12 of 17" id="slide-12" data-fmt="pdf" data-src="https://www.w3.org/2020/Talks/mlws/ys_ml5.pdf#page=12"><noscript><a href="https://www.w3.org/2020/Talks/mlws/ys_ml5.pdf#page=12">Slide 12</a></noscript></div><div role='region'><p>Besides the core library, the ml5.js project also includes examples, documentations, guides for training and data collection, learning materials for workshops and courses.</p></div><div class="slide" role='region' aria-label="Slide 13 of 17" id="slide-13" data-fmt="pdf" data-src="https://www.w3.org/2020/Talks/mlws/ys_ml5.pdf#page=13"><noscript><a href="https://www.w3.org/2020/Talks/mlws/ys_ml5.pdf#page=13">Slide 13</a></noscript></div><div role='region'><p>Ml5.js extends the functionality of tf.js.</p>
2323
<p>It uses tf.js models, data API, layer API and the face API.</p>
2424
<p>Under the hood, it utilizes the CPU, <a class=dfn>WebGL</a>, or <a class=dfn>WebAssembly</a> in the browser.</p>
2525
<p>Ml5.js provides a high-level and beginner-friendly API to users.</p></div><div class="slide" role='region' aria-label="Slide 14 of 17" id="slide-14" data-fmt="pdf" data-src="https://www.w3.org/2020/Talks/mlws/ys_ml5.pdf#page=14"><noscript><a href="https://www.w3.org/2020/Talks/mlws/ys_ml5.pdf#page=14">Slide 14</a></noscript></div><div role='region'><p>Web applications are very accessible.</p>
2626
<p>There are a lot of web applications made by the ml5.js community.</p>
2727
<p>Here are a few examples.</p>
28-
<p>A Whac-A-Mole game that you can play with your webcam, a flying game where you can control your characters with your voice, an interactive story reading experiments that uses your voice as input to generate stories and joins.</p>
28+
<p>A Whac-A-Mole game that you can play with your webcam, a flying game where you can control your characters with your voice, an interactive story reading experiments that uses your voice as input to generate stories and drawings.</p>
2929
<p>There are many more applications built with ml5.js that you can find at its community page.</p>
3030
<p>People find the low effort in using existing browser API desirable.</p>
3131
<p>For example, using webcam and microphones with the ability of rendering output easily to image, canvas, audio or text elements on the DOM.</p>
@@ -43,6 +43,6 @@
4343
<p>And lastly, port it into ml5.js to provide high-level API to users.</p>
4444
<p>Here, the first step, which is implementing the model in <a class=dfn>TensorFlow</a> and train it is the most time-consuming step and not all the operations are supported between different machine learning frameworks.</p>
4545
<p>Therefore, it will be very helpful to have a standard model format for the web or have a tool that can make this step easier.</p>
46-
<p>Our next project is making the conversion between different machine learning frameworks easier.</p></div><div class="slide" role='region' aria-label="Slide 17 of 17" id="slide-17" data-fmt="pdf" data-src="https://www.w3.org/2020/Talks/mlws/ys_ml5.pdf#page=17"><noscript><a href="https://www.w3.org/2020/Talks/mlws/ys_ml5.pdf#page=17">Slide 17</a></noscript></div><div role='region'><p>Here are some more links about ml5.js.</p>
46+
<p>ONNX project is making the conversion between different machine learning frameworks easier.</p></div><div class="slide" role='region' aria-label="Slide 17 of 17" id="slide-17" data-fmt="pdf" data-src="https://www.w3.org/2020/Talks/mlws/ys_ml5.pdf#page=17"><noscript><a href="https://www.w3.org/2020/Talks/mlws/ys_ml5.pdf#page=17">Slide 17</a></noscript></div><div role='region'><p>Here are some more links about ml5.js.</p>
4747
<p>That's all from me.</p>
4848
<p>Thank you so much for watching.</p></div>

talks/captions/ys_ml5.vtt

+6-6
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ human bodies, hand poses and faces,
278278

279279
70
280280
0:03:29.920 --> 0:03:33.450
281-
generating text, images and joins,
281+
generating text, images and drawings,
282282

283283
71
284284
0:03:33.450 --> 0:03:36.500
@@ -294,11 +294,11 @@ and analyzing words and sentences.
294294

295295
74
296296
0:03:43.380 --> 0:03:48.380
297-
Ml5.js also provides neural network feature extractor
297+
Ml5.js also provides NeuralNetwork, FeatureExtractor,
298298

299299
75
300300
0:03:49.150 --> 0:03:53.647
301-
and classifier and k-means as helper functions.
301+
KNNClassifier and KMeans as helper functions.
302302

303303
76
304304
0:03:55.960 --> 0:03:57.100
@@ -330,7 +330,7 @@ Secondly, ask the model to classify
330330

331331
83
332332
0:04:11.180 --> 0:04:14.600
333-
or critique something based on a input,
333+
or predict something based on a input,
334334

335335
84
336336
0:04:14.600 --> 0:04:16.270
@@ -474,7 +474,7 @@ that uses your voice as input
474474

475475
119
476476
0:05:58.400 --> 0:06:00.841
477-
to generate stories and joins.
477+
to generate stories and drawings.
478478

479479
120
480480
0:06:00.841 --> 0:06:04.740
@@ -662,7 +662,7 @@ or have a tool that can make this step easier.
662662

663663
166
664664
0:08:33.550 --> 0:08:35.838
665-
Our next project is making the conversion
665+
ONNX project is making the conversion
666666

667667
167
668668
0:08:35.838 --> 0:08:38.963

0 commit comments

Comments
 (0)