The DeepDream

$39

Description

The DeepDream

The neuron activations can be amplified at some layer in the network rather than synthesizing the image. This concept of amplifying the original image to see the effect of features is called DeepDream. The steps for creating the DeepDream are:

  1. Take an image and pick a layer from CNN.
  2. Take the activations at a particular layer.
  3. Modify the gradient such that the gradient and activations are equal.
  4. Compute the gradients of the image and backpropagate.
  5. The image has to be jittered and normalized using regularization.
  6. The pixel values should be clipped.
  7. Multi-scale processing of the image is done for the effect of fractal.

https://matlab1.com/shop/python-code/augmenting-the-dataset-in-tensorflow/

Content-based image retrieval

https://github.com/google/deepdream

Reviews

There are no reviews yet.

Be the first to review “The DeepDream”
Category: Tag: