Y
Hacker News
new
|
ask
|
show
|
jobs
by
naveen99
3156 days ago
Thanks. I wonder if adversarial training helps prevent overfitting too. Could you use adversarial training to beat alphago ?
1 comments
yorwba
3156 days ago
You could not, because AlphaGo is not a classifier (so it isn't well-defined what an adversarial example is) and the input space is discrete (Go board state) and you can't do ε-small perturbations (two different states differ by at least one stone).
link