跟读练习: 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.
为什么要通过这个视频练习口语?
通过收看这段关于谷歌人工智能课程的视频,您可以获得实用的口语练习,帮助您在人工智能的领域中提升您的英语水平。这个视频不仅浓缩了复杂的技术知识,还以简单明了的方式讲解了人工智能与机器学习的基本概念。通过模仿讲话者的表达方式,您不仅能够增强语音的流畅度,还有助于理解技术领域相关的专业术语。
在这个快速发展的时代,融会贯通科技与语言是很重要的,因此,这正是您进行shadow speech练习的理想机会。通过不断重复讲话者的话语,您将掌握它们的语调和语速,提高自己的口语能力。
语法与表达的语境
- 假设句型:视频中提到“如果训练模型基于Nike销售数据”,展示了如何使用假设句来表达可能性,适合练习条件句的构建。
- 被动语态:讲者提到“被训练的模型可以进行预测”,这种结构在技术领域较为常见,学习被动语态可以帮助您更准确地表达信息。
- 时间状语从句:使用“当深度学习模型被训练时”,这种句型适合练习如何在句子中连接时间,适合描述过程。
常见发音陷阱
在视频中,有几个词可能会引发发音上的困惑,例如“artificial”和“intelligence”。确保在学习过程中注意这些困难的音节。此外,专业术语如“machine learning”和“deep learning”的发音也非常重要,建议您多听多练,避免口音带来的障碍。
利用shadowspeaks练习这些术语,可以帮助您在技术讨论中更自信地发言,而不是因发音不当而感到局促。在进行口语练习时,尽量跟随讲者的语音节奏,并关注重音位置,这将极大地提升您的口语表达效果。
什么是跟读法?
跟读法 (Shadowing) 是一种有科学依据的语言学习技巧,最初开发用于专业口译员的培训,并由多语言者Alexander Arguelles博士普及。这个方法简单而强大:您在听英语母语原声的同时立即大声重复——就像是一个延迟1-2秒紧跟说话者的影子。与被动听力或语法练习不同,跟读法强迫您的大脑和口腔肌肉同时处理并模仿真实的讲话模式。研究表明它能显着提高发音准确性,语调,节奏,连读,听力理解和口语流利度——使其成为雅思口语备考和真实英语交流最有效的方法之一。