- 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.
推薦閱讀
- 醫療大數據挖掘與可視化
- Starling Game Development Essentials
- 跟老男孩學Linux運維:MySQL入門與提高實踐
- Spark大數據分析實戰
- 深入淺出 Hyperscan:高性能正則表達式算法原理與設計
- SQL Server 2012數據庫管理教程
- 編寫有效用例
- IPython Interactive Computing and Visualization Cookbook(Second Edition)
- 探索新型智庫發展之路:藍迪國際智庫報告·2015(下冊)
- SAS金融數據挖掘與建模:系統方法與案例解析
- Python 3爬蟲、數據清洗與可視化實戰
- 數據庫原理與設計實驗教程(MySQL版)
- 利用Python進行數據分析(原書第2版)
- AndEngine for Android Game Development Cookbook
- 大數據隱私保護技術與治理機制研究