> ## Documentation Index
> Fetch the complete documentation index at: https://notes.kodekloud.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Section Introduction

> This section introduces generative AI concepts, comparing them with traditional models and outlining key learning objectives for developers.

Welcome to *Mastering Generative AI with OpenAI*. This section lays the groundwork for understanding how generative models differ from traditional discriminative approaches. Whether you’re a seasoned developer or new to AI, you’ll gain the essential context needed to follow along with the rest of this course.

<Callout icon="lightbulb" color="#1CB2FE">
  This material is designed for software developers with no prior machine learning experience. A basic understanding of programming concepts is sufficient.
</Callout>

## What You’ll Learn

* Key milestones in AI evolution
* Core differences between discriminative and generative models
* Practical applications of generative AI

<Frame>
  ![The image lists objectives related to AI, including an introduction to AI, fundamentals of generative AI, and a comparison between discriminative and generative AI. The background is split into white and blue sections.](https://kodekloud.com/kk-media/image/upload/v1752881601/notes-assets/images/Mastering-Generative-AI-with-OpenAI-Section-Introduction/ai-objectives-introduction-generative-comparison.jpg)
</Frame>

By the end of this section, you will have a clear understanding of:

| Aspect       | Discriminative AI                    | Generative AI                     |
| ------------ | ------------------------------------ | --------------------------------- |
| Primary Goal | Learn decision boundaries            | Learn data distribution           |
| Techniques   | Logistic Regression, CNNs            | GANs, VAEs, Large Language Models |
| Outputs      | Class labels or predictions          | New text, images, or other data   |
| Use Cases    | Spam detection, image classification | Text generation, image synthesis  |

Let’s begin with our first lesson, where we’ll dive into the foundational concepts of generative AI and explore how OpenAI’s platform brings these models to life.

<CardGroup>
  <Card title="Watch Video" icon="video" cta="Learn more" href="https://learn.kodekloud.com/user/courses/mastering-generative-ai-with-openai/module/5f4c8f03-fd62-495c-a094-5749ee57001d/lesson/443887c5-335c-4129-856c-45411f665935" />
</CardGroup>
