Generative Adversarial Networks (GANs) เป็นนวัตกรรมล่าสุดที่น่าตื่นเต้นในแมชชีนเลิร์นนิง GAN เป็นโมเดลGenerative ซึ่งจะสร้างอินสแตนซ์ข้อมูลใหม่ซึ่งคล้ายกับข้อมูลการฝึก ตัวอย่างเช่น GAN สามารถสร้างรูปภาพที่ดูเหมือนรูปถ่ายใบหน้ามนุษย์ แม้ว่าใบหน้าเหล่านั้นจะไม่ได้เป็นของบุคคลจริงก็ตาม รูปภาพเหล่านี้สร้างขึ้นโดย GAN
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 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."]]],[]]