I would like to try to implement a autoencoder fully-connected convolutional neural network as Unet to transform an image into another with an unknown non-linear relation between them.
I've got Gaussian kernel convolution algorithm which works well but I would like to try something with machine learning approach.
Have you got any idea of an other ANN architecture? without standard fully-connected ANN (already tried with good results) Thanks a lot