Home > Machine Learning 101 > Quizzes > Machine Learning 101 Practice Test: Kernels And Kernel Trick
Machine Learning 101 Practice Test: Kernels And Kernel Trick
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 0% Most missed: “Let the domain be the real line and consider the domain points {-10, -9, -8, …, …”
In machine learning, a kernel is a function that measures the similarity between two data points in a given feature space. Kernels are used in Support Vector Machines (SVMs) to help perform certain calculations faster.  Here are some types of kernels: Laplacian kernel: Also known as the Laplace kernel or the exponential kernel, this is a non-parametric kernel that can be used to measure the similarity or distance between two input feature vectors. The Laplacian kernel is from the family of RBF kernel and it can be used in noiseless data. Polynomial kernel: This kernel function is commonly... Show more
Machine Learning 101 Practice Test: Kernels And Kernel Trick
Time left 00:00
20 Questions

1. A Hilbert space is a vector space with an inner product, which is also complete.
2. The Gaussian kernel is also called the RBF kernel, for Radial Basis Functions.
3. Spectrum Kernel count the number of substrings in common.
4. Which of the following statements is not true about kernel trick?
5. Which of the following statements is not true about kernel?
6. Which of the following statements is not true about choosing the right kernel?
7. A Hilbert space is a vector space with an inner product, which is also complete.
8. Which of the following statements is not true about kernel?
9. Which of the following statements is not true about kernel trick?
10. Which of the following statements is not true about Kernel methods?
11. As per the given figure Kernel trick illustrates some fundamental ideas about different ways to represent data and how machine learning algorithms see these different data representations.

12. Which of the following statements is not true about the learning algorithms?
13. The computational complexity challenge related to learning half-space in high dimensional feature spaces can be solved using the method of kernels.
14. The Gaussian kernel is also called the RBF kernel, for Radial Basis Functions.
15. Let the domain be the real line and consider the domain points {-10, -9, -8, …, 0, 1, …, 9, 10} where the labels are +1 for all x such that |x| > 2 and 1 otherwise. The given training set is separable by a half-space.
16. The k degree polynomial kernel is defined as K(x, x) = (1 + ’>)k.
17. Which of the following statements is not true about the learning algorithms?
18. Many learning algorithms for half-spaces can be carried out just on the basis of the values of the kernel function over pairs of domain points.
19. Which of the following statements is not true about kernel properties?
20. Polynomial-based classifiers yield much richer hypothesis classes than half-spaces.