We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I think the predicting rating should be a positive number. But the result of
logits = tf.keras.layers.Dense( # sigmoid 1, activation=None, kernel_initializer="lecun_uniform", name=movielens.RATING_COLUMN)(predict_vector)
has some negative number. Help me please, thanks!