Denosing Images of Cats and Dogs with Autoencoders
mayberay.bearblog.dev·22h·
Flag this post
  • 22 Oct, 2025 *

This is part 6 of my series. In the previous post, we looked at ResNet and Skip Connections, where we implemented the model and discussed the degradation problem and how skip connections mitigated this issue. We then used a pre-trained version of the model to transfer learn on the Caltech-256 dataset.

In this post, we are going to look at autoencoders. Autoencoders are a type of neural network used to convert high-dimensional data into low dimensions. They consist of an encoder and decoder, in which the encoder takes in the high-dimensional data and converts it into a low-dimensional representation. The decoder takes this low-dimensional representation and converts it into the desired output.

An exam…

Similar Posts

Loading similar posts...