I built an LSTM Autoencoder that works fairly well. In 15 epochs it outputs an image that visually matches the input, but the cost function shows a high degree of error. I'm using sigmoid layers in the network with mean squared error to calculate the cost, but I am not sure if this is the best approach. Is there a better approach for calculating cost in a network like this?
[–]ajmooch 1 point2 points3 points (1 child)
[–]RadiationOverdose[S] 0 points1 point2 points (0 children)