Artificial Intelligence By Example
上QQ阅读APP看书,第一时间看更新

Questions

The answers to the questions are in Appendix B, with more explanations.

  1. Is reinforcement learning memoryless? (Yes | No)
  2. Does reinforcement learning use stochastic (random) functions? (Yes | No)
  3. Is MDP based on a rule base? (Yes | No)
  4. Is the Q function based on the MDP? (Yes | No)
  5. Is mathematics essential to artificial intelligence? (Yes | No)
  6. Can the Bellman-MDP process in this chapter apply to many problems? (Yes | No)
  7. Is it impossible for a machine learning program to create another program by itself? (Yes | No)
  8. Is a consultant required to enter business rules in a reinforcement learning program? (Yes | No)
  9. Is reinforcement learning supervised or unsupervised? (Supervised | Unsupervised)
  10. Can Q Learning run without a reward matrix? (Yes | No)