Representing the Expert's Knowledge
- You need to represent this domain appropriately
- There are a host of decisions to be made.
- Can you use a Rule Based System, or is another system
(e.g. CBR, NN) better.
- Is a knowledge based system even feasible?
- Should you have some sort of intermediate representation (e.g. and/or
tree)? This can help you figure things out, and can be used
to help others understand the system.
- Traditional knowledge representation questions are
also reasonable. Should you use a semantic net, or something
else (e.g. frames, logic)?
- What type of objects (WM) are you going to have?
- If you're using a Rule Based System, what kind of chaining are
you going to use?