powered by
Sets up a Möbius transformation unit
LFT(a = NULL, dtype = "float32")
LFT returns a list containing a list with the following components:
LFT
An encapsulated function that takes an input and evaluates the Möbius transformation using TensorFlow
TensorFlow
Same as f but uses R
f
R
Same as f but does it in parallel for several inputs index by the first dimension of the tensor
The number of basis functions (fixed to 1 in this case)
The transformation applied to the weights before estimation (in this case the identity)
Flag indicating whether the weights are fixed or not (TRUE for LFTs)
Name of layer
List of parameters describing the Möbius transformation as TensorFlow objects
vector of four complex numbers describing the Möbius transformation
data type
# \donttest{ if (reticulate::py_module_available("tensorflow")) { layer <- LFT() } # }
Run the code above in your browser using DataLab