Knowledge is the basic element for a human brain to know and understand the things logically. When a person becomes knowledgeable about something, he is able to do that thing in a better way. In AI, the agents which copy such an element of human beings are known as knowledge-basedContinue Reading

In artificial intelligence, minimax is a decision-making strategy under game theory, which is used to minimize the losing chances in a game and to maximize the winning chances. This strategy is also known as ‘Minmax,’ ’MM,’ or ‘Saddle point.’ Basically, it is a two-player game strategy where if one wins, the other loose the game. ThisContinue Reading

Difference between Intelligence and Artificial Intelligence Intelligence Artificial Intelligence It is a natural process or quality given to human beings. It is programmed using human intelligence. It is an actual hereditary. It is not hereditary but a copy of human intelligence. A human brain does not require any electricity toContinue Reading

Hill Climbing Algorithm Hill climbing search is a local search problem. The purpose of the hill climbing search is to climb a hill and reach the topmost peak/point of that hill. It is based on the heuristic search technique where the person who is climbing up on the hill estimates the direction which will leadContinue Reading

An informed search is more efficient than an uninformed search because in informed search, along with the current state information,  some additional information is also present, which make it easy to reach the goal state. Below we have discussed different types of informed search: Best-first Search (Greedy search) A best-firstContinue Reading