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

one field has many values, like people's interest, how to resolve this? #2

Open
jeremyHW opened this issue Oct 30, 2018 · 1 comment

Comments

@jeremyHW
Copy link

No description provided.

@waynesuzq
Copy link

Hi, I think I got a similar question. When process movielens data, you convert the label to 0/1:
label = tf.math.greater_equal(label, cutoff)

I wonder what if use the default label 1-5 classes, how is the last layer looks like.
Should we concat the output of FM and DNN, and use another FC to fit the multi-classes?

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

2 participants