Pytorch: computing the eigenvector of data point

后端 未结 0 792
天涯浪人
天涯浪人 2020-12-17 07:43

Lets say we already have estimated the principal directions and eigenvalues of a dataset X using pytorch:

U, S, V = torch.svd(X)

相关标签:
回答
  • 消灭零回复
提交回复
热议问题