Skip to content

Commit c9a19c0

Browse files
committed
we use can instead of may
1 parent a7b0b01 commit c9a19c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn-pr/wwl-data-ai/leverage-ai-tools/includes/2-identify-basic-ai-technology-concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Artificial Intelligence (AI) is the ability of a computer program or machine to **mimic human-like behavior**. For example, to mimic vision, speech recognition, decision-making, natural language understanding, and so on. It's not a technology in and of itself, but rather a goal set by technologists to imitate human intelligence.
22

33
## What is generative AI?
4-
Generative AI is a **subset of AI**. AI can be used to predict outcomes, detect entities, or classify documents, among others. However, generative AI, also known as GenAI, creates content, such as images, videos, code, or text. The goal is that this AI-generated content should be as useful as any created by humans. This approach is made possible by language models, which are complex AI models that can be used for a broad range of use cases.
4+
Generative AI is a **subset of AI**. AI is used to predict outcomes, detect entities, classify documents, and more. Generative AI, also known as GenAI, can create content such as images, videos, code, or text. The goal is for AI-generated content to be as useful as any created by humans.
55

6-
For example, you may use generative AI to develop follow-up questions to a meeting, create an image from text, or explain the punch line of a joke, even if the joke is in a video.
6+
For example, you can use generative AI to develop follow-up questions to a meeting, create an image from text, or explain the punch line of a joke--even if the joke is in a video.
77

88
![Diagram showing how generative AI is a subset of AI.](../media/2-artificial-intelligence-concepts.png)
99

0 commit comments

Comments
 (0)