Skip to content

Tag: machine-learning

how to get covariance matrix in tensorflow?

How could I get covariance matrix in tensorflow? Like numpy.cov() in numpy. For example, I want to get covariance matrix of tensor A, now I have to use numpy instead Is there anyway to get cov by tensorflow instead of numpy? It is differnet from the problem how to compute covariance in tensorflow, where their…