This document summarizes a lecture on multi-kernel support vector machines (SVM). It introduces multiple kernel learning (MKL), which allows using a combination of multiple kernel functions instead of a single kernel for SVM classification and regression. MKL learns the optimal combination of kernels by solving a convex optimization problem to find the kernel weights while training the SVM. The SimpleMKL algorithm is presented for efficiently solving the MKL problem using a reduced gradient approach. Experimental results on regression datasets demonstrate that MKL can improve performance over single kernel SVMs.