←back to thread

365 points lawrenceyan | 5 comments | | HN request time: 0.859s | source
1. bicsi ◴[] No.41876994[source]
They built a dumber clone of Stockfish, and they call it ‘zero’ for some reason. What is the meaning behind ‘zero’ anyways? It used to refer to zero-shot, but now it seems like it’s just a marketing term.
replies(3): >>41877013 #>>41877219 #>>41877220 #
2. ralegh ◴[] No.41877013[source]
I assume it's 'zero' turns lookahead/search, i.e. only look at the current board state.
3. janalsncm ◴[] No.41877219[source]
I assume you’re referring to AlphaZero and Leela Chess Zero.

AlphaZero was the successor to AlphaGo. AZ was notable because unlike AG, it used zero human games to learn to play: it just played games against itself. Typically in “supervised” machine learning you take human data and train a model to imitate it. AZ used zero human data to learn.

Leela Chess Zero started out as an open source copy of AZ but it’s probably better than AZ now.

4. pertymcpert ◴[] No.41877220[source]
Zero doesn't mean zero shot learning. It was coined by Deepmind for AlphaGo Zero where they used zero human input into the training data. It was trained entirely by playing against itself.
replies(1): >>41877629 #
5. hilux ◴[] No.41877629[source]
And they gave Sir Demis a Nobel Prize!