标签: tensorflow machine-learning google-cloud-platform recommendation-engine google-cloud-ml
我在Google Cloud here上发现了推荐引擎的实现,事实证明它是 User to Item 推荐。
我想知道是否有针对Google Cloud的类似解决方案,具有项到项推荐。
答案 0 :(得分:0)
You can just replace the User with Item data. Treat Item as User component. I guess rest of the things remains same in the SVD Matrix.