Google News
logo
Keras - Quiz(MCQ)
Which of the following is not a type of layer that can be used in a Keras model?
A)
SVM layer
B)
Dense layer
C)
Recurrent layer
D)
Convolutional layer

Correct Answer :   SVM layer


Explanation : Keras does not have an SVM layer. Instead, you can use a dense layer with a linear activation function to implement an SVM.

Advertisement