Generacyjne sieci dodatkowe (GAN) to świetna innowacja w dziedzinie systemów uczących się. GAN to modele generujące, które tworzą nowe instancje danych podobne do danych treningowych. GAN może na przykład tworzyć obrazy, które wyglądają jak zdjęcia ludzkich twarzy, mimo że nie należą do żadnej osoby. Te obrazy zostały utworzone przez GAN:
[null,null,["Ostatnia aktualizacja: 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."]]],[]]