keras-resnet icon indicating copy to clipboard operation
keras-resnet copied to clipboard

Last layer activation

Open rashemihmih opened this issue 6 years ago • 1 comments

Maybe you should use sigmoid activation instead of softmax for the last layer if num_outputs == 1?

rashemihmih avatar Oct 12 '17 23:10 rashemihmih

True..I think i should just leave out the dense layer as flexible since it can be used for regression as well.

raghakot avatar Oct 17 '17 18:10 raghakot