Chapter 2, White Box XAI for AI Bias and Ethics
- The autopilot of an SDC can override traffic regulations. (True|False)
True. Technically it is possible.
False. Though possible, it is not legal.
- The autopilot of an SDC should always be activated. (True|False)
False. The simulations in this chapter prove that it should be avoided in heavy traffic until autopilots can deal with any situation.
- The structure of a decision tree can be controlled for XAI. (True|False)
True. Modifying the size and depth of a decision tree is a good tool to explain the algorithm.
- A well-trained decision tree will always produce a good result with live data. (True|False)
True. If the training reached an accuracy of 1.
False. New situations might confuse the algorithm.
- A decision tree uses a set of hardcoded rules to classify data. (True|False)
False. A decision tree learns how to decide...