markhliu / DGAI

Learn Generative AI with PyTorch (Manning Publications, 2024)
MIT License
48 stars 25 forks source link

Add speech synthesis chapter #3

Open imrankh46 opened 1 month ago

imrankh46 commented 1 month ago

Hello mark. The book is amazing. This is the first book which I like. However, this will be good if you can add, text to speech chapter, base on gan, diffusion etc and explain the maths behind it and how to implement that so it will help and improve my basic. If possible kindly share the blogs, etc that I can follow to strong my basic maths and implementation. Thank you for this book. ✨💜

imrankh46 commented 1 month ago

@markhliu

markhliu commented 1 month ago

Thank you Imran for your comments. I'll try my best to explain the math and the implementation. Reading other books on the subject may also help. For example, Math and Architectures of Deep Learning by Krishnendu Chaudhury may help.

imrankh46 commented 1 month ago

Thank you.