쉐도잉 연습: Google’s AI Course for Beginners (in 10 minutes)! - 영상으로 영어 말하기 배우기

레슨 만드는 중...
1
- If you don't have a technical background, but you still wanna learn the basics of artificial intelligence,
2
stick around, because we're distilling Google's four -hour AI course for beginners into just 10 minutes.
3
I was initially very skeptical, because I thought the course would be too conceptual.
4
We're all about practical tips on this channel.
5
And knowing Google, the course might just disappear after one hour.
6
But I found the underlying concepts actually made me better at using tools like ChatGPT and Google Bard,
7
and cleared up a bunch of misconceptions about AI, machine learning, and large language models.
8
So, starting with the broadest possible question, what is artificial intelligence?
9
It turns out, and I'm so embarrassed to admit I didn't know this, AI is an entire field of study, like physics, and machine learning is a subfield of AI,
10
much like how thermodynamics is a subfield of physics.
11
Going down another level, deep learning is a subset of machine learning, and deep learning models can be further broken down into something called and generative models.
12
Large language models, LLMs, also fall under deep learning and right at the intersection between generative and LLMs,
13
is the technology that powers the applications we're all familiar with, ChatGPT and Google Bard.
14
Let me know in the comments if this was news to you as well.
15
Now that we have an understanding of the overall landscape
16
and you see how the different disciplines sit in relation to each other, let's go over the key takeaways you should know for each level.
17
that uses input data to train a model.
18
That trained model can then make predictions based on data it has never seen before.
19
For example, if you train a model based on Nike sales data, you can then use that model to predict how well a new shoe from Adidas would sell based on Adidas sales data.
20
Two of the most common types of machine learning models are supervised and unsupervised learning models.
21
The key difference between the two is supervised models Unsupervised models use unlabeled, data.
22
In this supervised example, we have historical data points that plot the total bill amount at a restaurant against the tip amount, and here the data is labeled.
23
Blue dot equals the order was picked up, and yellow dot equals the order was delivered.
24
Using a supervised learning model, we can now predict how much tip we can expect for the next order given the bill amount, and whether it's picked up or delivered.
25
For unsupervised learning models, we look at the raw data and see example,
26
we plotted the employee tenure at a company against their income.
27
We see this group of employees have a relatively high income to years worked ratio versus this group.
28
We can also see all these are unlabeled data.
29
If they were labeled, we would see male, female, years worked, company function, et cetera.
30
We can now ask this unsupervised learning model to solve a problem like if a new employee joins, are they on the fast track or not?
31
If they appear on the left, - Okay then no, roll tip.
32
Another big difference between the two models is that after a supervised learning model makes a prediction, it will compare that prediction to the training data used to train that model.
33
And if there's a difference, it tries to close that gap.
34
Unsupervised learning models do not do this.
35
By the way, this video is not sponsored, but it is supported by those of you who subscribe to my paid productivity newsletter on Google tips.
36
Link in the description if you wanna learn more.
37
Now we have a basic grasp of machine learning.
38
It's a good time to talk about deep learning, which is just a type of machine learning that uses something called artificial neural networks.
39
Don't worry, all you have to know for now is
40
that artificial neural networks are inspired by the human brain and looks something like this.
41
of nodes and neurons.
42
And the more layers there are, the more powerful the model.
43
And because we have these neural networks, we can now do something called semi -supervised learning, whereby a deep learning model is trained on a small amount of labeled data,
44
and a large amount of unlabeled data.
45
For example, a bank might use deep learning models to detect fraud.
46
The bank spends a bit of time to tag or label 5 % of transactions as either fraudulent or not fraudulent.
47
And they leave the remaining 95 % of transactions because they don't have the time or resources to label every transaction.
48
The magic happens
49
when the deep learning model uses the 5 % of labeled data to learn the basic concepts of the task.
50
Okay, these transactions are good and these are bad.
51
Okay.
52
Apply those learnings to the remaining 95 % of unlabeled data.
53
And using this new aggregate data set, the model makes predictions for future transactions.
54
That's pretty cool.
55
And we're not done because deep learning can be divided into two types, discriminative and generative models.
56
Discriminative models learn from the relationship between labels of data points, and only has the ability to classify those data points.
57
Fraud, not fraud.
58
For example, you have a bunch of pictures or data points.
59
You purposely label some of them as cats and some of them as dogs.
60
A discriminative model will learn from the label cat or dog, and if you submit a picture of a dog, it will predict the label for that new data point.
61
We finally get to generative AI.
62
Unlike discriminative models, generative models learn about the patterns in the training data.
63
Then after they receive some input, for example, a text prompt from us, they generate something new based on the patterns they just learned.
64
Going back to the animal example, the pictures or data points are not labeled as cat or dog.
65
So a generative model will look for patterns.
66
Oh, these data points all have two ears, four legs, a tail, likes dog food, and barks.
67
has to generate something called a dog, the generative model generates a completely new image based on the patterns it just learned.
68
There's a super simple way to determine if something is generative AI or not.
69
If the output is a number, a classification, spam, not spam, or a probability, it is not generative AI.
70
It is gen AI when the output is natural language, text or speech, and image or audio.
71
Basically, generative AI generates new samples that are similar to the data it was trained on.
72
Moving on to different generative AI model types, most of us are familiar with text -to -text models like ChatGPT and Google Bard.
73
Other common model types include text -to -image models Image Journey, Dolly, and Stable Diffusion.
74
These can not only generate images, but edit images as well.
75
Text -to -video models, surprise, surprise, can generate and edit video footage.
76
Examples include Google's Imogen Video, Cog Video, and the very creatively named Make A Video.
77
Text -to -3D models are used to create game assets, and a little -known example would be OpenAI's Shape E model.
78
And finally, text -to -task models are trained to perform a specific task.
79
@gmail summarize my unread emails, Google Bard will look through your inbox and summarize your unread emails.
80
Moving over to large language models.
81
Don't forget that LLMs are also a subset of deep learning.
82
And although there is some overlap, LLMs and Gen AI are not the same thing.
83
An important distinction is
84
that large language models are generally pre -trained with a very large set of data and then fine tune for specific purposes.
85
What does that mean?
86
It can be pre -trained with basic commands like sit, come, down and stay.
87
It's a good boy and a generalist.
88
But if that same good boy goes on to become a police dog, a guide dog or a hunting dog, they need to receive specific training.
89
So they're fine tuned for that specialist role.
90
A similar idea applies to large language models.
91
They're first pre -trained to solve common language problems like text classification, question answering, next generation.
92
Then using smaller industry specific data sets, these LLMs are fine tuned to solve specific problems in retail,
93
finance, healthcare, entertainment, and other fields.
94
In the real world, this might mean a hospital uses a pre -trained large language model from one of the big tech companies
95
and fine tunes
96
that model with its own first party medical data to improve diagnostic accuracy from x -rays and other medical tests.
97
This is a win -win scenario because large companies can spend billions developing general purpose,
98
large language models, then sell those LLMs to smaller institutions like retail companies,
99
banks, hospitals, who don't have the resources to develop their own large language models,
100
but they have the domain specific data sets to fine tune those models.
101
Pro tip, if you do end up taking the full course, I'll link it down below, it's completely free.
102
When you're taking notes, you can right click on the video player and copy video URL at the current time, part of the video.
103
There are five modules total and you get a badge after completing each module.
104
The content overall is a bit more than the theoretical side, so you definitely want to check out this video on how to master prompting next.
105
See you on the next video in the meantime. Have a great one.

