일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 코딩테스트실력진단
- 데이터분석
- 플로이드와샬
- 파인튜닝
- LLM
- 완전탐색
- paper review
- Coursera
- 판다스
- 코드트리
- 코딩테스트
- Scaling Laws
- 이분탐색
- Fine-Tuning
- Generative AI
- bfs/dfs
- DP
- 머신러닝
- peft
- 알고리즘
- Lora
- 프로그래머스
- speaking
- 파이썬
- English
- Python
- 최단경로
- Study
- 그래프이론
- 스터디
- Today
- Total
목록Coursera (10)
생각하는 아져씨

앤드류 응 교수님의 강의를 듣고 정리 및 공부한 글임을 알려드립니다. Generative AI with LLMs In Generative AI with Large Language Models (LLMs), created in partnership with AWS, you’ll learn the fundamentals of how generative AI works, and how to deploy it in real-world applications. 이제 LLM은 사전학습 시 단일 GPU가 아니라 Multi-GPU를 사용해야 할 만큼 크기가 매우 크고 많은 예산이 필요하게 되었습니다. 무작정 컴퓨팅 예산만 투자한다고 해서 최적의 모델을 만들 수 있을까요? 더 적은 컴퓨팅 예산으로 비슷한 수준의 성능을 ..

앤드류 응 교수님의 강의를 듣고 공부한 글임을 알려드립니다. Generative AI with LLMs In Generative AI with Large Language Models (LLMs), created in partnership with AWS, you’ll learn the fundamentals of how generative AI works, and how to deploy it in real-world applications. 오늘은 효율적으로 Multi-GPU를 사용하는 전략에 대해 공부해 보겠습니다. 저번 공부에 따르면, Large Language Model(LLM)을 학습하려면 Multi-GPU 사용이 꼭 필요합니다. Single GPU로도 학습할 수 있는 작은 모델이더라도 Mult..

앤드류 응 교수님의 강의를 듣고 정리 및 공부한 글임을 알려드립니다. Generative AI with LLMs In Generative AI with Large Language Models (LLMs), created in partnership with AWS, you’ll learn the fundamentals of how generative AI works, and how to deploy it in real-world applications. Computational challenges 대규모 언어 모델을 학습할 때 가장 흔히 직면하는 문제 중 하나는 메모리 부족입니다. 아마 Nvidia GPU에서 모델을 훈련하거나 로드해 본 적이 있다면 이 오류 메시지가 익숙할지도 모릅니다. OutofMemo..

앤드류 응 교수님의 강의를 듣고 정리 및 공부한 글임을 알려드립니다. Generative AI with LLMs In Generative AI with Large Language Models (LLMs), created in partnership with AWS, you’ll learn the fundamentals of how generative AI works, and how to deploy it in real-world applications. Generative AI 프로젝트 시작하기 전에 Large Language Models(이하 LLMs)를 활용해 어떤 Generative AI 프로젝트를 시작할 때 가장 먼저 하는 것은 주제를 정하는 것입니다. Use case를 정의하고 applicatio..