Answered step by step
Verified Expert Solution
Question
1 Approved Answer
machine learning questions help 1. 2. Consider the following dataset: X=1,11,+1+1,1+1,+1,y=1221 Which of the following kernels are able to achieve zero error on this training
machine learning questions help
Consider the following dataset: X=1,11,+1+1,1+1,+1,y=1221 Which of the following kernels are able to achieve zero error on this training dataset? Choose all that apply. A. Linear B. Polynomial with sufficiently high degree C. Gaussian D. None of the above We are going to consider convolution with image patches X1,X2 and filter W : X1=1,0,1,0,11,0,1,0,11,0,1,0,11,0,1,0,11,0,1,0,1X2=0,1,0,1,00,1,0,1,00,1,0,1,00,1,0,1,00,1,0,1,0W=1,1,11,1,11,1,1 Choose the correct result for the convolution of X1 and W. Assume stride 1, and no padding. A.000000000 B. \begin{tabular}{lll} 0 & -3 & 0 \\ 0 & -3 & 0 \\ 0 & -3 & 0 \end{tabular} c. \begin{tabular}{ll} -3 & -3 \\ -3 & -3 \end{tabular} D. 03 03 Choose the correct result for the convolution of X2 and W. Assume stride 2, and no padding. \begin{tabular}{lll} A. & & \\ 0 & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & 0 \end{tabular} B. 030 C. 33 33 D. 03 03 1.
2.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started