CS184 Homework 4 -- Cloth Sim Names: Dantes Chen Link to webpage: zaddle.top/2026/04/21/cs184-hw4/ Link to GitHub repository: zaddle55/zaddle55.github.io Recommend to read the post on the website for better formatting and image di 2026-04-22 计算机图形学 #UCB #Computer Graphics #Cloth Simulation #Shaders
Stanford: MegaBlocks -- Efficient Sparse Training with Mixture-of-Experts arXivMegaBlocks: Efficient Sparse Training with Mixture-of-Expertsarxiv.orgWe present MegaBlocks, a system for efficient Mixture-of-Experts (MoE) training on GPUs. Our system is motivated by the limit 2026-04-05 论文研读 #MoE #Sparse Training
CS184 Homework 3 -- Ray Tracing Names: Dantes Chen Link to webpage: Homework 3: Ray Tracing Link to GitHub repository: zaddle55/zaddle55.github.io Recommend to read the post on the website for better formatting and image display! 2026-03-30 计算机图形学 #UCB #Computer Graphics #BRDF #Ray Tracing
Mathematical logic (3) Natural deduction 自然演绎 1. Language 语言组成 1.1 Alphabet 符号系统 Σ={(,),¬,∧,∨,→,↔,p,q,r,… }\Sigma = \{(,),\neg,\land,\lor,\to,\leftrightarrow,p,q,r,\dots\} Σ={(,),¬,∧,∨,→,↔,p,q,r,…} 1.2 Formulas 公式 Atoms p,q,r,s,…p, q, r, s, \dot 2025-07-12 数学 #数理逻辑 #数学
Mathematical logic (4) First order logic 一阶逻辑 1. Basic 基础组成 1.1 Domain 论域 The set of objects to be discussed is called Domain. 1.2 Constants 常元 The symbol to describe a concrete objects in domain is called constant. e.g. Alice, Bob, 000, 111, 2025-07-12 数学 #数理逻辑 #数学
Hello World Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick 2025-07-12
遗传算法--基本概念与原理、实现 遗传算法的起源与基础 1975年,John Holland 发表了 Genetic Algorithms-Computer programs that “evolve” in ways that resemble natural selection can solve complex problems even their creators do not fully understand by J 2024-07-19 算法拾遗 #遗传算法 #算法
Mathematical logic (2) Propositional logic 命题逻辑 1. Syntax 语法 1.1 Proposition 命题 A declarative sentence that can be judged as either true or false is called Proposition. 1.1.1 Atomic Proposition 原子命题 The proposition can’t be devided into a smalle 2024-06-11 数学 #数理逻辑 #数学
Mathematical logic (1) Set, Relation and function 集合,关系与函数 1. Set 集合 1.1 Primary 初步知识 A collection of elements is called set Element of set: the object 1.2 Intension & Extension 内涵与外延 Intension(内涵): The intension of a set is its description or defini 2024-06-10 数学 #数理逻辑 #数学 #集合论