- Hands-On Mathematics for Deep Learning
- Jay Dawani
- 103字
- 2021-06-18 18:55:14
Singular value decomposition
Singular Value Decomposition (SVD) is widely used in linear algebra and is known for its strength, particularly arising from the fact that every matrix has an SVD. It looks like this:

For our purposes, let's suppose ,
,
, and
, and that U, V are orthogonal matrices, whereas ∑ is a matrix that contains singular values (denoted by σi) of A along the diagonal.
∑ in the preceding equation looks like this:

We can also write the SVD like so:

Here, ui, vi are the column vectors of U, V.
推薦閱讀
- 漫話大數據
- Hands-On Data Structures and Algorithms with Rust
- Access 2016數據庫教程(微課版·第2版)
- 數據庫技術與應用教程(Access)
- App+軟件+游戲+網站界面設計教程
- Voice Application Development for Android
- 業務數據分析:五招破解業務難題
- Ceph源碼分析
- 中國數字流域
- 數據庫程序員面試筆試真題庫
- 一個64位操作系統的設計與實現
- Oracle PL/SQL實例精解(原書第5版)
- 深入淺出Greenplum分布式數據庫:原理、架構和代碼分析
- PostgreSQL指南:內幕探索
- INSTANT Android Fragmentation Management How-to