{"description":"Test your understanding of convolution kernels, their operations, and how they extract features from images.","questions":[{"answer":"A matrix that performs transformations on image data","number":1,"options":["A data storage unit","A matrix that performs transformations on image data","A backup image filter","An activation function"],"question":"What is a convolution kernel in the context of image processing?"},{"answer":"Element-wise multiplication followed by summation","number":2,"options":["Random cropping of the image","Adding pixel values to the kernel","Element-wise multiplication followed by summation","Converting an image to grayscale"],"question":"What does a convolution operation involve?"},{"answer":"Sharpen","number":3,"options":["Blur","Sharpen","Identity","Emboss"],"question":"Which filter is typically used to enhance edges in an image?"},{"answer":"Blur","number":4,"options":["Sobel","Sharpen","Blur","Emboss"],"question":"Which kernel would you use to reduce image noise and smooth details?"},{"answer":"Edges in a specific direction","number":5,"options":["Color variations","Image compression level","Edges in a specific direction","Pixel transparency"],"question":"What does a Sobel filter typically detect in images?"},{"answer":"Identity","number":6,"options":["Blur","Identity","Left Sobel","Emboss"],"question":"Which filter does not modify the image and acts as a 'pass-through'?"},{"answer":"They extract spatial features from input data","number":7,"options":["They serve as output layers","They replace all activation functions","They extract spatial features from input data","They are only used in the final layer"],"question":"How are convolution kernels typically used in a CNN?"},{"answer":"Emboss","number":8,"options":["Emboss","Blur","Right Sobel","Identity"],"question":"Which convolution kernel gives a 3D-like effect to the image?"},{"answer":"They are adjusted automatically to learn useful features","number":9,"options":["They remain fixed","They are manually tuned after training","They are adjusted automatically to learn useful features","They are discarded after each epoch"],"question":"In a trained CNN, what happens to the kernel values over time?"},{"answer":"It creates a new feature map with emphasized patterns","number":10,"options":["It changes the image format to JPEG","It creates a new feature map with emphasized patterns","It resizes the image","It removes all color from the image"],"question":"What is the effect of applying a convolution kernel across an image?"}],"title":"Convolution Kernels"}
