从事实中形成规则。基于规则的编程
学习剪辑,虽然我不介意语法,但我发现很难从事实中得出规则。是否有关于如何在给定知识库的情况下构建规则的提示? 一个不平凡的例子会很好,谢谢。
Learning Clips, while I don't mind the syntax I'm finding it difficult to derive rules from facts. Is there a tip on how to structure rules given a knowledge base?
A non trivial example would be nice, thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
基本上,这就是“知识工程”的整个领域;这实际上是一个广泛的问题,就像“给定一个领域,我如何为该领域构建应用程序软件?”关于这个主题已经写了整本书。在我看来,以下三个很好地处理了这个主题:Peter Norvig 的 “人工智能,一种现代方法” ,贾拉塔诺和莱利的 “专家系统:原理和编程”,以及我的 “杰西在行动”。
Basically this is the entire field of "knowledge engineering;" it's really as broad a question as "given a domain, how do I architect application software for that domain?" Whole books have been written on this topic. Here are three that treat this topic well IMO: Peter Norvig's "Artificial Intelligence, A Modern Approach", Giarratano and Riley's "Expert Systems: Principles and Programming", and my "Jess In Action".