Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
13 views1 page

Create Analyzes Classifies Generates

Generative AI (Gen AI) is a type of artificial intelligence that creates new content such as text, images, and code, differing from traditional AI which primarily analyzes data. It operates using machine learning models, particularly deep learning, and relies on large datasets and neural networks to generate outputs. Key techniques include Large Language Models, Diffusion Models, and Generative Adversarial Networks (GANs).

Uploaded by

aniket nake
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

Create Analyzes Classifies Generates

Generative AI (Gen AI) is a type of artificial intelligence that creates new content such as text, images, and code, differing from traditional AI which primarily analyzes data. It operates using machine learning models, particularly deep learning, and relies on large datasets and neural networks to generate outputs. Key techniques include Large Language Models, Diffusion Models, and Generative Adversarial Networks (GANs).

Uploaded by

aniket nake
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

📘 Generative AI (Gen AI) Notes

1. Introduction to Generative AI

 Definition: Generative AI (Gen AI) is a type of artificial intelligence that can create new
content such as text, images, music, videos, or even code.

 Unlike traditional AI, which mainly analyzes or classifies, Gen AI generates.

 Example: ChatGPT writing essays, DALL·E creating pictures, GitHub Copilot writing code.

2. How Does Gen AI Work?

Generative AI is usually powered by machine learning models, especially deep learning.

Key Concepts:

1. Training Data: Large datasets (books, articles, images, videos, etc.) are used.

2. Neural Networks: Complex models learn patterns from this data.

3. Generation: The AI produces new outputs based on the patterns it learned.

Core Techniques:

 Large Language Models (LLMs) → Generate human-like text (e.g., GPT, LLaMA).

 Diffusion Models → Generate images by “denoising” random pixels (e.g., Stable Diffusion).

 GANs (Generative Adversarial Networks) → Two neural nets (Generator vs Discriminator)


work together to create realistic outputs.

You might also like