Skip to content

Commit 7aa51ea

Browse files
authored
Dictionary (New Word): GenAI (#190)
# Word #### GenAI # Meaning/Definition GenAI (short for **Generative Artificial Intelligence**) is a branch of artificial intelligence that focuses on creating new content such as text, images, code, audio, or video by learning patterns from existing data. Unlike traditional AI systems that are designed mainly for classification or prediction, GenAI models generate original outputs that mimic human creativity. These systems are widely used in applications like chatbots, content creation, design, and software development. **Example** * A GenAI model generates realistic images from text prompts. * A language model writes human-like responses to user queries.
1 parent b23c560 commit 7aa51ea

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/content/dictionary/genai.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: ../../layouts/word.astro
3+
title: "GenAI"
4+
---
5+
GenAI (short for **Generative Artificial Intelligence**) is a branch of artificial intelligence that focuses on creating new content such as text, images, code, audio, or video by learning patterns from existing data.
6+
7+
Unlike traditional AI systems that are designed mainly for classification or prediction, GenAI models generate original outputs that mimic human creativity. These systems are widely used in applications like chatbots, content creation, design, and software development.
8+
9+
**Example**
10+
11+
* A GenAI model generates realistic images from text prompts.
12+
* A language model writes human-like responses to user queries.

0 commit comments

Comments
 (0)