- Hands-On Mathematics for Deep Learning
- Jay Dawani
- 172字
- 2021-06-18 18:55:14
Cholesky decomposition
As I'm sure you've figured out by now, there is more than one way to factorize a matrix, and there are special methods for special matrices.
The Cholesky decomposition is square root-like and works only on symmetric positive definite matrices.
This works by factorizing A into the form LLT. Here, L, as before, is a lower triangular matrix.
Do develop some intuition. It looks like this:

However, here, L is called a Cholesky factor.
Let's take a look at the case where .
We know from the preceding matrix that ; therefore, we have the following:

Let's multiply the upper and lower triangular matrices on the right, as follows:

Writing out A fully and equating it to our preceding matrix gives us the following:

We can then compare, element-wise, the corresponding entries of A and LLT and solve algebraically for , as follows:

We can repeat this process for any symmetric positive definite matrix, and compute the li,j values given ai,j.
- Java Data Science Cookbook
- Learning JavaScriptMVC
- Spark核心技術與高級應用
- 重復數(shù)據(jù)刪除技術:面向大數(shù)據(jù)管理的縮減技術
- HikariCP連接池實戰(zhàn)
- R Object-oriented Programming
- 數(shù)據(jù)庫查詢優(yōu)化器的藝術:原理解析與SQL性能優(yōu)化
- 數(shù)據(jù)庫原理與設計實驗教程(MySQL版)
- 企業(yè)級大數(shù)據(jù)項目實戰(zhàn):用戶搜索行為分析系統(tǒng)從0到1
- 區(qū)塊鏈應用開發(fā)指南:業(yè)務場景剖析與實戰(zhàn)
- 云原生架構:從技術演進到最佳實踐
- 數(shù)據(jù)庫原理及應用實驗:基于GaussDB的實現(xiàn)方法
- Kafka權威指南(第2版)
- MySQL 8.0從入門到實戰(zhàn)
- 一本書讀懂區(qū)塊鏈(第2版)