RaptorMai / Deep-AutoEncoder-Recommendation

Keras implementation of AutoRec and DeepRecommender from Nvidia.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

masked mse function

nedjaimanar opened this issue · comments

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) ?