-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchatGPT_202305.qmd
72 lines (46 loc) · 1.71 KB
/
chatGPT_202305.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
title: "chatGPT"
subtitle: "챗GPT 최신 동향"
author: "이광춘/신종화"
institute: "비영리법인 한국 R 사용자회"
date: 2023-05-18
format:
insper-revealjs:
self-contained: false
footer: |
한국 R 사용자회 [chatGPT](https://r2bit.com/chatGPT/). theme [insper](https://github.com/padsInsper/quarto-insper-theme) 소스코드 [GitHub](https://github.com/padsInsper/quarto-insper-theme).
date-format: long
lang: ko
filters:
- lightbox
lightbox: auto
bibliography: bibliography.bib
csl: apa-single-spaced.csl
editor_options:
chunk_output_type: console
---
## 목차
1. 들어가며
2. 컴퓨터 기본지식과 역사
3. 체험 삶의 현장
4. 챗GPT 시대 오피스 전쟁
5. 챗GPT 사용자 : Text-to-**X**
6. 챗GPT 개발방법론 : DT, Agile, DevOps
7. 챗GPT 개발자 : 프롬프트 디자인/엔지니어링
8. chatGPT와 LLM
9. chatGPT 한계와 새시대(?)
10. 사례: 챗GPT와 오정보
11. 질의응답
{{< include slideshow/202305-gpt/00-who-am-i.qmd >}}
{{< include slideshow/202305-gpt/seoul-r-meeup.qmd >}}
{{< include slideshow/202305-gpt/00-open-source-software.qmd >}}
{{< include slideshow/202305-gpt/01-life-in-action.qmd >}}
{{< include slideshow/202305-gpt/02-office-interface.qmd >}}
{{< include slideshow/202305-gpt/03-user-in-practice.qmd >}}
{{< include slideshow/202305-gpt/20-dt-agile-devops.qmd >}}
{{< include slideshow/202305-gpt/21-prompt-engineering.qmd >}}
{{< include slideshow/202305-gpt/22-ai-app-dev.qmd >}}
{{< include slideshow/202305-gpt/20-LLM-chatGPT.qmd >}}
{{< include slideshow/202305-gpt/04-limitation.qmd >}}
{{< include slideshow/202305-gpt/misinformation.qmd >}}
{{< include slideshow/202305-gpt/reference.qmd >}}