Question-2
classification
Which of the following classifiers produce a linear decision boundary in the feature space?
Answer
Solution
The boundary for a perceptron and logistic regression is linear and is of the form \(\mathbf{w}^{T} \mathbf{x} + b = 0\). Kernel SVM with a Gaussian kernel will have a non-linear boundary. Same is the case with a neural network with non-linear activation functions in the hidden layers.