
Deep learning models and especially neural networks have been used thoroughly over the past few years. There are many success...

One of the most widely used layers within the Keras framework for deep learning is the Conv2D layer. However, especially...

Sometimes, your data set may consist of e.g. images from which you only need to use a tiny bit in...

The Convolutional layers section of the Keras API contains the so-called UpSampling2D layer. But what does it do? And how...

Transposed convolutions – we looked at them in theory in a previous blog post, but how can they be applied?...