Presentation is loading. Please wait.

Presentation is loading. Please wait.

Www.fakengineer.com Seminar on Artificial Intelligence.

Similar presentations


Presentation on theme: "Www.fakengineer.com Seminar on Artificial Intelligence."— Presentation transcript:

1 www.fakengineer.com Seminar on Artificial Intelligence

2 www.fakengineer.com ARTIFICIAL INTELLIGENCE Artificial intelligence is a branch of computer science concerned with the study and creation of computer systems that exhibit some form of intelligence.

3 www.fakengineer.com Form of intelligence means :-  Systems that can reason and draw useful conclusions about the world around us.  Systems that can understand a natural language or perceive and comprehend a visual scene.  Systems that perform other type of feats that require human types of intelligence.  Systems that learn new concepts and tasks. more and more…..

4 www.fakengineer.com AI is not only INTELLIGENCE but also related with the terms KNOWLEDGE, REASONING, SEARCHING, THOUGHT, COGNITION, LEARNING and number of computer related terms.

5 www.fakengineer.com The meaning of AI is found accurately in the areas of study about o ROBOTICS o MEMORY ORGANISATION o KNOWLEDGE REPRESENTION o STORAGE AND RECALL o LEARNING MODELS o INFERENCE TECHNIQUES o COMMON SENSE RESONING o DECISION MAKING o NATURAL LANGUAGE o PATTERN RECOGNITION o MACHINE VISION o SEARCH AND MATCHING

6 www.fakengineer.com History:- Involvement of AI into computer system is during 1940- 1950. In 1970, Japanese were the 1 st to demonstrate their commitment. They launched a very ambitious program in AI research and development known as “Fifth Generation”. It was officially announced in October 1981. Then after the British initiated a plan called “Alvay Project”. The European common market countries have jointly initiated a separate co-operative plan named the “ESPRIT PROGRAM”.

7 www.fakengineer.com AI RESEARCH:- Some organizations took steps forward in AI research. They are:-  The consortium of private companies, “MCC” (Microelectronics and Computer technology Corporation) developed the advanced technology like “VLSI”.  It’s headquarter is in “Austin” and “Texas”.  The “Department of Defence Advanced Research Project Agency”. It was worked on some significant programs.

8 www.fakengineer.com Different tasks or task domain of AI:-  Formal Task: Formal Task:  Mundane Task: Mundane Task:  Expert Task: Expert Task:

9 www.fakengineer.com Aim of using AI:- AI is a technique that exploits knowledge and this knowledge should be represented in such a way that :- The knowledge captures generalization. It can be understood by people who must provide it. It can easily be modified to correct errors. It can reflects changes in the world. It can be used in many situations even if it is not totally accurate or complete.

10 www.fakengineer.com Applications of AI:-  Solving Problems: Solving Problems:  Production System: Production System:  Expert System: Expert System:  Knowledge Representation: Knowledge Representation:  Computer Perception: Computer Perception:  Searching and Matching: Searching and Matching:  Natural language Parsing: Natural language Parsing:

11 www.fakengineer.com Conclusion:- Father of Artificial Intelligence Mr. Marvin Minsky gifted this important and useful task towards the human being, through this computer and was remembered for always for his invention.

12 www.fakengineer.com

13

14

15 Games: Chess Backgammon Checkers Go Mathematic: Geometry Logic Integral Calculus Proving properties

16 www.fakengineer.com  Engineering : Design Fault Finding Manufacturing Planning  Scientific Analysis:  Medical Diagnosis:  Financial Analysis:

17 www.fakengineer.com Perception: Vision Speech Natural Language: Understanding Generation Translation Common Sense Reasoning: Robot Control:

18 www.fakengineer.com  Development of an Autonomous Land Vehicle (ALV) : A driverless military vehicle.  Development of a Pilot’s Association : An expert system which provides assistance to a fighter pilot.  The strategic computing program : An AI based military super computer project.  DEDALUS : An automatic programming system  LIFER : An intelligent “tool”.  NOAH : A planning system for Robots.  PROSPECTOR : An expert system that acts as a geologist’s assistant in mineral exploration.

