Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 315 Bytes

File metadata and controls

12 lines (9 loc) · 315 Bytes

AdversaryExamples

Two examples of Adversarial NNs

test_alternate.py => Alternating training. Trains main NN and alternate at the same time python test_alternate.py

test_pivot_new.py => Pivoter training. Trains NN and adversary at the same time python test_pivot_new.py

Samples are form learning to pivot paper