In this chapter, we're going to explore some more deep learning models with CNTK. Specifically, we're going to look at using neural networks for classifying image data. All that you've learned in the past chapters will come back in this chapter as we discuss how to train convolutional neural networks.
The following topics will be covered in this chapter:
- Convolutional neural network architecture
- How to build a convolutional neural network
- How to feed image data into a convolutional network
- How to improve network performance with data augmentation