- Generative Adversarial Networks Projects
- Kailash Ahirwar
- 140字
- 2021-07-02 13:38:54
Face Aging Using Conditional GAN
Conditional GANs (cGANs) are an extension of the GAN model. They allow for the generation of images that have certain conditions or attributes and have proved to be better than vanilla GANs as a result. In this chapter, we will implement a cGAN that, once trained, can perform automatic face aging. The cGAN network that we will implement was first introduced by Grigory Antipov, Moez Baccouche, and Jean-Luc Dugelay, in their paper titled Face Aging With Conditional Generative Adversarial Networks, which can be found at the following link: https://arxiv.org/pdf/1702.01983.pdf.
In this chapter, we will cover the following topics:
- Introducing cGANs for face aging
- Setting up the project
- Preparing the data
- A Keras implementation of a cGAN
- Training a cGAN
- Evaluation and hyperparameter tuning
- Practical applications of face aging
推薦閱讀
- 現代測控系統典型應用實例
- 電力自動化實用技術問答
- Oracle SOA Governance 11g Implementation
- Visualforce Development Cookbook(Second Edition)
- 網絡服務器架設(Windows Server+Linux Server)
- Natural Language Processing Fundamentals
- 分布式多媒體計算機系統
- JSF2和RichFaces4使用指南
- 大學C/C++語言程序設計基礎
- 單片機C語言應用100例
- 電氣控制及Micro800 PLC程序設計
- 傳感技術基礎與技能實訓
- 巧學活用Linux
- 電機與電力拖動
- DevOps:Puppet,Docker,and Kubernetes