Shadowing Practice: Google’s AI Course for Beginners (in 10 minutes)! - Learn English Speaking with Video

Creating lesson...
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.

Why practice speaking with this video?

Engaging with this video on Google's AI course provides an excellent opportunity for English learners to practice speaking in a real-world context. The speaker introduces complex ideas using clear and relatable language, making it easier for you to shadow their speech. This method—known as shadow speech—allows you to mimic not just the words but also the intonation and rhythm of the speaker. By repeating what you hear, you can improve your English pronunciation and enhance your conversational skills. Additionally, understanding topics like artificial intelligence can give you insight into trending discussions, enriching your vocabulary and preparing you for various contexts, including IELTS speaking practice.

Grammar & Expressions in Context

Throughout the video, several grammatical structures and expressions are utilized effectively:

  • If you don't have a technical background, but you still wanna learn... - This conditional structure helps the speaker engage with different listeners, emphasizing inclusion and accessibility.
  • It turns out, and I'm so embarrassed to admit I didn't know this... - This expression of realization allows speakers to relate personal experiences, making the content more relatable.
  • Machine learning is a subfield of AI, much like how thermodynamics is a subfield of physics. - This comparison structure aids in clarifying complex concepts, establishing relationships that enhance understanding.
  • A trained model can then make predictions based on data it has never seen before. - The use of the present simple tense here emphasizes facts and processes, lending credibility to the statements made.

By practicing these structures, you can not only improve your fluency but also gain confidence in discussing technical subjects in English.

Common Pronunciation Traps

While watching the video, pay close attention to these tricky words and accents, as they may pose challenges:

  • Artificial Intelligence - This term often trips up learners due to its length and complexity. Focus on the clear separation of syllables.
  • Machine Learning - The 'ch' sound in 'machine' can be difficult; practice stressing the initial sound.
  • Supervised and Unsupervised - These two terms can sound quite alike; make sure to distinguish between them by emphasizing the 'super' in the first term.
  • Generative - This word may require extra attention, particularly with the soft 'g' sound; practice repeating it in context.

By focusing on these challenging pronunciations, you'll be well on your way to mastering the nuances of technical discussions, making your contributions clearer and more effective in conversations. Utilize this video to learn English with YouTube, perfecting both your speaking and listening skills in one go!

What is the Shadowing Technique?

Shadowing is a science-backed language learning technique originally developed for professional interpreter training and popularized by polyglot Dr. Alexander Arguelles. The method is simple but powerful: you listen to native English audio and immediately repeat it out loud — like a shadow following the speaker with just a 1–2 second delay. Unlike passive listening or grammar drills, shadowing forces your brain and mouth muscles to simultaneously process and reproduce real speech patterns. Research shows it significantly improves pronunciation accuracy, intonation, rhythm, connected speech, listening comprehension, and speaking fluency — making it one of the most effective methods for IELTS Speaking preparation and real-world English communication.