- 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 download and setup the CIFAR-10 data for the TensorFlow retraining/fine-tuning tutorial.
- 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. Note that the code here is converted to Python 3.