You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do the nonlinear and linear options correspond to the agnostic process described in the paper?
selfmasking_known should correspond to the third approach described in the paper, which reads where the sign of the weights in the logistic regression is known. I don't follow how doing a tf.nn.softplus is linked to the knowledge of the sign of the weights. Can you please elaborate?
Cheers!
The text was updated successfully, but these errors were encountered:
In the file
notmiwae.py
, consider the following function´´´
def bernoulli_decoder_miss(self, z):
´´´
nonlinear
andlinear
options correspond to the agnostic process described in the paper?selfmasking_known
should correspond to the third approach described in the paper, which reads where the sign of the weights in the logistic regression is known. I don't follow how doing atf.nn.softplus
is linked to the knowledge of the sign of the weights. Can you please elaborate?Cheers!
The text was updated successfully, but these errors were encountered: