What is Unification?

2020 VietMX 0

1. What is Unification? Unification is a process of making two different logical atomic expressions identical by finding a substitution. Unification depends on the substitution […]

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 […]