Autoencoders Types

Hi, can someone explain to me the differences between this models of autoencoders: https://github.com/L1aoXingyu/pytorch-beginner/tree/master/08-AutoEncoder

And explain me better the network structure of all of them? I want to know more about this models.
Thanks.

1 Like

Hi,

The best way to do this is to google each name and read the relate paper. Each of them has quite a different approach and a lot of details into them :slight_smile:

1 Like

Thank you, i already did that. For the simple one, how can i classify it?

You might want to check the code in more details, but the “basic architecture” described in the wikipedia article seems to match the code in spirit.

1 Like