> For the complete documentation index, see [llms.txt](https://sdc-james.gitbook.io/onebook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdc-james.gitbook.io/onebook/1.1.-artificial-intelligence/1.4.-greater-than-greater-than.md).

# 1.4. 인공지능 > 머신러닝 > 딥러닝

AI의 역사에서 그 패러다임이 탐색에서 지식으로 그리고 학습으로 키워드가 변해 온 것을 확인할 수 있습니다.

탐색 --> 지식 --> 학습

AI와 머신러닝(기계학습), 딥러닝(심층신경망)의 뜻을 정확하게 구분할 수 있어야 합니다. 인공지능의 여러 방식 중 학습에 기반을 둔 것이 머신러닝(기계학습)이고, 딥러닝은 머신러닝 중에서 스스로 학습하는 최신 기법이라고 할 수 있습니다.

![](/files/-MYh5Qi8j1Is61a0K67q)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://sdc-james.gitbook.io/onebook/1.1.-artificial-intelligence/1.4.-greater-than-greater-than.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
