fc

Collection of Fully Connected Models constructors.

Interfaces

interfaces.FCInterface Primitive Interface to be used by all ashpy.models.

Decoders

decoders.Decoder Primitive Model for all fully connected decoder based architecture.

Encoders

encoders.Encoder Primitive Model for all fully connected encoder based architecture.

Autoencoders

autoencoders.Autoencoder Primitive Model for all fully connected autoencoders.

Modules

autoencoders Collection of Fully Connected Autoencoders.
decoders Collection of Decoders (i.e., GANs’ Discriminators) models.
encoders Collection of Encoders (i.e., GANs’ Discriminators) models.
interfaces Primitive Fully Connected interfaces.