April 2026
461 pages
17h 56m
English
Train, analyze, and win.
In this chapter, we’ll focus on programming convolutional neural networks (CNNs) and transformer neural networks using the TensorFlow 2 Python library. (See Appendix C for more details on TensorFlow 2 and the integrated Keras library.) Based on the knowledge you acquired in Chapter 7, we’ll now venture to implement our own CNN for handwriting recognition in Section 8.1. Then, we use pretrained networks for image classification (Section 8.2) and for natural language processing (NLP) tasks (Section 8.3).
For this task, we use the Modified National Institute of Standards and Technology (MNIST) dataset, which provides ...
Read now
Unlock full access