HW5 โ Theory + SVM
1.
- Let ๐พ, ๐ฟ be two kernels (operating on the same space) and let ๐ผ, ๐ฝ be two
positive scalars.
Prove that ๐ผ๐พ + ๐ฝ๐ฟ is a kernel.
- Provide (two different) examples of non-zero kernels ๐พ, ๐ฟ (operating on the
same space), so that:
i. ๐พโ๐ฟisakernel.ii. ๐พโ๐ฟisnotakernel. Prove your answers.
- Use Lagrange Multipliers to find the maximum and minimum values of the function subject to the given constraints:
Function:๐(๐ฅ,๐ฆ,๐ง)= ๐ฅ0 +๐ฆ0 +๐ง0.Constraint:๐(๐ฅ,๐ฆ,๐ง)= 23 +53 +73 =1, 43 63 63
where๐ผ> ๐ฝ>0
- Let๐=R=.Let
๐ถ = ๐ป = {h(๐, ๐, ๐) = {(๐ฅ, ๐ฆ, ๐ง) ๐ . ๐ก |๐ฅ| โค ๐, |๐ฆ| โค ๐, |๐ง| โค ๐} ๐ . ๐ก. ๐, ๐, ๐ โ RL} the set of all origin centered boxes. Describe a polynomial sample complexity algorithm ๐ฟ
that learns ๐ถ using ๐ป. State the time complexity and the sample complexity of your suggested algorithm. Prove all your steps.




