An application for visualizing a feature map of an image in VGG16. You can edit the parameters used to create the image to change how the feature map is visualized.
The constant by which to multiply the gradient of the difference of the two feature maps with respect to the input image.
The number of standard deviations from the mean to clip the image pixel values at.
The number of standard deviations from the mean to clip the gradient values at.
The number of iterations of gradient descent to perform when updating the image.
The constant by which to multiply the total variation of the image. The total variation is total difference between neighboring pixels.
The number of noise pixels to add to the image each iteration. The total number of pixels is 150,528 so this number should be of the same magnitude to have a noticeable effect.