DeepLearning,Tensor,SingularValueDecomposition
compute singular value decomposition of a Tensor
Calling Sequence
Parameters
Options
Description
Examples
Compatibility
SingularValueDecomposition(x,opts)
x
-
Tensor
opts
zero or more options as specified below
name=string
The value of option name specifies an optional name for this Tensor, to be displayed in output and when visualizing the dataflow graph.
The SingularValueDecomposition(x,opts) or SVD(x,opts) commands compute a singular value decomposition of one or more matrices in x
with⁡DeepLearning:
t≔Constant⁡LinearAlgebra:-VandermondeMatrix⁡3.,5.,7.
t≔DeepLearning TensorShape: [3, 3]Data Type: float[8]
SingularValueDecomposition⁡t
DeepLearning TensorShape: [3]Data Type: float[8],DeepLearning TensorShape: [3, 3]Data Type: float[8],DeepLearning TensorShape: [3, 3]Data Type: float[8]
The DeepLearning,Tensor,SingularValueDecomposition command was introduced in Maple 2018.
For more information on Maple 2018 changes, see Updates in Maple 2018.
See Also
DeepLearning Overview
LinearAlgebra[SingularValues]
Download Help Document