Prática de Shadowing: A Gentle Introduction to Machine Learning - Aprenda a falar inglês com vídeo

Criando lição...
1
Gonna start this StatQuest with a silly song.
2
But if you don't like silly songs, that's okay.
3
StatQuest.
4
Hello, I'm Josh Starmer and welcome to StatQuest.
5
Today we're going to do a gentle introduction to machine learning.
6
Note, this StatQuest was originally prepared for and presented at the Society for Scientific Advancement's annual conference.
7
One of the things that SOSA does is promote science and technology in Jamaica.
8
Let's start with a silly example.
9
Do you like silly songs?
10
If you like silly songs, are you interested in machine learning?
11
If you like silly songs and machine learning, then you'll love StatQuest.
12
If you like silly songs but not machine learning, are you interested in statistics?
13
If you like silly songs and statistics but not machine learning, then you'll still love StatQuest.
14
Otherwise, you might not like StatQuest.
15
If you don't like silly songs, are you interested in machine learning?
16
If you don't like silly songs but you like machine learning, then you'll love StatQuest.
17
If you don't like silly songs or machine learning, are you interested in statistics?
18
If you don't like silly songs or machine learning, but you're interested in statistics, then you will love StatQuest.
19
Otherwise, you might not like StatQuest.
20
Wah wah.
21
This is a silly example, but it illustrates a decision tree, a simple machine learning method.
22
The purpose of this particular decision tree is to predict whether or not someone will love StatQuest.
23
Alternatively, we could say that this decision tree classifies a person as either someone who loves StatQuest or someone who doesn't.
24
Since decision trees are a type of machine learning, then if you understand how we use this tree to predict or classify if someone would love StatQuest,
25
you are well on your way to understanding machine learning.
26
Bam!
27
Here's another silly example of machine learning.
28
Imagine we measured how quickly someone could run 100 meters.
29
And how much yam they ate.
30
This is me.
31
I'm not very fast, and I don't eat much yam.
32
These are some other people.
33
And this is Usain Bolt.
34
Usain Bolt is very fast, and he eats a lot of yam.
35
Given this pretend data, we see that the more yam someone eats, the faster they run the 100 meter dash.
36
We can fit a black line to the data to show the trend.
37
but we can also use the black line to make predictions.
38
For example, if someone told us they ate this much yam, then we could use the black line to predict how fast that person might run.
39
This is the predicted speed.
40
The black line is a type of machine learning because we can use it to make predictions.
41
In general, machine learning is all about making predictions and classifications.
42
Bam!
43
Now that we can make predictions and classifications, let's talk about some of the main ideas in machine learning.
44
First of all, in machine learning lingo, the original data is called training data.
45
So the black line is fit to training data.
46
Alternatively, we could have fit a green squiggle to the training data.
47
The green squiggle fits the training data better than the black line, but remember, the goal of machine learning is to make predictions.
48
So we need a way to decide if the green squiggle is better or worse than the black line at making predictions.
49
So we find a new person and measure how fast they run and how much yam they eat.
50
And then we find another, and another, and another.
51
All together, the blue dots represent testing data.
52
We use the testing data to compare the predictions made by the black line to the predictions made by the green squiggle.
53
Let's start by seeing how well the black line predicts the speed of each person in the testing data.
54
Here's the first person in the testing data.
55
They ate this much yam.
56
And they ran this fast.
57
However, the black line predicts that someone who ate this much yam should run a little slower.
58
So let's measure the distance between the actual speed and the predicted speed,
59
and save the distance on the right while we focus on the other people in the testing data.
60
Here's the second person in the testing data.
61
They ate this much yam, and they ran this fast.
62
but the black line predicts that they will run a little faster.
63
So we measure the distance between the actual speed and the predicted speed, and add it to the one we measured for the first person in the testing data.
64
Then we measure the distance between the real and the predicted speed for the third person in the testing data,
65
and add it to our running total of distances between the real and predicted speeds for the black line.
66
Then we do the same thing for the fourth person in the testing data.
67
And add that distance to our running total for the black line.
68
This is the sum of all the distances between the real and predicted speeds for the black line.
69
Now let's calculate the distances between the real and predicted speeds using the green squiggle.
70
Remember, the green squiggle did a great job fitting the training data.
71
But when we are doing machine learning, we are more interested in how well the green squiggle can make predictions with new data.
72
So, just like before, we determine this person's real speed and their predicted speed and measure the distance between them.
73
And just like we did for the black line, We'll keep track of the distances for the green squiggle over here.
74
Then we do the same thing for the second person in the testing data. And the third person. And the fourth person.
75
This is the sum of the distances between the real and predicted speeds for the green squiggle.
76
The sum of the distances is larger for the green squiggle than the black line.
77
In other words, even though the green squiggle fit the training data way better than the black line,
78
the black line did a better job predicting speeds with the testing data.
79
So if we had to choose between using the black line or the green squiggle to make predictions, we would choose the black line.
80
Bam!
81
This example teaches two main ideas about machine learning.
82
First, we use testing data to evaluate machine learning methods.
83
Second, don't be fooled by how well a machine learning method fits the training data.
84
Fitting the training data well but making poor predictions is called the bias-variance trade-off.
85
Oh no!
86
A shameless self-promotion!
87
If you want to learn more about the bias-variance trade-off, there's a stat quest that will walk you through it one step at a time.
88
Before we move on, you may be wondering why we used a simple black line
89
in a silly green squiggle instead of a Deep Learning Convolutional Neural Network.
90
Or, Insert newest, bestest, most fancy machine learning method here.
91
There are tons of fancy-sounding machine learning methods.
92
And each year, something new and exciting comes on the scene.
93
But regardless of what you use, the most important thing isn't how fancy it is, but how it performs with testing data.
94
Double bam!
95
Now let's go back to the decision tree that we started with.
96
Remember, we wanted to classify if someone loves StatQuest based on a few questions.
97
To create the decision tree, we collected data from people who love StatQuest, and from people who did not love StatQuest.
98
Altogether, this was the training data, and we used it to build the decision tree.
99
Then we got data from a few more people who love StatQuest, and a few more people who did not love StatQuest.
100
Altogether, this forms the testing data.
101
We can use the testing data to see how well our decision tree predicts if someone will love StatQuest.
102
The first person in the testing data did not like silly songs, so we go to the right side of the decision tree.
103
They didn't like machine learning, either.
104
So we just keep on going down the right side of the decision tree.
105
They didn't like statistics either.
106
So the decision tree predicts that this person will not love StatQuest.
107
However, this person loves StatQuest, so the decision tree made a mistake.
108
Wah wah.
109
The second person in the testing data liked silly songs.
110
And that takes us down the left side of the decision tree.
111
They were also interested in machine learning.
112
So we predict that that person loves StatQuest.
113
And since this person actually loves StatQuest, the decision tree did a good job.
114
Hooray!
115
Now we just run all of the other people in the testing data down the decision tree
116
and compare the predictions to reality.
117
Then we can compare this decision tree to the latest greatest machine learning method.
118
Ultimately, we pick the method that does the best job predicting if someone will love StatQuest or not.
119
Triple Bam!
120
In summary, machine learning is all about making predictions and classifications.
121
There are tons of fancy machine learning methods, but the most important thing to know about them isn't what makes them so fancy.
122
It's that we decide which method fits our needs the best by using testing data.
123
One last thing before we go.
124
You may be wondering how we decide which data go into the training set and which data go into the testing set.
125
Earlier, we just arbitrarily decided that these red dots were the training data.
126
But the blue dots could have, just as easily, been the training data.
127
The good news is that there are ways to determine
128
which samples should be used for training data and which samples should be used for testing data.
129
And if you're interested in learning more about this, check out the StatQuest.
130
And there are lots more StatQuests that walk you through machine learning concepts step by step, so check them out.
131
Hooray!
132
We've made it to the end of another exciting StatQuest.
133
If you like this StatQuest and want to see more, please subscribe.
134
And if you want to support StatQuest, well, consider buying one or two of my original songs, or getting a t-shirt or a hoodie or some other slick merchandise.
135
There's links on the screen and there's links in the description below.
136
Alright, until next time, quest on!

