- Neural Network Programming with TensorFlow
- Manpreet Singh Ghotra Rajdeep Dua
- 98字
- 2021-07-02 15:17:09
Eigenvalue decomposition
Eigen decomposition is one of the most famous decomposition techniques in which we decompose a matrix into a set of eigenvectors and eigenvalues.
For a square matrix, Eigenvector is a vector v such that multiplication by A alters only the scale of v:
Av = λv
The scalar λ is known as the eigenvalue corresponding to this eigenvector.
Eigen decomposition of A is then given as follows:

Eigen decomposition of a matrix describes many useful details about the matrix. For example, the matrix is singular if, and only if, any of the eigenvalues are zero.
推薦閱讀
- Greenplum:從大數(shù)據(jù)戰(zhàn)略到實現(xiàn)
- Visual Studio 2015 Cookbook(Second Edition)
- Hadoop與大數(shù)據(jù)挖掘(第2版)
- Live Longer with AI
- 數(shù)據(jù)庫應(yīng)用基礎(chǔ)教程(Visual FoxPro 9.0)
- Starling Game Development Essentials
- 網(wǎng)站數(shù)據(jù)庫技術(shù)
- 數(shù)據(jù)庫設(shè)計與應(yīng)用(SQL Server 2014)(第二版)
- 數(shù)據(jù)科學工程實踐:用戶行為分析與建模、A/B實驗、SQLFlow
- 數(shù)據(jù)庫原理與應(yīng)用
- 從Lucene到Elasticsearch:全文檢索實戰(zhàn)
- 數(shù)據(jù)庫原理及應(yīng)用實驗:基于GaussDB的實現(xiàn)方法
- MySQL技術(shù)內(nèi)幕:InnoDB存儲引擎(第2版)
- Getting Started with Review Board
- 圖解LeetCode初級算法(Python版)