google prediction api示例“hello world”中结果不一样?

发布于 2022-09-07 15:52:15 字数 1273 浏览 14 评论 0

实例中输入法语 Muy Bueno ,就会显示French,Spanish,English猜中的几率。
{
"kind": "prediction#output",
"id": "languageidentifier",
"selfLink": "https://www.googleapis.com/prediction/v1.6/projects/12345678910/trainedmodels/languageidentifier/predict",
"outputLabel": "Spanish",
"outputMulti": [
{
"label": "French",
"score": "0.334130"
},
{
"label": "Spanish",
"score": "0.418339"
},
{
"label": "English",
"score": "0.247531"
}
]
}

但是我的结果却是:
    {
 "kind": "prediction#output",
 "id": "languageidentifier",
 "selfLink": "https://www.googleapis.com/prediction/v1.6/projects/891700192979/trainedmodels/languageidentifier/predict",
 "outputLabel": "English",
 "outputMulti": [
  {
   "label": "English",
   "score": "1.000000"
  },
  {
   "label": "French",
   "score": "0.000000"
  },
  {
   "label": "Spanish",
   "score": "0.000000"
  }
 ]
}

根本没有几率。是输入长一点的语句,就能判断正确,但是也是一锤子买卖,不是1.0000,就是0.00000。
我的训练集都是按照helloworld例子去做的,有什么问题吗?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

薯片软お妹 2022-09-14 15:52:15

Great ideas, i love your article. It gives me more ideas on home to organize my room with my shoes and stuff for my children.Keep up the good work

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文