sample_bernoulli {tfaddons} | R Documentation |
Bernoulli sample
Description
Samples from Bernoulli distribution.
Usage
sample_bernoulli(
probs = NULL,
logits = NULL,
dtype = tf$int32,
sample_shape = list(),
seed = NULL
)
Arguments
probs |
probabilities |
logits |
logits |
dtype |
the data type |
sample_shape |
a list/vector of integers |
seed |
integer, random seed |
Value
a Tensor
[Package tfaddons version 0.10.0 Index]