רשתות יריבות גנרטיביות (GAN) הן חידוש מרגש בתחום למידת המכונה. מודלים של GAN הם מודלים גנרטיביים: הם יוצרים מופעי נתונים חדשים שדומים לנתוני האימון. לדוגמה, רשתות GAN יכולות ליצור תמונות שנראות כמו תמונות של פנים אנושיות, גם אם הפנים לא שייכים לאדם אמיתי. התמונות האלה נוצרו על ידי GAN:
כדי להגיע לרמת ריאליזם כזו, מודלים של GAN משלבים בין גנרטור, שמלמד לייצר את הפלט של היעד, לבין מבדיל, שמלמד להבדיל בין נתונים אמיתיים לבין הפלט של הגנרטור. הגנרטור מנסה להטעות את המבדיל, והמבדיל מנסה לא להטעות.
בקורס הזה תלמדו את היסודות של GAN, וגם איך להשתמש בספרייה TF-GAN כדי ליצור GAN.
[null,null,["עדכון אחרון: 2025-02-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."]]],[]]