I have been working on an image segmentation project where I have created a convolutional autoencoder. I saw this image and implemented it using Keras. Deep Autoencoder

At the output layer, the author has used the softmax activation function. Shouldn't it be ReLU?

According to me, this seems to be a regression problem, where we need to predict the continuous values for the segmented image pixels. If so, why are we using a softmax function, instead of ReLU or a linear function?

没有正确的解决方案

许可以下: CC-BY-SA归因
scroll top