DeepLearning,Tensor,betainc
compute the incomplete beta function on entries in a Tensor
DeepLearning,Tensor,expm1
compute the expm1 of entries in a Tensor
DeepLearning,Tensor,lbeta
compute the lbeta of entries in a Tensor
DeepLearning,Tensor,lgamma
compute the lgamma of entries in a Tensor
DeepLearning,Tensor,log1p
compute the log1p of entries in a Tensor
DeepLearning,Tensor,log_sigmoid
compute the log_sigmoid of entries in a Tensor
DeepLearning,Tensor,rsqrt
compute the rsqrt of entries in a Tensor
DeepLearning,Tensor,sigmoid
compute the sigmoid of entries in a Tensor
|
Calling Sequence
|
|
betainc(t,u,v,opts) expm1(t,opts)
lbeta(t,opts) lgamma(t,opts)
log1p(t,opts) log_sigmoid(t,opts)
rsqrt(t,opts) sigmoid(t,opts)
|
|
Parameters
|
|
t
|
-
|
Tensor
|
u
|
-
|
Tensor
|
v
|
-
|
Tensor
|
opts
|
-
|
zero or more options as specified below
|
|
|
|
|
Options
|
|
The value of option name specifies an optional name for this Tensor, to be displayed in output and when visualizing the dataflow graph.
|
|
Description
|
|
•
|
The betainc(t,u,v,opts) command computes the incomplete Beta function of entries in a Tensor.
|
•
|
The expm1(t,opts) command computes the complex expm1 of entries in a Tensor.
|
•
|
The lbeta(t,opts) command computes the lbeta of entries in a Tensor.
|
•
|
The lgamma(t,opts) command computes the lgamma of entries in a Tensor.
|
•
|
The log1p(t,opts) command computes the log1p of entries in a Tensor.
|
•
|
The log_sigmoid(t,opts) command computes the log-sigmoid of entries in a Tensor.
|
•
|
The rsqrt(t,opts) command computes the reciprocal of the square root of entries in a Tensor.
|
•
|
The sigmoid(t,opts) command computes the sigmoid of entries in a Tensor.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (4) |
| (5) |
| (6) |
>
|
|
| (7) |
| (8) |
| (9) |
| (10) |
| (11) |
| (12) |
| (13) |
| (14) |
|
|
Compatibility
|
|
•
|
The DeepLearning,Tensor,betainc, DeepLearning,Tensor,expm1, DeepLearning,Tensor,lbeta, DeepLearning,Tensor,lgamma, DeepLearning,Tensor,log1p, DeepLearning,Tensor,log_sigmoid, DeepLearning,Tensor,rsqrt and DeepLearning,Tensor,sigmoid commands were introduced in Maple 2018.
|
|
|
|
|
|
|