DDPM

paper reading generation models paper reading Diffusion Models
DDPM (Denoising Diffusion Probabilistic Models) 是一种基于扩散过程的生成模型,通过逐步添加噪声并学习逆向过程来生成高质量的图像。本文将深入解析DDPM的核心概念、数学原理以及训练方法,帮助读者全面理解这一强大的生成模型。
阅读全文 →

CSAPP

course computer systems
CSAPP (Computer Systems: A Programmer's Perspective) is a widely used textbook that provides an in-depth understanding of how computer systems work from a programmer's perspective. This post summarizes the key concepts and my thoughts on the book.
阅读全文 →