Posts

Showing posts with the label AI

AI Techniques

Image
AI technique is a method of exploit knowledge. programs which are using AI technique are have disadvantages and advantages          Disadvantage AI technique programs are slower to execute            Advantages They are much less fragile People can easily understand what the program knowledge is They can work for large problems where more direct methods break down AI Techniques Search Use of Knowledge Abstraction

Characteristics of AI technique

Image
The knowledge capture generalization. It can be understood by people who must provide it. It can easily modified to correct errors and reflect changes in the world. It can be used a great many situations.

AI PROBLEMS

                                              Mundane Tasks Perception          -vision          -speech Natural language problem           -Understanding           -Generation           -Translation Commonsense reasoning Robot Control                       Formal Tasks Games          -Chess          -Backgammon          -Checkers-Go Mathematics          -Geometry          -Logic          -Integral calculus          -Proving properties of programs         ...

Deffinitions

Image
AI: Artificial intelligence(AI) is the study of how to make computer do things which, at the                   moment, people do better. AI TECHNIQUE: AI technique is a method that exploits the knowledge STATE SPACE: It contains all the possible configurations of the relevant object. STATE SPACE SEARCH: Define a problem as states and search the solutions by starting with a initial state, using set of rules moving one state to another and attempting to end up in one of a set of final states INITIAL STATES : Specify one or more states within the state space that describe possible situations to start problem-solving process GOAL STATES : Specify one or more states that would be acceptable as solution to the problem