AI Courses

Generative AI

Generative AI end to end: LLMs, prompting, fine-tuning, RAG, agents, diffusion, VLMs and running GenAI in production.

21 Lessons
Knowledge Course
01

What Is Generative AI?

The field that creates text, images, audio and code — and the system stack behind it.

40 min
02

The Mathematics of Generation

Generation is sampling from a probability distribution over tokens — conditioned on context.

50 min
03

Text Generation Fundamentals

Generate text with pretrained models: sampling strategies, decoding, and the tokens that come out.

55 min
04

Prompt Engineering

Design instructions that get reliable outputs: roles, structure, few-shot examples and constraints.

50 min
05

In-Context Learning

Teach new tasks with examples in the prompt — no weight updates required.

50 min
06

LLM Architecture & Scaling

Decoder-only transformers, scaling laws, and why bigger models behave differently.

55 min
07

Tokenization & the Vocabulary

Subword tokens (BPE) — the hidden layer between characters and embeddings.

50 min
08

Fine-Tuning LLMs

Adapt a foundation model to a domain with supervised fine-tuning and parameter-efficient methods (LoRA).

60 min
09

RLHF & Alignment

Train models to be helpful and harmless: reward models, RLHF and constitutional methods.

55 min
10

Retrieval-Augmented Generation (RAG)

Ground answers in your own data: retrieve relevant chunks, stuff the context, generate.

60 min
11

Embeddings & Vector Databases

Semantic search at scale: embedding models, vector indexes, and ANN search.

55 min
12

Agents & Tool Use

Let models call functions, use tools, and loop until the job is done.

60 min
13

Diffusion Models for Images

Generate images by learning to denoise: forward noise, reverse denoising, and text conditioning.

60 min
14

Generative Adversarial Networks

Two networks in a zero-sum game: the generator fools the discriminator, and both improve.

50 min
15

Vision-Language Models

Bridge images and text: CLIP, captioning, and multimodal chat (LLaVA, GPT-4V).

55 min
16

Generative Audio & Speech

Text-to-speech, voice cloning and music generation with modern neural audio models.

50 min
17

Evaluating LLMs

Benchmarks, evals and human review — measuring quality, safety and reliability.

55 min
18

LLMOps: Running GenAI in Production

Prompt management, caching, guardrails, monitoring and cost control for LLM apps.

60 min
19

Ethical AI & Safety

Bias, privacy, transparency and misuse — the responsibilities that come with generative models.

50 min
20

Building a GenAI Application

Assemble the stack: model, retrieval, guardrails and a clean interface — end to end.

75 min
21

Generative AI Roadmap

Synthesize everything into a career and project plan — and keep up as the field accelerates.

40 min
Curated Resources