-
Notifications
You must be signed in to change notification settings - Fork 230
Home
Ben edited this page Dec 30, 2016
·
8 revisions
Keras Adversarial is a package for creating adversarial models in Keras.
Create a Keras model including all of the different players, the wrap it in AdversarialModel. The resulting model will have targets for each player. Use adversarial_compile to compile the model using different optimizers for each player. Use standard functions like fit to train each of the players simultaneously.