Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why the predicting ratings has negative number? #49

Open
giaoye opened this issue May 22, 2019 · 0 comments
Open

why the predicting ratings has negative number? #49

giaoye opened this issue May 22, 2019 · 0 comments

Comments

@giaoye
Copy link

giaoye commented May 22, 2019

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant