Kernel-based methods like Support Vector Machines (SVM) have been established as powerful techniques in machine learning. The idea of SVM is to perform a mapping φ from the input space to a higher-dimensional feature space using a kernel function k, so that a linear learning algorithm can be employed. However, the burden of choosing the appropriate kernel function is usually left to the user. I...