|
|
|
|
|
by Houshalter
3319 days ago
|
|
Hey, they provided the human players with a power outlet and let them draw as much power as they wanted. The competition was totally fair. But seriously, it's possible that AlphaGo is already much more energy efficient than a human player. The main reason it uses tons of energy, is the tree search part of the algorithm. Where it runs hundreds of thousands of simulated games to further analyze every move. This improves it's skill, but only by a little bit. IIRC, the version without tree search beat the full version 25% of the time. Which would still give it a higher elo than Sedol, which only beat it 20% of the time (and AlphaGo has improved since those games.) Google is also using custom TPUs, which are claimed to be something like an order of magnitude or more energy efficient than GPUs. And computing technology is only getting more energy efficient with time. In principle, transistors moving around a few electrons are vastly more energy efficient than the very wasteful chemical reactions used in brain. We also know how to "sparsify" nets and remove tons unnecessary connections that could reduce computations a lot. But there's generally no point in doing that because it's not faster on normal hardware. |
|
That would be amazing but it seems hard to believe. Any references?
I found this (which is also impressive):
1. https://www.tastehit.com/blog/google-deepmind-alphago-how-it...2. https://gogameguru.com/i/2016/03/deepmind-mastering-go.pdf