Advertisement · 728 × 90

Posts by 이재홍

엌ㅋ

2 years ago 0 0 0 0

ㅋㅋ

2 years ago 1 0 0 0

블루스카이 Translatr this post 눌렀을 때 구글 번역기 새창 뜨는거 너무 어이없다 ㅋㅋ

2 years ago 2 0 3 0

닉네임이 혹시… 독침 성분인가요?

2 years ago 0 0 0 0

안녕하세요~~

2 years ago 1 0 0 0

#블친소
이것 저것 개발하는 프로그래머입니다. 요즘은 AI 분야를 주로 공부 중입니다.

팔로 해주시면 맞팔하겠습니다.

잘 부탁드립니다.

2 years ago 2 2 2 0

네. 감사합니다~

2 years ago 0 0 0 0
Advertisement

저기… 탐둬가 뭔가요?

2 years ago 0 0 1 0

한국인이면 블친해 줘
한국인이면 탐둬 해 줘
한국인이면 퍼가

2 years ago 9 13 0 0
Preview
GitHub - microsoft/DirectML: DirectML is a high-performance, hardware-accelerated DirectX 12 library for machine learning. DirectML provides GPU acceleration for common machine learning tasks across a broad range of supported hardware and drivers, including all DirectX 12-capable GPUs from vendors such as AMD, Intel, NVIDIA, and Qualcomm. DirectML is a high-performance, hardware-accelerated DirectX 12 library for machine learning. DirectML provides GPU acceleration for common machine learning tasks across a broad range of supported ...

역시 MS 대단하군요. NVIDIA CUDA 없이도 딥러닝에서 GPU를 쓸 수 있도록 만들어뒀네요. NVIDIA 뿐만 아니라 AMD, Intel, 퀄컴 등 DirectX를 지원하는 GPU는 모두 사용가능합니다. 단, 이름 그대로 DirectML이라서 윈도우에서만 사용가능합니다.

2 years ago 2 0 0 0

딥러닝은 지금까지도 이게 왜 동작하는지 설명하지 못하고 있습니다. 그래서 딥러닝을 블랙박스라고 부르죠.
그래서 설명가능 인공지능이라고 Explainable AI(XAI)라는 프로젝트가 나오기도 했습니다.
딥러닝은 그냥 신경망 구조를 복잡하고 깊게(deep) 쌓았더니 인간처럼 동작하더라는 겁니다. 무섭..

2 years ago 0 0 0 0

프롬프트
Answer the question as truthfully as possible using the provided context, and if the answer is not contained within the text below, say "I don't know."
Context:
답변 텍스트

Q: 질문 텍스트
A:

이렇게 하면 답변 텍스트 안에서만 답변을 얻을 수 있음

2 years ago 2 0 0 0
Preview
openai-cookbook/Question_answering_using_embeddings.ipynb at 1b9efd7726f34531ab81b804101bfeb8a597bc70 · openai/openai-cookbook Examples and guides for using the OpenAI API. Contribute to openai/openai-cookbook development by creating an account on GitHub.

OpenAI 임베딩은 커스터마이징된 질문/답변을 만들 때 사용
- 원하는 답변 텍스트를 2000토큰 미만으로 분할해서 정리
- 이 데이터를 임베딩 API로 돌림. 임베딩값을 파일로 저장
- 질문 텍스트를 임베딩 API로 돌림
- 파일에 저장된 임베딩값과 질문 임베딩값을 비교(행렬 연산)
- 질문 임베딩값과 가장 가까운 임베딩값을 가진 답변 텍스트를 얻음
- 답변 텍스트 + 질문 텍스트 + 프롬프트 헤더를 조합해 프롬프트를 만듦
- ChatGPT API에 넣음
- 커스터마이징된 답변을 얻을 수 있음

2 years ago 1 0 1 0