deepdream icon indicating copy to clipboard operation
deepdream copied to clipboard

DeepDream with a few changes

This version of the DeepDream code has a few changes to the original code:

  • varying stepsize and iteration count over the octaves
  • optional class suppression
  • optional maximum und blur filtering of activation layers
  • a given image size for the first octave instead of a scale factor
  • optional desaturation
  • a utility function to load images from local paths and remote urls

If you are new to this you should start with the original version:

This repository contains IPython Notebook with sample code, complementing Google Research blog post about Neural Network art. See original gallery for more examples.

You can view "dream.ipynb" directly on github, or clone the repository, install dependencies listed in the notebook and play with code locally.

It'll be interesting to see what imagery people are able to generate using the described technique. If you post images to Google+, Facebook, or Twitter, be sure to tag them with #deepdream so other researchers can check them out too.