Programming Neural Networks with Python
by Rheinwerk Publishing, Inc, Dr. Joachim Steinwendner, Dr. Roland Schwaiger
8.4 Summary
After acquiring the theoretical knowledge of CNNs and transformer neural networks in Chapter 7, you’ve become familiar with the tools for practical implementation using TensorFlow, the integrated Keras library, and the transformer library. You first created your own network model to generate a classifier for the MNIST dataset. Then, you used (the very complex and powerful) pretrained deep neural networks to apply them to different tasks. On the one hand, you’ve used a CNN called Inception-v3, which is already very good at extracting key features from an image. Secondly, you’ve used the Hugging Face transformer library to solve typical NLP tasks. This approach, also known as transfer learning, saves you the time-consuming training ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access