DL with Python: Generative deep learning (Chapter 12)

Deep Learning with Python Study Series based on the new edition of the popular book “Deep Learning with Python” by François Chollet In this study series, we go through the chapters of the book, explain the theoretical part, run the code, answer questions and discuss various topics related to Deep Learning. The book covers a vast range of Deep Learning topics. Starting with Machine Learning and Deep Learning basics and using simple examples and easy-to-follow code, it gets us to an advanced level of DL applications. It covers many different fields of DL, from tabular data, image classification, segmentation, and generation to the use of Transformers in NLP. Due to its unique structure, one can become familiar with the code of such projects even without prior knowledge of DL. 👉 SESSION DESCRIPTION During the session, we explored various generative techniques like text generation, neural style transfer, variational autoencoders, and GANs (generative adversarial networks). The code that we read and run is based
Back to Top