This talk originates from the archive. To the CURRENT program
Speaker
Join the ML Revolution!
✓ Special Discount
Register till March 7
and get the Workshop Day for free
✓ Team Discount
Register with 3+ colleagues
and get 10 % off!
Register Now
Infos
Wednesday, December 5 2018
16:00 - 17:00
16:00 - 17:00
Room:
Saal A+B
Saal A+B
Description
All the AI hype these days is around deep learning and that machines eventually are getting rid of us humans. However, the ground work of AI without which no self driving car and no AlphaGo Zero would work is search algorithms.
In this talk we will use a simple game of exiting a maze to illustrate the differences between depth first and breadth first search. We will also solve the mystery around A* and what makes it such a powerful approach.
In the next step we will look at how to compete against other players using adversarial search like the one used in the leading chess engine stockfish. You will understand Monte Carlo Tree Search which was used in Alpha(Go) Zero to beat the world’s best Go players.