首页 > 解决方案 > 在 android studio 中使用谷歌分析事件、bigQuery 和 tenserflow 制作推荐系统

问题描述

我已经使用 firebase firestore 创建了我的应用程序。这是我的示例查询:

Query posts = firestore.collection("posts")
                    .orderBy("created", Query.Direction.DESCENDING);

但问题是:它总是给出相同的结果。我想根据用户的兴趣显示帖子。

我想在 android studio 中使用分析事件、bigQuery 和 tensorflow 创建帖子推荐系统

标签: androidtensorflowmachine-learninggoogle-analyticsgoogle-bigquery

解决方案


推荐阅读