Defining the decoder

Let's define the decoder which takes the encoded values from the encoder and returns the reconstructed image:

decoder = Dense(784, activation='sigmoid')(encoder)
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset