# 한곳에서 끝내는 파이썬 & 머신러닝 & 딥러닝

이 문서는 초보자들이 쉽게 딥러닝 및 파이썬을 공부하기 위해 만든 문서 입니다. 제가 이 공부를 체계없이 시작하여 많은 오류를 범하였고, 또한 이곳 저곳을 돌아다니며 여러 자료들을 참고 하느라 많은 시간이 걸려서 다른 분들은 한곳에서 쉽게 접근 할 수 있도록 제 나름대로 체계를 잡은 것입니다.&#x20;

제 지식이 미천하여 많은 내용 오류가 있습니다. 오류에 대한 지적은 권경혁( [**onebook2james@gmail.com**](mailto:onebook2james@gmail.com) )로 이메일을 주시면 성실히 답하겠습니다. 또한 여러 싸이트에서 발췌한 자료가 많이 있습니다만 제가 정리하면서 원본 인용 표기가 누락된 곳도 있을 것이니 양해해 주시기 바랍니다.

계속 읽으시려면 아래  → 화살표를 누르시면 됩니다.

이 문서는 [GitBook](https://sdc-james.gitbook.io/onebook/) 과 [GitHub](https://github.com/nainsys/PythonDeepLearning) 에서 읽을 수 있습니다.

GitBook URL :  <https://sdc-james.gitbook.io/onebook/>

GitHub URL : <https://github.com/nainsys/PythonDeepLearning/blob/master/SUMMARY.md>


---

# 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://sdc-james.gitbook.io/onebook/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.
