We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A neural net for prediction would break some of the assumptions about the relationship between user and item reprs.
This could allow a DNN to directly learn relationships between user/item features when coupled with the FeaturePassThroughRepresentationGraph.
Coupled with this, we should also implement the representation graph with TfLayers.
The text was updated successfully, but these errors were encountered:
jfkirk
No branches or pull requests
A neural net for prediction would break some of the assumptions about the relationship between user and item reprs.
This could allow a DNN to directly learn relationships between user/item features when coupled with the FeaturePassThroughRepresentationGraph.
Coupled with this, we should also implement the representation graph with TfLayers.
The text was updated successfully, but these errors were encountered: