# PRML study

크리스토퍼 비숍의 책 "패턴 인식과 기계 학습(Pattern Recognition and Machine Learning)" 의 원서를 공부하고, 그에 필요한 코드와 수식을 정리하고 있습니다.

* 원서 다운로드: [link](https://aka.ms/prml)&#x20;
* 작성자: 장지수([simonjisu](https://github.com/simonjisu))
* 블로그: <https://simonjisu.github.io>
* GitBook: <https://soo.gitbook.io/prml/>

Update


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://soo.gitbook.io/prml/master.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.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
