LinearAutoencoder
svetlanna.networks.LinearAutoencoder
Bases: Module
A simple autoencoder network consisting of consistent encoder and decoder for a simultaneous training.
Parameters:
-
encoder_elements(Iterable[Element]) –The encoder elements.
-
decoder_elements(Iterable[Element]) –The decoder elements.
Examples:
Output (in IPython environment):
encode
Propagation through the encoder part - encode a wavefront (input).
Returns:
-
Wavefront–An encoded input wavefront.