Back to Courses
AI011 Professional

Generative AI for Beginners

A comprehensive curriculum exploring the fundamentals of Generative AI, Large Language Models, prompt engineering, and the development of AI-powered applications using tools like Azure OpenAI and the Power Platform.

5.0
21.0h
615 students
0 likes
Artificial Intelligence
Start Learning

Lessons

Lesson

This lesson explores the evolution of AI from rigid, rule-based systems to modern Large Language Models that utilize tokenization, attention mechanisms, and statistical probability to generate human-like text. Students will learn how these non-deterministic models function and how to evaluate strategies like prompting, fine-tuning, and RAG to optimize AI performance for specific business needs.

This lesson introduces prompt engineering as the essential interface for guiding generative AI, distinguishing between base models and instruction-tuned models. Students learn to construct effective prompts by mastering tokenization, parameter adjustment, and structural techniques like delimiting to improve model accuracy and reliability.

This lesson explores the transition from traditional, deterministic programming to flexible Generative AI applications by mastering API security, environment configuration, and output control via temperature settings. Students will also learn to implement semantic search using embeddings and apply Microsoft’s Six Principles of Responsible AI to build reliable, context-aware solutions.

This lesson explores how to build secure, integrated AI solutions using low-code platforms like Microsoft Power Platform and advanced techniques such as meta-prompting and function calling. Students learn to bridge the gap between generative models and external data while implementing safety guardrails and deterministic configurations for enterprise-grade applications.

This lesson explores how to build trustworthy Generative AI by balancing user experience pillars, such as explainability and instructional friction, with robust security measures against threats like data poisoning and prompt injection. It also introduces the LLMOps lifecycle, covering the essential stages of ideating, building, and operationalizing AI applications to ensure reliability and performance.

This lesson explores how Retrieval-Augmented Generation (RAG) overcomes LLM knowledge cutoffs and hallucinations by grounding model responses in real-time, external data. Students will learn the technical RAG workflow—including chunking, embeddings, and vector search—while evaluating open-source models and AI agent frameworks for practical implementation.

This lesson explores the optimization hierarchy for generative AI, emphasizing that developers should prioritize prompt engineering and Retrieval-Augmented Generation (RAG) before considering resource-intensive fine-tuning. It also introduces specialized architectures like Small Language Models (SLMs) and Mixture of Experts (MoE) to help balance model performance, inference speed, and deployment efficiency.

Course Overview

📚 Content Summary

A comprehensive curriculum exploring the fundamentals of Generative AI, Large Language Models, prompt engineering, and the development of AI-powered applications using tools like Azure OpenAI and the Power Platform.

Master the fundamentals of Generative AI and build intelligent applications from scratch.

Acknowledgments: Microsoft, Azure, and OpenAI.

🎯 Learning Objectives

  1. Explain the mechanical inner workings of LLMs, including tokenization, the attention mechanism, and non-deterministic output.
  2. Compare various LLM categories (Foundation Models, Open-source vs. Proprietary, and Encoder/Decoder architectures) to select the right tool for a business scenario.
  3. Evaluate strategies for improving model results, specifically choosing between Prompt Engineering, Retrieval Augmented Generation (RAG), and Fine-tuning.
  4. Define Prompt Engineering and explain its role as the primary programming interface for generative AI.
  5. Differentiate between Base LLMs and Instruction-Tuned LLMs and how they process tokens.
  6. Construct complex prompts using instructions, primary content, cues, and templates.
  7. Construct and configure text generation applications using the openai library, managing environment variables, and adjusting output variety via temperature.
  8. Differentiate between rule-based chatbots and context-aware generative AI applications while implementing Microsoft’s Six Principles of Responsible AI.
  9. Execute semantic search by converting text into embeddings (vectors) and applying cosine similarity to find relevant content beyond simple keyword matching.
  10. Build and configure image generation applications while implementing "meta prompts" to define content boundaries and safety.

Lessons