Autoencoder
- A Convolutional Neural Network consisting of encoder and decoder.
- It tries to output the same as it got as input.
- An example of Unsupervised Learning (no labels)
Branched Autoencoder #
- Works in fixed number of branches
- Each branch reconstructs a part it is responsible for
- Final result is the union of all branch outputs