tensorrec
tensorrec copied to clipboard
Add AbstractTfLayersPredictionGraph
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.