Subject Details
Dept     : CSE
Sem      : 6
Regul    : 2023
Faculty : priyadarsini S
phone  : 7305968036
E-mail  : priyadarsini.s.cse@snsct.org
265
Page views
30
Files
3
Videos
2
R.Links

Icon
Syllabus

UNIT
1
INTRODUCTION TO GENERATIVE AI

Basics of Generative AI and its evolution. Generative vs. Discriminative Models. Foundations of Deep Learning: Neural Networks, Backpropagation, and Activation Functions. Introduction to Key Architectures: Diffusion Models, Transformers, and Large Language Model (LLM) Architecture Overview. Critical Examination of Ethics, Risks, and Hallucination in AI Systems. Lab Practice 1. Working with a basic text generation model (e.g., using the transformers library with GPT-2). 2. Generating simple outputs (text, code) using an open-source GenAI tool (e.g., Ollama with a small LLM).

UNIT
2
GENERATIVE MODELS FOR TEXT & IMAGE

Language Model Families: GPT-series, LLaMA, Gemini. Vision Foundation Models: Stable Diffusion, Midjourney, DALL•E. Core Preprocessing: Tokenization and Embeddings. Introduction to Fine-tuning and Efficient Adaptation Methods: LoRA (Low-Rank Adaptation) and QLoRA. Lab Practice 1. Advanced text generation and conversation using a hosted or local LLM (e.g., using OpenAI API or Hugging Face Chat). 2. Image generation and manipulation using a diffusion model (e.g., Stable Diffusion via Automatic1111 or ComfyUI).

UNIT
3
GENERATION OF PAINTING, MUSIC & PLAY

Generative Painting and Illustration Models (e.g., Midjourney, Stable Diffusion for art). Music Generation Models: MuseNet, MusicLM. Script and Play Generation using LLMs. Introduction to Multimodal AI Models (e.g., GPT-4V). Overview of Creative AI Applications in various industries Lab Practice 1. Creating AI-generated painting/illustration based on a detailed thematic prompt. 2. Music composition using AI tools (e.g., MusicGen) or script generation for a short play.

UNIT
4
PROMPT ENGINEERING

Types of Prompts: Zero-Shot, Few-Shot, Chain-of-Thought (CoT). System Prompts and Role Prompting for controlling model behavior. Techniques for Prompt Optimization and Evaluation. Safety, Bias Mitigation, and Alignment Prompting Lab Practice 1. Building and iterating complex prompts for specific text generation tasks (summarization, creative writing, code generation). 2. Designing prompts for multimodal tasks (e.g., generating an image with a specific style and then having an LLM describe it).

UNIT
5
AGENTIC AI

Concept of Autonomous AI Agents. Core Components: Tool Use, Memory, and Planning. Introduction to Multi-Agent Systems. Agent Frameworks: LangChain Agents, AutoGen. Real-world Use Cases and Applications of Agentic AI. Lab Practice 1. Building a simple AI agent that can perform a multi-step task (e.g., web search and summarization). 2. Integrating an AI agent with external tools or APIs (e.g., a calculator, database, or web search).

Reference Book:

Ethan Mollick, "Co-Intelligence: Living and Working with AI", Penguin Life, 2024

Text Book:

Numa Dhamani & Maggie Engler, Introduction to Generative AI, Manning / Simon & Schuster, 2024 Dale Markowitz, Ari Bornstein, Practical Generative AI with Transformers: Text, Image, Audio & Multimodal Applications, O’Reilly Media, 2024.