19 www.fakengineer.com Solving problems:- One of the great application of AI is it’s problem solving procedure. AI solves different problems through these set of rules-  Define the problem preciously.  Analyze the problem.  Isolate and represent the task knowledge that is necessary to solve the problem.  Choose the best problem solving technique and apply it to the particular problem.

20 www.fakengineer.com Production System:-  A set of rules having a left side that determines the applicability of the rule and a right side describes the operation to be performed.  One or more databases/knowledge that contain the information which is appropriate for the particular task. Some part of the database are permanent. Others are meant for solving the particular task.  A control strategy that specifies the order in which the rules will be compared and away of resolving the conflicts that arise when several rules match at once.  A rule applier, who applies that rule over that particular problem. application of PS:

21 www.fakengineer.com Applications of Production System:-  The design of VLSI systems.  Location of faults in computer and communication.  Different types of medical diagnosis.  Diagnosis of software development project.  Numerous applications related to space planning and exploration.  Teaching students specified task.  Identification of chemical compounds structure.  Fore casting crop damage. PS Language:

22 www.fakengineer.com Production system languages:-  OPS5 : BROWNSTON IN 1985  ACT* : ANDERSON IN 1983  SOAR : LAIRD IN 1987 (general problem solving architecture)

23 www.fakengineer.com Expert Systems:-  It is a set of program that manipulate encoded knowledge to solve problems.  Expert systems are knowledge rather then data.  It can explain how particular conclusion is reached and why requested information is needed during consultation.  It uses symbolic representation for knowledge and perform their inference through symbolic computations.

24 www.fakengineer.com Knowledge Representation:- Knowledge : It is the collection of facts, inference rules which is applied on different task. – Procedural Knowledge. – Declarative Knowledge. Schemes / Techniques : Logical. Semantic. Conceptual. Scripts. Frames. Production rules. Example :

25 www.fakengineer.com Example of representing Knowledge:-  Rabbit is rodent.  Rodent is mammal.  Mammal eats food and has teeth. Then this can be represented as – Teeth Mammal Food Rodent Rabbit HasEats

26 www.fakengineer.com Computer Perception:-  Vision recognition: Visual perception generally refers to the construction of knowledge to understand and interpret 3-dimensional objects from the sense that human and machine perceives through their visual Image are two dimensional  Speech recognition: Speech is the most expedient and natural form of communication. It has advantages like- Program can communicate directly with the machine. The speed of the interchange of information between the user and the system is faster. Human communication often involves spoken language. So that it is easier for us to communicate with the systems. Speech rules:

27 www.fakengineer.com Speech acts:- There are several categories of speech acts:  Representative: those that state a proposition.  Directive : that request or command  Co missives : that promise or threaten  Ex pressives : that thanks or apologize  Declarative : that actually change the state of world.

28 www.fakengineer.com Searching and Matching There are several algorithms involved. These are – Best First Search. Depth First Search. Breadth First Search. Application of these searching techniques are- Cannibals Missionaries Problem. Water Jug Problem. Hill Climbing Method. Tic Tac Toe. 8-puzzle Game (A* Algorithm). etc..

29 www.fakengineer.com Natural Language Processing:- It is required that a program transforms sentence into data structure, by the help of a parser, which convey the original meaning of that sentence. Two types of parsing techniques are there :  Top-down ApproachTop-down Approach  Bottom-up ApproachBottom-up Approach

30 www.fakengineer.com Top-down Approach:- For instance: The Handsome Boy Loves A Nice Girl. Ans: S NP VP ART NP V NP ADJ. N ART NP ADJ. N THE HANDSOME BOY LOVES A NICE GIRL Back

31 www.fakengineer.com Bottom-up Approach: For instance: The Handsome Boy Loves A Nice Girl. Ans. The Handsome Boy Loves A Nice Girl. ART ADJ. N V ART ADJ N NP NP NP NP VP S Back

32 www.fakengineer.com


Download ppt "Www.fakengineer.com Seminar on Artificial Intelligence."

Similar presentations


Ads by Google