# Hello 파이토치

![Andrew Ng](/files/-LZgA4zBYg-dWPkJ-9zx){ width=500px }

오늘날 딥러닝 연구자 및 개발자들은 파이토치(PyTorch)와 같은 딥러닝 프레임워크를 통해서 쉽게 딥러닝을 구현하고 연구할 수 있게 되었습니다. 이 프레임워크들은 대부분 미분을 자동으로 수행하여, 경사 기반 최적화(gradient-based optimization) 기법을 통한 최적화를 편리하게 이용할 수 있게 합니다. 딥러닝 전문가가 되고자 한다면 이러한 프레임 워크들을 자유자재로 다룰 수 있어야 합니다. 이 책은 자연어 처리에 대해 깊이 있게 다루고자 하며, 따라서 자세한 파이토치 사용 방법은 설명하지 않습니다. 3장에서는 간단한 파이토치에 대한 소개와 짧은 예제만을 다룹니다. 파이토치는 공식 문서가 워낙 훌륭하게 만들어져 있으므로, 파이토치 공식 문서 및 그곳에서의 튜토리얼을 참고하면 훨씬 수월하게 파이토치에 익숙해질 수 있을 것입니다.


---

# 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://kh-kim.gitbook.io/natural-language-processing-with-pytorch/00-cover-2.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.
