

Buy anything from 5,000+ international stores. One checkout price. No surprise fees. Join 2M+ shoppers on Desertcart.
Desertcart purchases this item on your behalf and handles shipping, customs, and support to Colombia.
Generative Deep Learning: Teaching Machines To Paint, Write, Compose, and Play [Foster, David] on desertcart.com. *FREE* shipping on qualifying offers. Generative Deep Learning: Teaching Machines To Paint, Write, Compose, and Play Review: Excellent review of types of deep learning models for generative tasks - In 2019 I bought, read and thoroughly loved the first edition of this book. One reason I loved that edition was the author’s excellent way of explaining generative adversarial networks (GAN), with humorous and relevant examples. At that point I was a lot more naive about the various deep learning models (ANN, RNN, CNN etc) and for a while I was unable to see where GANs fit in in the grand scheme or evolution of deep learning models. With the explosion in interest in generative AI after the release of ChatGPT-3, I read “Natural Language Processing with Transformers” by Turnstall etc. to get an understanding of the Transformer model. Along the way I read other sources of information on language models such as a paper “Survey of Large Language Models” by Socher etc. That later paper gave an excellent overview of the evolution of language models (statistical language models --> neural language models --> pretrained language models —> large language models). I also saw where language models fit in in the context of ANNs, RNN, CNN etc. When I saw that the author released a second edition of “Generative Deep Learning”, I noticed that the content had changed (ie increased) from the first edition, and I immediately decided to buy the second edition. This second edition has an excellent overview of the evolution of generative models, in fact 6 of them (variational auto encoders (VAE) —> generative adversarial networks (GAN) —> autoregressive models —> normalizing flow models —> energy based models —> diffusion models). I had never heard of some of these models. According to this author the Transformer is an application of generative deep learning models. The author goes on to describe other applications such as music generation and multimodal models. While this book requires one to know Python programming and offers code on GitHub, I was able to skip running the code and still learn a lot about generative deep learning. (I tried to run the code examples but couldn’t get around to it. I wish the author provided easier Jupyter notebooks for running the code). Another aspect of the book that I loved was the author’s description of key concepts like “probabilistic” versus “deterministic”, “discriminative” versus “generative” etc. I highly recommend this book as a great resource for a historical overview of generative deep learning. One should read it before one reads anything on just the transformer or language models. Review: The book I was looking for - Amazing book, for me the best thing about it is that there are many well-sourced and working code and data examples which are explained clearly in the text.






















