Some important points, based on the midterm:
look | see | run | value |
true | true | yes | 23 |
true | true | no | 8 |
true | false | yes | 37 |
true | false | no | 56 |
false | true | yes | 28 |
false | true | no | 12 |
false | false | yes | 18 |
false | false | no | 22 |
look | see | value |
true | true | 23 |
true | false | 56 |
false | true | 28 |
false | false | 22 |
look | see | run |
true | true | yes |
true | false | no |
false | true | yes |
false | false | no |
contaminated specimen | positive test | discard sample |
true | true | yes |
true | false | no |
false | true | yes |
false | false | no |
In a nuclear research submarine, a sensor measures the temperature of the reactor core. An alarm is triggered (A=true) if the sensor reading is abnormally high (S=true), indicating an overheating of the core (C=true). The alarm and/or the sensor can be defective (S_ok=false, A_ok=false) which can cause them to malfunction. The alarm system can be modelled by the following belief network (all variables are Boolean):
C | Shutdown | Utility |
true | true | -cs |
true | false | -cm |
false | true | -cs |
false | false | 0 |
They are planning on building an intelligent tutoring system for teaching elementary physics (e.g., mechanics and electro-magnetism). One of the things that the system will need to do is to diagnose errors that a student may be making.
For each of the following, answer the explicit questions and use proper English. Answering parts not asked or giving more than one answer when only one is asked for will annoy the boss and result in reduced marks in the exam. The boss also doesn't like jargon, so please use straightforward English.
The boss has heard of consistency-based diagnosis, abductive diagnosis and belief networks, but wants to know what they involve in the context of building an intelligent tutoring system for teaching elementary physics.
Suppose you are given the following scenario. There are four possible diseases a particular patient may have: p, q, r and s. p causes spots. q causes spots. Fever could be caused by one (or more) of q, r or s. The patient has spots and fever.