Quay lại Khóa học
AI011 Nghề nghiệp

Trí tuệ nhân tạo sinh tạo cho người mới bắt đầu

Một chương trình học toàn diện khám phá những nguyên lý cơ bản về Trí tuệ nhân tạo sinh tạo, Mô hình Ngôn ngữ quy mô lớn, kỹ thuật lập trình câu lệnh và việc phát triển các ứng dụng được hỗ trợ bởi AI bằng các công cụ như Azure OpenAI và Power Platform.

5.0
21.0h
615 học viên
7 lessons
0 lượt thích
Trí tuệ nhân tạo
Bắt đầu học

Tổng quan khóa học

📚 Tóm tắt nội dung

Một chương trình học toàn diện khám phá các nền tảng của Trí tuệ nhân tạo sinh tạo (Generative AI), các Mô hình Ngôn ngữ lớn (LLMs), kỹ thuật lập trình lời nhắc (prompt engineering) và việc phát triển ứng dụng dựa trên AI sử dụng các công cụ như Azure OpenAI và Power Platform.

Thành thạo các nền tảng của Trí tuệ nhân tạo sinh tạo và xây dựng các ứng dụng thông minh từ đầu.

Ghi nhận: Microsoft, Azure và OpenAI.

🎯 Mục tiêu học tập

  1. Giải thích cách hoạt động cơ chế bên trong của LLMs, bao gồm quá trình token hóa, cơ chế chú ý (attention mechanism) và kết quả không xác định.
  2. So sánh các loại LLM khác nhau (Mô hình nền tảng, mã nguồn mở so với sở hữu, kiến trúc Encoder/Decoder) để lựa chọn công cụ phù hợp cho tình huống kinh doanh.
  3. Đánh giá các chiến lược cải thiện kết quả mô hình, đặc biệt là việc lựa chọn giữa Kỹ thuật lập trình lời nhắc (Prompt Engineering), Tăng cường truy xuất (Retrieval Augmented Generation - RAG) và Tinh chỉnh mô hình (Fine-tuning).
  4. Định nghĩa Kỹ thuật lập trình lời nhắc và giải thích vai trò của nó như giao diện lập trình chính cho AI sinh tạo.
  5. Phân biệt giữa LLM cơ bản và LLM được điều chỉnh theo hướng dẫn (Instruction-Tuned LLMs) và cách chúng xử lý token.
  6. Xây dựng lời nhắc phức tạp bằng cách sử dụng chỉ dẫn, nội dung chính, gợi ý và mẫu (template).
  7. Xây dựng và cấu hình ứng dụng sinh văn bản bằng thư viện openai, quản lý biến môi trường và điều chỉnh độ đa dạng đầu ra thông qua nhiệt độ (temperature).
  8. Phân biệt giữa chatbot dựa trên quy tắc và ứng dụng AI sinh tạo nhận biết ngữ cảnh, đồng thời triển khai Sáu Nguyên tắc của AI Có trách nhiệm từ Microsoft.
  9. Thực hiện tìm kiếm ngữ nghĩa bằng cách chuyển đổi văn bản thành embedding (vectơ) và áp dụng độ tương đồng cosin để tìm nội dung liên quan ngoài việc khớp từ khóa đơn giản.
  10. Xây dựng và cấu hình ứng dụng sinh ảnh đồng thời triển khai "lời nhắc meta" để xác định giới hạn nội dung và đảm bảo an toàn.

Bài học

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.