생성적 적대 신경망 (GAN)은 최근에 머신러닝에서 주목할 만한 혁신 분야입니다. GAN은 학습 데이터와 유사한 새로운 데이터 인스턴스를 생성하는 생성 모델입니다. 예를 들어 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."]]],[]]