이 수업에 대하여

이번 수업에서는 인공지능의 기본 개념을 배우고, 특히 머신러닝과 딥러닝에 대한 이해를 심화할 것입니다. 이 영상을 통해 인공지능의 다양한 분야와 각 분야에서의 응용을 살펴보면서, 직접 영어로 표현하는 연습도 함께 하게 됩니다. 또한, shadowing 기술을 이용해 발음을 교정하고, 자연스러운 말하기를 연습할 수 있는 기회를 제공할 것입니다. 인공지능에 대한 강의 속도를 고려하여 연습하면서 유창함과 자신감을 키워보세요.

핵심 어휘 및 구문

  • 인공지능 (Artificial Intelligence)
  • 머신러닝 (Machine Learning)
  • 딥러닝 (Deep Learning)
  • 자율 학습 (Unsupervised Learning)
  • 지도 학습 (Supervised Learning)
  • 신경망 (Neural Networks)
  • 예측 (Prediction)
  • 데이터 (Data)

연습 팁

이 영상의 내용을 효과적으로 연습하기 위해, shadowing site를 활용하여 자신이 영어로 발음하는 방식에 집중해 보세요. 영상의 속도는 중간 정도이며, 설명이 명확하므로 그에 맞춰 shadow speech를 시도할 수 있습니다. 영상의 각 구문을 따라 읽으면서, 억양과 발음에 주의하세요. 특히, 각 단어의 강조 부분을 잘 살리면 더 자연스러운 발음을 익힐 수 있습니다. 매일 10분 정도 이 연습을 통해 영어 발음 교정을 지속적으로 진행할 수 있습니다.

영상을 반복 재생하며 각 문장을 한 번 듣고, 그 뒤에 따라 발음하는 방식으로 연습하는 것도 좋은 방법입니다. 자신의 발음이 어떻게 들리는지 확인하고, 필요하다면 조정해 보세요. 또한, 발음을 녹음하여 들어보면서 자신의 발전을 체크해 보는 것도 효과적인 방법 중 하나입니다. shadowspeaks 커뮤니티와 같은 그룹을 통해 피드백을 받는 것도 추천합니다.

쉐도잉이란? 영어 실력을 빠르게 키우는 과학적 방법

쉐도잉(Shadowing)은 원래 전문 통역사 훈련을 위해 개발된 언어 학습 기법으로, 다언어 학자인 Dr. Alexander Arguelles에 의해 대중화된 방법입니다. 핵심 원리는 간단하지만 매우 강력합니다: 원어민의 영어를 들으면서 1~2초의 짧은 지연으로 즉시 소리 내어 따라 말하는 것——마치 '그림자(shadow)'처럼 화자를 따라가는 것입니다. 문법 공부나 수동적인 청취와 달리, 쉐도잉은 뇌와 입 근육이 동시에 실시간으로 영어를 처리하고 재현하도록 훈련합니다. 연구에 따르면 이 방법은 발음 정확도, 억양, 리듬, 연음, 청취력, 말하기 유창성을 크게 향상시킵니다. IELTS 스피킹 준비와 자연스러운 영어 소통을 원하는 분들에게 특히 효과적입니다.