# 딥러닝을 활용한 자연어 처리 개요

![Geoffrey Hinton](/files/-Lg-eh9RkBvc8Jvwxzwn){ width=500px }

우리의일상에녹아들고있는인공지능은더는인간의삶과떼려야뗄수없는존재가되었습니다.인간의명령을알아 듣고 수행하며, 컴퓨터 메모리상의 정보를 인간의 언어로 변환하여 전달하려면 자연어 처리 기술은 필수입니다. 이메일 의 스팸메일 필터링에서부터 구글 홈이나 애플 시리와 같은 음성 비서에 이르기까지, 자연어 처리는 사람과 컴퓨터 사 이의 매개체로써 매우 중요한 역할을 합니다. 하지만 영화 <인터스텔라>의 타스(TARS)처럼 멋진 인공지능을 만드는 길 은 아직 요원합니다. 이번 장에서는 자연어 처리에 대해 알아보고, 자연어 처리 문제 해결을 어렵게 만드는 것이 무엇인 지, 그리고 한국어의 자연어 처리가 왜 어려운지 이유를 살펴보고자 합니다. 또한 딥러닝을 통해 발전해온 자연어 처리 의 연구 성과에 대해서도 알아봅니다.


---

# 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.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.
