-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathget-started.html
55 lines (50 loc) · 2.1 KB
/
get-started.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
layout: default
title: Get Started
permalink: /get-started/
---
<h1>Getting Started</h1>
<hr></hr>
<ul class="stepper">
<li class="stepper__step">
<span class="step__number">1</span>
<div class="step__circle">
<i></i>
</div>
<div class="step__body">
<h2 class="step__title">Play with a Pre-Trained Model
</h2>
<p>Play with a pre-trained model using the "Feelings" Extension in the Cognimates codelab to get a taste of what machine learning can do.</p>
<div class="js--plyr-video">
<iframe src="https://player.vimeo.com/video/331435317" width="640" height="564" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
</div>
</div>
</li>
<li class="stepper__step">
<span class="step__number">2</span>
<div class="step__circle">
<i></i>
</div>
<div class="step__body">
<h2 class="step__title">Train Your Own Text Model
</h2>
<p>Create your own custom text model to predict the categories you want. In this video, we'll help you create a text model that can predict whether a phrase is happy or sad.</p>
<div class="js--plyr-video">
<iframe src="https://player.vimeo.com/video/331490648" width="640" height="564" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
</div>
</div>
</li>
<li class="stepper__step">
<span class="step__number">3</span>
<div class="step__circle">
<i></i>
</div>
<div class="step__body">
<h2 class="step__title">Use Your Text Model in a Project</h2>
<p>Let's learn how to use the models we create in a project with our Text Training blocks. We'll walk you step by step through one of our starter projects.</p>
<div class="js--plyr-video">
<iframe src="https://player.vimeo.com/video/331516978" width="640" height="564" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe>
</div>
</div>
</li>
</ul>