Artificial Intelliegence

Artificial Intelligence is a science which helps in creating computers which can perform the tasks which need human intelligence. For example creating computer systems which can understand Speech, Systems which can draw conclusions , which can learn through experience. 

 

Love to Learn

Creating these kinds of systems is not an easy task. It requires following 

  • AI Problem Statement
  • A technique to solve these problems.
  • Knowledge Representation
  • Search the solution through different search methods
  • Help the search with some information to reach goal state quickly. Such type of search is often referred to as Heuristic search.

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 screenRead More..

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 beforeRead More..

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 ifRead More..

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 efficientlyRead More..

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 statesRead More..

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”. WeRead More..

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 knowledgeRead More..

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 atRead More..

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 storeRead More..

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 theRead More..

Read More

 

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