AI Alpha-Beta Pruning

2020 VietMX 0

Alpha-beta pruning is a modified version of the minimax algorithm. It is an optimization technique for the minimax algorithm. As we have seen in the […]

Uninformed Search Algorithms

2020 VietMX 0

Uninformed search is a class of general-purpose search algorithms which operates in brute force-way. Uninformed search algorithms do not have additional information about state or […]

Turing Test in AI

2020 VietMX 0

In 1950, Alan Turing introduced a test to check whether a machine can think like a human or not, this test is known as the […]

Types of AI Agents

2020 VietMX 2

Agents can be grouped into five classes based on their degree of perceived intelligence and capability. All these agents can improve their performance and generate […]