expert-system
Expert System (?) algorithm
I have an algorithmic problem which can be reduced to this task: Suppose we have a list of n diseases and m symptoms.[详细]
2023-01-23 18:22 分类:问答Propagating Clips Error Messages in PyClips
I\'m finding it very difficult to develop with PyClips, because it appears to replace开发者_如何学C useful error messages thrown by Clips with a generic \"syntax error\" message. This makes debugging[详细]
2023-01-15 22:45 分类:问答Counting Existing Facts in the RHS of Clips Rules
How do you test for fact existence in the RHS of rules in Clips? I\'m trying to design a rule that will \"score\" the current state by counting how many goal facts exist. It\'s obvious how to test for[详细]
2023-01-14 11:47 分类:问答Clips matching expression is not working
he开发者_StackOverflow社区llo in clips i have this template: (deftemplate cell(slot x)(slot y)(slot alive))[详细]
2022-12-29 12:09 分类:问答How to read line in CLIPS?
I need to read a string in CLIPS so i\'m usign (readline) but it 开发者_StackOverflow中文版doesn\'t seem to work.[详细]
2022-12-25 19:21 分类:问答what languages are used in AI research today?
I am currently dabbling in expert systems, emacs lisp, and reading up about artificial intelligence.Traditionally, artificial intelligence is associated with LISP and expert systems with CLIPS.However[详细]
2022-12-20 02:17 分类:问答Neural Network Expert System
Does anyone know how to emulate an Expert Systems using Neural Networks? An example of this is the 20q.net website.[详细]
2022-12-15 23:27 分类:问答I am trying to build an Expert system and my UI is prepared in .Net and now I am willing to connect it to LISP
I am trying to write an Expert System from scratch. I am a beginner at this and need some h开发者_如何学Goelp with my project.[详细]
2022-12-14 16:56 分类:问答Expert system for writing programs?
I am brainstorming an idea of developing a high level software to manipulate matrix algebra equations, tensor manipulations to be exact, to produce optimized C++ code using several criteria such as si[详细]
2022-12-12 00:10 分类:问答Rules Engine vs Expert System
What is the difference between a rules engine and an expert system? Example1: Let\'s say that I have a program that determines the expiration date of a new driver\'s license.It takes inputs like visa[详细]
2022-12-10 22:12 分类:问答