Deep-AutoEncoder-Recommendation
Deep-AutoEncoder-Recommendation copied to clipboard
masked mse function
in the definition of masked mse function why you set that masked_mse is divided by K.maximum(K.sum(mask_true, axis=-1), 1) and not K.sum(mask_true, axis=-1) ?