Visualizing features, receptive fields, and classes in neural networks from "scratch" with Tensorflow 2. Part 4: DeepDream and style transfer
Posted on Tue 19 May 2020 in Neural networks • Tagged with VGG16, tensorflow, neural networks, convolutional neural networks, receptive fields
A few examples of feature visualization in convolutional neural networks with Tensorflow 2.0. In this part, we look at filtering images using different layers of a deep neural network. We also perform style transfer, by modifying an image to have similar layer activations as a second source image.
Continue reading