Skip to content
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.

Clone this wiki locally