What are GANs?

A brief introduction to Generative Adversarial Networks Why should we care about Generative Adversarial Networks (GANs for short) in the first place? Well… take a look at the below images. What do you think about them? If you would see one of these images somewhere on the internet, would you Read more…

Building a ResNet in Keras

Using Keras Functional API to construct a Residual Neural Network What is a Residual Neural Network? In principle, neural networks should get better results as they have more layers. A deeper network can learn anything a shallower version of itself can, plus (possibly) more than that. If, for a given Read more…