# Page Not Found

The URL `files/yhhpLLyQfTaR1vj3CqcG` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [1️⃣ Deep Learning là gì?](https://deeplearningcoban.gitbook.io/deeplearningcoban.com/gioi-thieu/deep-learning-la-gi.md)
- [4️⃣ Các kỹ thuật XAI phổ biến (overview, không đi sâu)](https://deeplearningcoban.gitbook.io/deeplearningcoban.com/explainable-ai-xai/cac-ky-thuat-xai-pho-bien-overview-khong-di-sau.md)
- [ML Pipeline (Healthcare Case Study) full code](https://deeplearningcoban.gitbook.io/deeplearningcoban.com/case-study-ung-dung-thuc-te/ml-pipeline-healthcare-case-study-full-code.md)
- [3️⃣ XAI giải thích cái gì? (Local vs Global Explanation)](https://deeplearningcoban.gitbook.io/deeplearningcoban.com/explainable-ai-xai/xai-giai-thich-cai-gi-local-vs-global-explanation.md)
- [2️⃣ Xây dựng mô hình DL đơn giản bằng PyTorch](https://deeplearningcoban.gitbook.io/deeplearningcoban.com/thuc-hanh-deep-learning-co-ban-hands-on/xay-dung-mo-hinh-dl-don-gian-bang-pytorch.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://deeplearningcoban.gitbook.io/deeplearningcoban.com/gioi-thieu/deep-learning-la-gi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

### Option 2 — Browse the documentation index

Full index: https://deeplearningcoban.gitbook.io/deeplearningcoban.com/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://deeplearningcoban.gitbook.io/deeplearningcoban.com/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/deeplearningcoban.com/gioi-thieu/deep-learning-la-gi.md`).

You may also use `Accept: text/markdown` header for content negotiation.
