简体   繁体   English

Watson NLU 是监督学习和无监督学习 API

[英]Is Watson NLU supervised and unsupervised learning API

I was going through the Watson knowledge studio and NLU.我正在浏览 Watson 知识工作室和 NLU。 I understood that WKS is supervised learning because we have to trained WKS with pattern and taxonomy to get the desired result.我知道 WKS 是监督学习,因为我们必须用模式和分类法训练 WKS 才能获得所需的结果。 Can some body help me to understand about Watson NLU, Do we not trained the NLU and it returns the result based on internal implementation.有人可以帮助我了解 Watson NLU,我们是否没有训练过 NLU,它会根据内部实现返回结果。 Does NLU trained itself ? NLU 自己训练吗?
Is Watson NLU supervised and unsupervised learning API ? Watson NLU 是有监督和无监督学习 API 吗?

Thanks谢谢

NLU returns results using models created by IBM, but you can use a custom model from WKS to further customize the service in order to identify domain-specific entities and relations. NLU 使用 IBM 创建的模型返回结果,但您可以使用来自 WKS 的定制模型来进一步定制服务,以便识别特定于域的实体和关系。

https://console.bluemix.net/docs/services/natural-language-understanding/customizing.html#customizing https://console.bluemix.net/docs/services/natural-language-understanding/customizing.html#customizing

Felipe's answer above is correct.费利佩上面的回答是正确的。 These are both instances of SUPERVISED learning.这些都是监督学习的实例。 NLU does NOT do any UNSUPERVISED learning - where it learns from whatever the users input. NLU 不进行任何不受监督的学习——它从用户输入的任何内容中学习。 This is by design - unsupervised learning can lead to some pretty scary results (see MS Tay Chatbot - https://www.theverge.com/2016/3/24/11297050/tay-microsoft-chatbot-racist )这是设计使然 - 无监督学习可能会导致一些非常可怕的结果(参见 MS Tay Chatbot - https://www.theverge.com/2016/3/24/11297050/tay-microsoft-chatbot-racist

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM