gan generative adversarial networks deep dream

Keras Implementation of Deep Dream 🦚🌌

This repo contains the model and the notebook for this Deep Dream implementation of Keras.

Full credits to: François Chollet

deepdream

Background Information

"Deep dream" is an image-filtering technique which consists of taking an image classification model, and running gradient ascent over an input image to try to maximize the activations of specific layers (and sometimes, specific units in specific layers) for this input. It produces hallucination-like visuals.

It was first introduced by Alexander Mordvintsev from Google in July 2015.

Process: