|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/generative-adversarial-networks-gan-the-complete-guide/
课程评论:没有评论
**Coursera课程总结:生成对抗网络 (GAN):完整指南** 本课程是关于深度学习和机器学习领域一项重要进展——生成对抗网络 (GAN) 的全面指南。GAN 由两个相互竞争的神经网络组成,在无监督学习中扮演着核心角色,旨在学习输入数据的内在结构,而非将输入映射到特定目标。 课程将深入浅出地讲解 GAN 的理论知识,并结合 PyTorch 和 TensorFlow 等强大的深度学习框架进行实践操作,教授如何从头开始实现不同类型的 GAN,包括 GAN、DCGAN 和 WGAN。课程强调“如果你不能实现它,你就不理解它”的理念,鼓励学员通过亲手编码来真正掌握机器学习算法,而非仅仅调用现有的库函数。通过实际操作,学员将能深入理解 GAN 的工作原理和应用,而非重复性的代码练习。
GANs have been one of the most interesting developments in deep learning and machine learning recently.Yann LeCun, a deep learning pioneer, has said that the most important development in recent years has been adversarial training, referring to GANs.GAN stands for generative adversarial network, where 2 neural networks compete with each other.What is unsupervised learning?Unsupervised learning means we're not trying to map input data to targets, we're just trying to learn the structure of that input data.This course is a comprehensive guide to Generative Adversarial Networks (GANs). The theories are explained in-depth and in a friendly manner. After each theoretical lesson, we will dive together into a hands-on session, where we will be learning how to code different types of GANs in PyTorch and Tensorflow, which is a very advanced and powerful deep learning framework!In this first course, You will learnGANDCGANWGAN"If you can't implement it, you don't understand it"Or as the great physicist Richard Feynman said: "What I cannot create, I do not understand".My courses are the ONLY courses where you will learn how to implement machine learning algorithms from scratchOther courses will teach you how to plug in your data into a library, but do you really need help with 3 lines of code?After doing the same thing with 10 datasets, you realize you didn't learn 10 things. You learned 1 thing, and just repeated the same 3 lines of code 10 times...