Table of Contents

AI MODEL (Machine Learning & LLM)

What it is: Artificial Intelligence models, đặc biệt là *Machine Learning* và *Large Language Models (LLMs)*, dùng thống kê và tối ưu số để học từ dữ liệu.

What it’s for: Tự động hoá suy luận, dự đoán, sinh nội dung và hỗ trợ ra quyết định trong hệ thống phần mềm.

Keyword Tree (click to open each child page)

1) Foundation (Bắt buộc phải nắm)

* Math for AI (Concept-level)

* Machine Learning Basics

2) Deep Learning Core

* Neural Network

* Training Mechanics

3) Transformer & LLM (Trái tim của AI hiện đại)

* Tokenization

* Embedding

* Attention Mechanism

* Transformer Architecture

4) LLM Training Pipeline

* Pre-training * Fine-tuning * Instruction Tuning * RLHF (Human Feedback)

5) Inference & Deployment

* Inference Basics

* Context Window * Model Optimization

6) Prompting & Control

* Prompt Structure

* Sampling Parameters

* Prompt Risks

7) AI + Data (Production AI)

* Embedding Search

* RAG (Retrieval Augmented Generation) * Tool / Function Calling * Agent Pattern

8) Limitations & Failure Modes

* Hallucination * Non-determinism * Security & Data Leakage

9) Evaluation & Governance

* AI Evaluation

* Human-in-the-loop * AI-SDLC

10) Mastery Check

* Explain why model fails * When NOT to use AI * Design AI-resilient systems