Contexto & Antecedentes

O vídeo "A Gentle Introduction to Machine Learning" com Josh Starmer apresenta uma introdução acessível ao campo do aprendizado de máquina. Durante a apresentação, Josh utiliza um tom leve e divertido, tornando tema complexo mais palatável. Ele fala sobre a importância de entender conceitos básicos como árvores de decisão e regressão, ilustrando-os com exemplos simples, como a relação entre o consumo de inhame e a velocidade de corrida. Isso não só ajuda na compreensão do aprendizado de máquina, mas também é um recurso útil para quem deseja aprender inglês com YouTube, especialmente no contexto de terminologias técnicas.

Top 5 Frases para Comunicação Diária

  • “Gonna start this StatQuest with a silly song.” - Usar humor para iniciar uma conversa pode quebrar o gelo.
  • “Do you like silly songs?” - Uma pergunta simples que pode iniciar um diálogo.
  • “If you like silly songs and machine learning, then you'll love StatQuest.” - Expressar suas preferências pode ajudar na conexão.
  • “The purpose of this particular decision tree is to predict whether or not someone will love StatQuest.” - Explicar objetivos de forma clara é essencial na comunicação.
  • “The more yam someone eats, the faster they run.” - Usar analogias simples facilita a compreensão de conceitos.

Guia Passo a Passo para Shadowing

O shadowing em inglês é uma técnica eficaz para melhorar a pronúncia e a fluência. Aqui está um guia passo a passo baseado no vídeo:

  1. Escute com Atenção: Ouça o vídeo algumas vezes para se familiarizar com a entonação e o ritmo de Josh. Preste atenção particular às frases que você gostaria de praticar.
  2. Repita em Voz Alta: Após ouvir uma frase, pause o vídeo e tente repeti-la imitando exatamente o tom e a pronúncia. Isso ajuda a melhorar a pronúncia em inglês.
  3. Grave-se: Use seu celular ou um gravador para registrar sua voz enquanto faz o shadow speech. Isso permitirá que você compare sua pronúncia com a do falante nativo.
  4. Identifique Melhorias: Ouça suas gravações e identifique áreas a aprimorar. Concentre-se nos sons que você acha mais desafiadores.
  5. Pratique Regularmente: Faça dessa prática uma rotina diária. A repetição é fundamental para solidificar o aprendizado e melhorar a prática de conversação em inglês.

Seguindo esses passos, você não só melhorará sua pronúncia, mas também ganhará confiança ao se comunicar em inglês. Aplique essas técnicas e veja sua habilidade em inglês se desenvolver rapidamente!

O que é a Técnica de Shadowing?

Shadowing é uma técnica de aprendizado de idiomas com base científica, originalmente desenvolvida para o treinamento de intérpretes profissionais. O método é simples, mas poderoso: você ouve áudio em inglês nativo e repete imediatamente em voz alta — como uma sombra seguindo o falante com 1-2 segundos de atraso. Pesquisas mostram melhora significativa na precisão da pronúncia, entonação, ritmo, sons conectados, compreensão auditiva e fluência na fala.