- We introduce convolutional neural networks (CNN), and how we can use them in TensorFlow.
- Here, we show how to create a CNN architecture that performs well on the MNIST digit recognition task.
- In this example, we show how to replicate an architecture for the CIFAR-10 image recognition task.
- We show how to re-train the Google Inception model to work on the CIFAR-10 dataset.
- In this recipe, we show a basic implementation of using Stylenet or Neuralstyle.
- This script shows a line-by-line explanation of TensorFlow's deepdream tutorial. Taken from Deepdream on TensorFlow.