AI Exam Questions
- Knowledge Representation
- Logic
- Rules
- Semantic Nets (the big one):
- Interpret a semantic net.
- Draw a Semantic Net for a domain.
- Show an example Nixon Diamond to illustrate the problem
with multiple inheritence.
- Others (Frames, XML, Ontologies)
- Search
- Implement a search of a particular space (e.g. a maze).
- Implement a particular search (e.g. depth first).
- Discuss a search described on the exam (e.g. minimax).
- Code some search for a particular task. (A particular search.)
- Code a particular search for a general task.
- Discuss different search algorithms.
- Goals
- Search Spaces (probably on exam). Describe the search space
for a particular domain (e.g. tic-tac-toe).
- Machine Learning
- Training and testing (how do you test a ML algorithm).
- Simple algorithms (caching)
- Touch on different ML algorithms (e.g. MLPs, GAs,
linear approximation).
- Other
- Chatbots
- ALife
- Emergent Behaviour