英語 での A tensor の使用例とその 日本語 への翻訳
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
In 1962, Lanczos showed that the Weyl tensor, which plays a fundamental role in general relativity, can be obtained from a tensor potential that is now called the Lanczos potential.
A Tensor instance has a shape attribute that defines the array shape(i.e., how many values are in each dimension of the array).
One key difference between Recursive Neural Networks and RNTN's is that for an RNTN the same composition function is used as a tensor so there are fewer parameters to learn.
Data based on“In-Datacenter Performance Analysis of a Tensor Processing Unit,” Jouppi et al[Jou17], and NVIDIA internal benchmarking.
In order to derive the Riemann curvature tensor we must first recall the definition of the covariant derivative of a tensor with one and two indices;
For vectors at a point, this definition is independent of how the vectors are extended to vector fields away from the point(thus it defines a tensor, much like the torsion).
A tensor with shape equal to the concatenation of x's shape(less the dimension that was summed over) and y's shape(less the batch dimension and the dimension that was summed over). If the final rank is 1, we reshape it to(batch_size, 1).
This layer creates a convolution kernel that is convolved with the layer input to produce a tensor of outputs. If use_bias is True, a bias vector is created and added to the outputs. Finally, if activation is not None, it is applied to the outputs as well.
Permutes axes in a tensor.
Evaluates the value of a tensor.
A tensor with sum of x.
Adds a bias vector to a tensor.
A tensor with maximum values of x.
A tensor, the element-wise maximum of the inputs.
Inserts a dimension of 1 into a tensor's shape.
Reshapes a tensor to the specified shape.
New_x: A tensor of same shape as x.
The most suitable mathematical structure seemed to be a tensor.
A"Keras tensor" is a tensor that was returned by a Keras layer,(Layer class) or by Input.