我有一个正在从事的项目,其中涉及培训一个深度神经网络,以为用户和项目生成相关性评分(构建推荐系统以为用户推荐项目)。
我想知道是否有什么办法可以将已经受过训练的推荐系统保存到Tensorflow,然后让Watson Assistant查询该模型?
我真的只是对设置交互式体验感兴趣,以便用户查找他们可能感兴趣的项目。
我在Tensorflow / Watson Assistant中都没有经验,因此如果这是一个愚蠢的问题,我要先道歉。
答案 0 :(得分:2)
据我所知,没有直接的方法可以实现这一目标。您可能必须使用IBM Watson Studio将您的深度学习模型作为API公开,并在中间创建一个与Watson Assistant API和Watson Studio API交互的应用程序,从而为用户提供对UI的响应。
参考文献:
在此处查看如何部署tensorflow批处理API-https://dat https://dataplatform.cloud.ibm.com/docs/content/analyze-data/ml-custom_libs_tensorflow.html
https://dataplatform.cloud.ibm.com/docs/content/analyze-data/ml_dlaas_tensorflow_deploy_score.html
Watson Assistant API参考-https://console.bluemix.net/apidocs/assistant