Deep Learning questions
Q: What is the number of the parameters of convolution? A: (3*3*3 + 1) *3 Q: We have a multiclass neural net, what should we change in it, if we want to make it multilabel? A: Change the output activation function from softmax to sigmoid and the loss function from categorical cross-entropy to binary...
May 18, 2026