| Best Sellers Rank | #142,101 in Books ( See Top 100 in Books ) #17 in Machine Theory (Books) #37 in Computer Neural Networks #38 in Natural Language Processing (Books) |
| Customer Reviews | 4.5 4.5 out of 5 stars (180) |
| Dimensions | 7 x 0.75 x 9.25 inches |
| Edition | 2nd |
| ISBN-10 | 1098134184 |
| ISBN-13 | 978-1098134181 |
| Item Weight | 1.6 pounds |
| Language | English |
| Print length | 453 pages |
| Publication date | June 6, 2023 |
| Publisher | O'Reilly Media |
S**A
Excellent review of types of deep learning models for generative tasks
In 2019 I bought, read and thoroughly loved the first edition of this book. One reason I loved that edition was the author’s excellent way of explaining generative adversarial networks (GAN), with humorous and relevant examples. At that point I was a lot more naive about the various deep learning models (ANN, RNN, CNN etc) and for a while I was unable to see where GANs fit in in the grand scheme or evolution of deep learning models. With the explosion in interest in generative AI after the release of ChatGPT-3, I read “Natural Language Processing with Transformers” by Turnstall etc. to get an understanding of the Transformer model. Along the way I read other sources of information on language models such as a paper “Survey of Large Language Models” by Socher etc. That later paper gave an excellent overview of the evolution of language models (statistical language models --> neural language models --> pretrained language models —> large language models). I also saw where language models fit in in the context of ANNs, RNN, CNN etc. When I saw that the author released a second edition of “Generative Deep Learning”, I noticed that the content had changed (ie increased) from the first edition, and I immediately decided to buy the second edition. This second edition has an excellent overview of the evolution of generative models, in fact 6 of them (variational auto encoders (VAE) —> generative adversarial networks (GAN) —> autoregressive models —> normalizing flow models —> energy based models —> diffusion models). I had never heard of some of these models. According to this author the Transformer is an application of generative deep learning models. The author goes on to describe other applications such as music generation and multimodal models. While this book requires one to know Python programming and offers code on GitHub, I was able to skip running the code and still learn a lot about generative deep learning. (I tried to run the code examples but couldn’t get around to it. I wish the author provided easier Jupyter notebooks for running the code). Another aspect of the book that I loved was the author’s description of key concepts like “probabilistic” versus “deterministic”, “discriminative” versus “generative” etc. I highly recommend this book as a great resource for a historical overview of generative deep learning. One should read it before one reads anything on just the transformer or language models.
R**T
The book I was looking for
Amazing book, for me the best thing about it is that there are many well-sourced and working code and data examples which are explained clearly in the text.
P**.
First of all
Hello fellas, I ordered a generative deep learning book from an another source, but had poor quality as well as poor content. But this book is focused on an important part of generative deep learning also has a good quality of content. Really appreciate that I bought this book.
T**Y
Bought it new, got it used....
The book is in very good condition, but it has stick notes in it! I seriously doubt they are from the author....
K**O
highly recommended for beginers
This is a lovely book. It is readable and explains the principles behind algorithms clearly.
A**X
Love it
Awesome book and great codebase. A reference for modern AI.
A**S
Learned a lot
I haven't finished yet, but it's been helpful to implement the examples. So far it's been a great learning resource.
Z**T
The best single source on generative machine learning
When I first started learning how to train generative models, I tried taking online courses, but even the expensive ones from top providers never went deep enough into either the math or the code to truly equip me to engineer novel solutions with this technology—at best I could imitate cookie-cutter solutions. Of all the technical books I've read on software, not just generative deep learning, this one has the clearest explanations and goes into every nitty-gritty detail. My first edition copy of Generative Deep Learning has been scribbled in, dog-eared, and beaten up over the course of the last few years. Now that I have my second edition, the first will finally get some much-deserved rest on my bookshelf. Technology has evolved quickly and the second edition covers everything I've come across in the field more recently that hadn't been invented yet when the first edition was released. I've invested a lot in educating myself on machine learning over the past eight years and Generative Deep Learning is by far the best value. I'd recommend it to people of any skill level, as the author does a great job explaining the beginner concepts, but also dives into more advanced topics and analysis than I've seen elsewhere.
R**N
Although the book covers many key techniques in generative AI, a key question needs to be answered, how do we know if it's generating a good quality image other than by eyeballing it? There should be a section that talks about the joint use of the discriminative model and generative model, for example, if we were using the generative model to augment the dataset for the downstream discriminative task (image classification), how do we evaluate the generated data has been helpful, some may say just look at the performance difference of downstream task, but I bet there is more insight than that, author need to consider this problem in future edition.
A**N
Very glad I chanced upon this book. This guide to state-of-the-art Gen AI research is both comprehensive and deep. It helps you grasp the underlying architecture, building blocks and mathematical intuition of wide variety of gen AI models (ranging from text to images to music to multi modality models). The book expects some background and intuition in stats and probability theory. It can be a heavy read at times but that's when you know this has the depth to actually get what's going on in these models and not just learn to call a few APIs in a phyton program. Although, it does include a set of coding exercises too. Strongly recommended.
C**N
This was a great read to understand how generative AI works, at the right level of detail and very much up to date. The content structure is good to learn the theory starting from the basics and then gradually layering the most complex and recent evolutions. The accompanying TensorFlow workbooks help with practical examples that can be followed. One negative note: the Kindle version is low quality when it comes to mathematical formulas, impossible to read.
A**O
O autor é muito bom e o conteúdo também. Dá um overview geral da área e implementações em Tensorflow
C**T
This book was incredible! I followed along and in the course of about a week was able to make my own versions of each of the models described. From GAN to GPT like models! It was general enough that I was able to adapt it to my own specific problems Without having to rely on the examples given in the book. An excellent value for someone who wants to get up and running on their own generative models quickly. Warning: you will need some good GPU time for lots of the examples, I recommend Google Colab!
Trustpilot
1 month ago
2 weeks ago