Book #17 - Deep Learning and the Game of Go
Deep Learning and the Game of Go
by Max Pumperla and Kevin Ferguson (2019)
Meetup: https://www.meetup.com/Los-Gatos-Rust-Reading-Group/events/281558766
Zoom: https://us02web.zoom.us/j/84281187589
Manning: https://www.manning.com/books/deep-learning-and-the-game-of-go
Github: GitHub - maxpumperla/deep_learning_and_the_game_of_go: Code and other material for the book "Deep Learning and the Game of Go"
Chapter 4 November 3, 2021 | Presenter |
---|---|
Classifying games | Casey |
Anticipating your opponent with minimax search | Â |
Solving tic-tac-toe: a minimax example | Â |
Reducing search space with pruning | Â |
Evaluating game states with Monte Carlo tree search | Casey |
Â
Chapter 3 September 8, 2021 | Presenter |
---|---|
Representing a game of Go in Python | Jens |
Capturing game state and checking for illegal moves | Casey |
Ending a game | Casey |
Creating your first bot: the weakest Go AI imaginable | Casey |
Speeding up game play with Zobrist hashing | Casey |
Playing against your bot | Casey |
Â
Chapter 2 July 28, 2021 | Presenter |
---|---|
Why games? | Jens |
A lightning introduction to the game of Go | Jens & Casey |
Handicaps | Jens - August 11, 2021 |
Where to learn more | Casey - August 11, 2021 |
What can we teach a machine? | Casey - August 11, 2021 |
How to measure your Go AI’s strength | Casey - August 11, 2021 |
Â
Chapter 1 July 14, 2021 | Presenter |
---|---|
What is machine learning? | Casey |
Machine learning by example | Casey |
Deep learning | Casey |
Â