
You might think it’s just a question of working hard and coming up with a good way of evaluating board positions. It just simply used its advantage in high performance computing to calculate millions calculations in a second. That’s it.īut, can we apply the same technique for Go? Until now, the answer is NO.

So, here you could think that Deep Blue can not be called “smart”. Second, they used an IBM’s supercomputer to find the best possible positions, picking out the move that would force the best possible final board position. First, they built a function that incorporated lots of detailed chess knowledge to evaluate any given board position. IBM’s programmers use the two main ideas above for their Deep Blue program. To the the sub-problem (ii), there will be various answers which depends on the game and the cleverness of solver. Normally, programmers use minimax search with alpha-beta pruning or other heuristics algorithms for searching. In general, we have to deal with two major sub-problems, that’s (i) searching in the state space and (ii) finding the best evaluation function for the game.įor the games like Chess and Caro, the sub-problem (i) can be solved by using a wise optimization strategy and a fast enough computer. Computer Science did not undergo a revolution.Īn overview of Artificial Intelligence’s techniques for GamesĬonsidering the games of two opposing opponents like Chess, Caro or Go…, the answer to these problems can be referred to the state space search or combinatorial optimization problem. Though, Deep Blue’s technology turned out to be useful for chess only and not much else. At that time, the victory was widely described as milestone in AI. It was the first time that the world witnessed the historic event of a computer being worthy contender to one of the world’s sharpest mind. In 1997, the Deep Blue system of IBM defeated the world chess champion, Gary Kasparov. Deep Blue, An Artificial Intelligence Milestone What are the difference between the two systems and its meaning to the development of AI? This article will provide you with some fundamental information to answer this question.ġ. IBM’s Deep Blue (Deep Blue) and Google DeepMind’s AlphaGo (AlphaGo) are the two famous computer programs in the history of Artificial Intelligence (AI).
