hxtorch.perceptron.MockParameter
-
class
hxtorch.perceptron.
MockParameter
Bases:
pybind11_builtins.pybind11_object
Parameter of hardware mock.
-
__init__
(self: _hxtorch_perceptron.MockParameter, noise_std: float = 2.0, gain: float = 0.002) → None Construct with noise standard deviation and gain.
@param noise_std Noise standard deviation to use @param gain Gain to use
Methods
__init__
(self, noise_std, gain)Construct with noise standard deviation and gain.
Attributes
-
property
gain
-
property
noise_std
-