What is the accuracy of MLP on digit '4' of MNIST?
1
On which digit or digits of MNIST does eigen out-perform SVM?
0
How do you tell ml.py where to find any images it needs?
using the -data command-line qualifier
When comparing the performances of RF and SVM on MNIST, for how many digits is the performance difference statistically significant?
7
What is the main purpose of this experiment?
to give experience in comparing the performances of algorithms
Which of the following is NOT supported by ml.py?
genetic programming
How many different classes are then in the ORL5 task?
40
Which of the supported learners is the slowest to run?
eigen
The eigen learner can use 'manhatten' to match feature vectors. What does this compute?
the sum of absolute differences between features
What is a 'knowledge base' in ml.py?
a trained machine learning system