Skip to content

Commit

Permalink
add post 'AI와 생성형 AI 알아보기'
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-jonghoonpark committed Jun 10, 2024
1 parent 7e23827 commit a8ea7ed
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions _posts/2024-06-11-gemini-study-jam-01.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
layout: post
title: "AI와 생성형 AI 알아보기"
categories: [스터디-AI]
tags:
[
AI,
Gen AI,
Generative AI,
인공지능,
생성형 AI,
prompt,
프롬프트,
할루시네이션,
환영,
hallucination,
]
date: 2024-06-09 23:59:59 +0900
toc: true
---

## AI란 무엇인가요?

![What-is-AI](/assets/images/2024-06-11-gemini-study-jam-01/What-is-AI.png)

인공 지능 또는 AI는 컴퓨터가 다양한 고급 기능을 수행할 수 있도록 하는 일련의 기술입니다.
예를 들어 음성 및 문자를 보고, 이해하고, 번역하고, 데이터를 분석하고, 추천을 내리는 기능이 여기에 포함됩니다.

## 생성형 AI(Generative AI)란 무엇인가요?

![What-is-Generative-AI](/assets/images/2024-06-11-gemini-study-jam-01/What-is-Generative-AI.png)

생성형 AI는 AI를 사용하여 텍스트, 이미지, 오디오 및 비디오와 같은 새로운 콘텐츠를 만드는 것을 의미하는 AI의 하위 집합입니다.
생성형 AI를 사용하려면 시스템에 프롬프트(Prompt)를 제공하면 시스템이 사용자가 제공한 내용에 따라 응답을 생성합니다.

## 프롬프트(Prompt)가 무엇인가요?

![What-is-prompt](/assets/images/2024-06-11-gemini-study-jam-01/What-is-prompt.png)

프롬프트는 프로세스를 시작하거나 안내하기 위해 사용자 또는 시스템에 제공되는 정보입니다. 프롬프트는 질문, 문장 또는 일련의 지침이 될 수 있습니다.

시스템은 프롬프트를 받아 텍스트, 이미지, 오디오 또는 비디오와 같은 출력을 생성하는 데 사용합니다.
생성되는 출력 유형은 프롬프트가 요청하는 내용과 시스템의 기능에 따라 달라집니다.

## 환각(hallucination, 할루시네이션)

생성 AI의 몇 가지 잘 알려진 위험이 있습니다. 한 가지 예로 환각을 들 수 있습니다.

환각은 일관되고 자신감 있게 제시된 것처럼 보이지만 사실에 근거하지 않거나 편향적일 수 있는 AI 애플리케이션에서 생성된 반응입니다.

환각은 줄일 수는 있지만 현재로서는 제거하기가 매우 어렵습니다.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a8ea7ed

Please sign in to comment.