Path: blob/master/second_edition/chapter14_conclusions.ipynb
713 views
Kernel: Python 3
This is a companion notebook for the book Deep Learning with Python, Second Edition. For readability, it only contains runnable code blocks and section titles, and omits everything else in the book: text paragraphs, figures, and pseudocode.
If you want to be able to follow what's going on, I recommend reading the notebook side by side with your copy of the book.
This notebook was generated for TensorFlow 2.6.
Conclusions
Key concepts in review
Various approaches to AI
What makes deep learning special within the field of machine learning
How to think about deep learning
Key enabling technologies
The universal machine-learning workflow
Key network architectures
Densely connected networks
In [0]:
In [0]:
In [0]:
In [0]:
Convnets
In [0]:
RNNs
In [0]:
In [0]:
Transformers
In [0]:
In [0]: