Cifar-Autoencoder icon indicating copy to clipboard operation
Cifar-Autoencoder copied to clipboard

A look at some simple autoencoders for the Cifar10 dataset, including a denoising autoencoder. Python code included.

Results 2 Cifar-Autoencoder issues
Sort by recently updated
recently updated
newest added
trafficstars

Thanks for the nice repository! - Have you tried a combination of multiple convolutional layers followed by a fully-connected layer with a decoder mirror of that? - I have observed...

A thoughtful piece of work! I’d like to ask why the code applies batch normalization after the use of a restrictive activation function. Wouldn’t this cause a shift in the...