@kyndinfo: Principal Component Analysis 主成分分析 [Math short write-up] https://notion.so/kyndinfo/Principal-Component-Analysis-351019…
Summary
A short mathematical write-up on Principal Component Analysis (PCA), explaining the concept and its applications.
Similar Articles
CPCANet: Deep Unfolding Common Principal Component Analysis for Domain Generalization
CPCANet is a domain generalization framework that uses Common Principal Component Analysis to discover structured domain-invariant subspaces, achieving state-of-the-art performance in zero-shot transfer.
First per-image PCA decomposition of Kodak suite reveals deliberate curation
First per-image PCA decomposition of the 24-image Kodak PCD0992 suite reveals deliberate curation spanning two orders of magnitude in inter-channel redundancy.
@mylifcc: The math primer for generative AI is here! This book 'The Little Book of Generative AI Foundations: An Intuitive Mathematical Primer' covers latent algebra…
Recommend 'The Little Book of Generative AI Foundations', a generative AI math fundamentals book covering core threads like PCA, SVD, VAE, diffusion models, targeted at agentic engineering practitioners.
@snowboat84: https://x.com/snowboat84/status/2065215177029787705
This article is the middle part of the AI Engineering Landscape series, detailing core techniques such as inference optimization, model slimming (quantization, distillation, pruning, MoE), and speculative decoding, while reviewing the latest advances from hardware to the engineering stack.
@123olp: Programming Mindset ├── 0. Core Definition │ ├── Turn fuzzy problems into computable problems │ ├── Turn real-world objects into data representations │ ├── Turn the solution process into clear steps │ ├── Turn results into verifiable outputs │ └── Turn one-time solutions into reusable systems │ ├──…
A systematic tutorial on programming mindset, covering core definitions, problem modeling, data representation, process design, and multiple aspects of learning programming.