Sinkhorn算法,正矩阵与双随机矩阵之间的关系

Sinkhorn算法

Sinkhorn 算法描述了任意一个正矩阵(元素均为正)与双随机矩阵之间的关系。

简略描述

Relations between arbitrary positive matrices and Doubly stochastic matrices.

如果A是一个正矩阵,那么通过交替的进行行归一化和列归一化,可以将其转换为一个转移矩阵(双随机矩阵)。

if A is a positive Matrix, alternately applies row-normalization and column-normalization will convert A to a doubly stochastic matrices.

你可能感兴趣的:(数学,笔记,算法,数学)