Google News
logo
Artificial Intelligence - Interview Questions
What are the components of the Generative Adversarial Network (GAN)? How do you deploy it?
Components of GAN :

* Generator
* Discriminator


Deployment Steps :

* Train the model
* Validate and finalize the model
* Save the model
* Load the saved model for the next prediction
Advertisement