일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- dfs
- nlp
- SQL
- 릿코드
- LeetCode
- GenAI
- stratascratch
- slidingwindow
- 코드업
- sql코테
- 파이썬
- 리트코드
- Python3
- 슬라이딩윈도우
- medium
- gcp
- 구글퀵랩
- 생성형AI
- Blazor
- 투포인터
- Python
- 파이썬알고리즘
- 파이썬기초100제
- codeup
- 알고리즘
- Microsoft
- two-pointer
- 자연어처리
- 니트코드
- GenerativeAI
- Today
- Total
목록GenAI (6)
Tech for good

01. Use Gemini to generate written content 02. Use Gemini to refine written content 03. Proofread your document for spelling, grammar, style, and word choice by using Gemini

01. Define generative AI Generative AI does not change our foundational privacy protections for giving users choice and control over their data. 02. Outline the main Gemini featuresMarketingTo draft creative and engaging content for marketing materials based on the audience.To organize and act on data faster to spot customer trends.To generate compelling visuals to improve marketing presentatio..

https://www.youtube.com/playlist?list=PLIivdWyY5sqIlLF9JHbyiqzZbib9pFt4x Generative AI Learning Path https://goo.gle/LearnGenAI www.youtube.com Introduction 1. Pass images to encoder 2. Extract information from the images 3. Create some feature vectors 4. Vectors are passed to the decoder 5. Build captions by generating words, one by one. Decoder It gets words one by one and makes the informatio..

https://www.youtube.com/playlist?list=PLIivdWyY5sqIlLF9JHbyiqzZbib9pFt4x Generative AI Learning Path https://goo.gle/LearnGenAI www.youtube.com GANs One neural network (Generator) -> creates images The other neural network (Discriminator) -> predicts if the image is real or fake Forward diffusion Start with a clean image and add noise iteratively Reverse diffusion Start with a noisy image and re..

https://www.youtube.com/playlist?list=PLIivdWyY5sqIlLF9JHbyiqzZbib9pFt4x Generative AI Learning Path https://goo.gle/LearnGenAI www.youtube.com Google will not design or deploy AI in these four application areas:

https://www.youtube.com/playlist?list=PLIivdWyY5sqIlLF9JHbyiqzZbib9pFt4x Generative AI Learning Path https://goo.gle/LearnGenAI www.youtube.com Pre-trained: for general purpose with a large data set Fine-tuned: for specific aims with a much smaller data set Transformer model (e.g. PaLM) A transformer model consists of encoder and decoder. Encoder - encodes the input sequence and passes it to the..