Home > Machine Learning 101 > Quizzes > Machine Learning 101 Practice Test: Formal Learning Model
Machine Learning 101 Practice Test: Formal Learning Model
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 0% Most missed: “What happens due to overfitting?”
Quiz on statistical learning framework, empirical minimization framework and PAC learning. Machine learning is a formal learning model.   Statistical learning is a subfield of machine learning that uses statistical methods to identify patterns and relationships in data. Statistical learning is the basis for machine learning algorithms.  The Empirical Risk Minimization (ERM) principle is a learning paradigm which consists in selecting the model with minimal average error over the training set. This so-called training error can be seen as an estimate of the risk (due to the law of large... Show more
Machine Learning 101 Practice Test: Formal Learning Model
Time left 00:00
25 Questions

1. When was PAC learning invented?
2. What is the significance of epsilon in PAC learning?
3. What is the relation between Empirical Risk Minimization and Training Error?
4. What is the significance of delta in PAC learning?
5. What is assumed while using empirical risk minimization with inductive bias?
6. What is not accessible to the learner?
7. In PAC learning, sample complexity grows as the logarithm of the number of hypothesizes.
8. What are the possible values of A, B, and C in the following diagram?
machine-learning-questions-answers-statistical-learning-framework-q10
9. Which is the more desirable way to reduce overfitting?
10. One of the goals of PAC learning is to give __________
11. The labeling function is known to the learner in the beginning.
12. The true error is available to the learner.
13. What is one of the drawbacks of Empirical Risk Minimization?
14. The error available to the learner is ______
15. The full form of PAC is ______
16. What happens due to overfitting?
17. The error of classifier is measured with respect to _________
18. Number of hypothesizes |H| = 973, probability = 95%, error < 0.1. Find minimum number of training examples, m, required.
19. The hypothesis space H for inductive bias is a finite class.
20. Who introduced the concept of PAC learning?
21. The set which represents the different instances of the target variable is known as ______
22. A learner can be deemed consistent if it produces a hypothesis that perfectly fits the __________
23. What is the learner’s output also called?
24. What can be explained by PAC learning?
25. Delta is the __________ parameter of the prediction.