Programming Neural Networks with Python
by Rheinwerk Publishing, Inc, Dr. Joachim Steinwendner, Dr. Roland Schwaiger
7.5 Summary
In this chapter, you’ve learned about two very powerful network types from the family of deep neural networks: CNNs and transformer neural networks. CNNs belong to the class of discriminative AI, whose task is to differentiate and categorize, and which are primarily used for image and video data. Transformer neural networks, on the other hand, are representatives of generative AI, as they generate new data in the form of text to fulfill NLP tasks.
Both network types can contain millions of trainable parameters, which is an indicator of their performance.
Now that we’ve dealt with the different types of networks in this chapter, without being distracted by the programming, we’ll turn to the hands-on application of our new-found ...
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