AutoEncoder_CNN

class Encoder_CNN
Encoder network for the autoencoder using CNN layers. This network compresses the input image into a lower-dimensional embedding.
Methods:
class Decoder_CNN
Decoder network for the autoencoder using CNN layers. This network reconstructs the image from the lower-dimensional embedding.
Methods:
class Autoencoder_CNN
Methods: