AI Problems- Simpler Approach

The AI Problems – The types of problems and early work done in AI The early work in AI was done in common sense analysis. Imagine if you are holding a phone with screen facing towards floor, you would not like the phone to hit the floor, as you know it may break the screen. […]

Read More »

Depth First Search

Depth First Search This is a very simple type of brute-force technique. The search begins by expanding the initial node, i.e., by using an operator, generate all successors of the initial node and test them. This search procedure works the by diving down the tree and one of the children’s children are considered first before […]

Read More »

Breadth First Search

Breadth First Search Algorithm: 1)         Store initial state in queue Q set state in the front of the Q as current state. 2)         While (goal state is reached OR Q is empty) {apply rule to generate a new state from the current state ; if (new state is goal state) quit ; 3)         Else if […]

Read More »

Production Systems in AI

 Production System Example in Artificial Intelligence. Love to Learn Explain Production Systems in AI with examples. Search forms the core of many processes To make the search algorithms work quickly and efficiently the AI programs or the problems must be structured accordingly. Production systems provide such structures, which helps the search procedure to perform efficiently. […]

Read More »

State Space Search

State Space Representation in Artificial Intelligence Problem Statement: Explain State Splace Reseach in AI with example To find solution to any problem the foremost condition is that it has to be precisely defined or represented. By defining it precisely means to present an abstract problem in real workable states that are really understood. These states […]

Read More »

AI Technique

AI Technique Based on the underlying assumption that knowledge can be converted in to symbols, some techniques of solving AI problems are designed. So we can define AI technique as “It is a method that makes use of knowledge which is represented in a particular format to arrive at new results or new knowledge”. We […]

Read More »

Characteristics of AI Problems

Characteristics of AI Problems: The nature of AI Problems is way different from conventional problems. AI Problems may have many solutions to one given problem like you don’t win the chess the same way always. AI Problems will require knowledge which will come from the knowledge database. The knowledge database is created if the knowledge […]

Read More »

AI Problems

The AI Problems The Artificial Intelligence study earlier dealt with the tasks such as game playing or theorem proving. One of the primary reasons for choosing these fields was that it was thought that people who do well in these tasks are considered to be intelligent. It was assumed that as computers are fast at […]

Read More »

The Importance and Advantages of Artificial Intelligence

The Importance and Advantages of Artificial Intelligence It is clear that AI will have to fill the gap of human knowledge and it will make man’s work easier and pleasant. How ever some presumed advantages of using AI are given below. AI can replace humans being in some more specific jobs for some business store […]

Read More »

Turing Test

Turing Test Turing in 1950s, published an article , which triggered a controversial topic “Can a Machine Think?” In that article he proposed a game called imitation game which was later called TURING TEST. In this Test, we need two persons and a computer. One person is interrogator who is in separate room from the […]

Read More »

We have disabled - Right- Click - How about stay to read :)