רשתות דורבנות חדשות (GAN) הן חידוש חדש ומעניין
בלמידה חישובית. GAN הם מודלים גנריים: הם יוצרים מופעים חדשים של נתונים שדומים לנתוני האימון. למשל, כדי ליצור תמונות שנראים כמו תמונות של פנים אנושיות, למרות שהפנים לא שייכות לאף אדם אמיתי, התמונות הבאות נוצרו על ידי GAN:
GAN משיגים את רמת המציאותיות הזו על ידי התאמת מחולל, שלומד לייצר פלט יעד, עם אפליה, שלומדת להבחין בין נתונים אמיתיים לבין הפלט של המחולל. המחולל מנסה להטעות את האפליה, והאפליה מנסה למנוע הטעיה.
הקורס הזה מכסה את העקרונות הבסיסיים של GAN, וגם איך משתמשים בספריית TF-GAN כדי ליצור GAN.
[null,null,["עדכון אחרון: 2022-09-26 (שעון UTC)."],[[["Generative adversarial networks (GANs) are generative models that create new data instances resembling training data, such as images that look like real photographs but are not of actual people."],["GANs consist of a generator that learns to produce the target output and a discriminator that learns to distinguish real data from generated data, working in tandem to enhance the realism of the output."],["This course covers GAN fundamentals, common GAN loss functions, training challenges, and using the TF-GAN library to build GANs, assuming prior knowledge of machine learning and TensorFlow."],["Completing Machine Learning Crash Course and having some TensorFlow programming experience are prerequisites for this GANs course."]]],[]]