In this IPython Notebook i have implemented the Deep Dream algorithm from google paper(https://ai.googleblog.com/2015/07/deepdream-code-example-for-visualizing.html) .
In this notebook i used a pretrained InceptionV3 model, and used it for my DeepDream architecture where i have trained the model on my local gpu(which is something painefull) using keras as an API and tensorflow as a backend framework.
Note: This work is inspired from François Chollet Deep learning with python book.