Skip to content

why the predicting ratings has negative number? #49

Open
@giaoye

Description

@giaoye

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions