A quiz on the machine learning experiment

Adrian F. Clark

  1. On which digit or digits of MNIST does eigen out-perform SVM?

  2. What is the accuracy of MLP on digit '4' of MNIST?

  3. What is a 'knowledge base' in ml.py?

  4. What is the main purpose of this experiment?

  5. When comparing the performances of RF and SVM on MNIST, for how many digits is the performance difference statistically significant?

  6. How do you tell ml.py where to find any images it needs?

  7. The eigen learner can use 'manhatten' to match feature vectors. What does this compute?

  8. Which of the supported learners is the slowest to run?

  9. Which of the following is NOT supported by ml.py?

  10. How many different classes are then in the ORL5 task?

  11.