Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- ARIMA
- Google Cloud
- PSNR
- kl divergence
- DeepLearing.AI
- Inductive Learning
- 생성 모델
- deepseek
- 사회 네트워크 분석
- ChatGPT
- zachary’s karate club
- SSIM
- session 미종료
- Spatial GNN
- public key
- prompt engineering
- posterior collapse
- 대칭키
- 생성 모델 평가
- Grad-CAM
- python3
- Vertex AI
- Spectral GNN
- GCP
- GNN
- Transductive Learning
- PyTorch
- 이상 탐지
- cross-entropy
- mode collapse
Archives
- Today
- Total
목록Computer Vision (2)
데이터 과학 노트
생성 모델 평가 지표 PSNR, SSIM
생성 모델 평가 지표 PSNR, SSIM 비교 예시 압축 복원 이미지 vs 원본 이미지 생성 이미지 vs 원본 이미지 최대 신호 대 잡음비 - PSNR (Peak Signal-to-Noise Ratio) 두 이미지 사이에 MSE (mean squre error) 손실이 적을 수록 높은 값 생성이 잘되었을 경우 높은 값 구조적 유사도 - SSIM (Structural Similarity Index Measure) 두 이미지 사이 상관계수를 휘도, 대비, 구조 측면에서 평가 luminance (l), contrast (c), structure (S) 계산 휘도, 대비, 구조 측면에서 평가
Computer Vision/생성 모델
2024. 4. 9. 11:51
(deeplearning.ai) How Diffusion Models Work강좌 정보Instructors: Sharon Zhou, Andrew Ng (Stanford)강좌 링크(왼쪽) 주피터 노트북 / (오른쪽) 강좌Introduction IntuitionGoalsprite images → even more spritesNN to learn what a sprite is:add different noise levels to the training data of spritesSamplingPrinciple 1: 명확하고 구체적인 명력어 사용 (Write clear and specific instructions)clear / shortTactic 1: 구분 기호 사용: 따옴표, 백틱, 대시, 꺽쇠 괄호, ..
Computer Vision/생성 모델
2023. 6. 19. 12:35