1 / 41

Artificial Intelligence

Artificial Intelligence. Artificial Intelligence. Artificial intelligence (AI) – computer based systems that emulate human intelligence such as the ability to reason and learn

sukey
Télécharger la présentation

Artificial Intelligence

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Artificial Intelligence

  2. Artificial Intelligence • Artificial intelligence (AI) – computer based systems that emulate human intelligence such as the ability to reason and learn • AI systems can learn or understand from experience, make sense of ambiguous or contradictory information and even use reasoning to solve problems and make decisions effectively

  3. Artificial Intelligence • The AI Robot Cleaner at Manchester Airport in England alerts passengers to security and nonsmoking rules while it scrubs up to 65,600 square feet of floor per day • SmartPump keeps drivers in their cars on cold, wet days • The SmartPump can service any automobile built after 1987 that has been fitted with a special gas cap and a windshield-mounted transponder that tells the robot where to insert the pump • The Miami Police Bomb squad’s AI robot that is used to locate and deactivate bombs

  4. Artificial Intelligence • The ultimate goal of AI is the ability to build a system that can mimic human intelligence

  5. Artificial Intelligence • RivalWatch (ql2.com) offers a strategic business information service using AI that enables organizations to track the product offerings, pricing policies, and promotions of online competitors • Clients can determine the competitors they want to watch and the specific information they wish to gather, ranging from products added, removed, or out of stock to price changes, coupons offered, and special shipping terms • RivalWatch allows its clients to check each competitor, category, and product either daily, weekly, monthly, or quarterly

  6. Artificial Intelligence • Expert system – computerized advisory programs that imitate the reasoning processes of experts in solving difficult problems • Human expertise is transferred to the expert system, and users can access the expert system for specific advice • Most expert systems contain information from many human experts and can therefore perform a better analysis than any single human

  7. Artificial Intelligence • Typically perform limited tasks that may take a few minutes or hours, e.g.: • Diagnosing malfunctioning machine • Determining whether to grant credit for loan • Most expert systems deal with problems of classification • Used for discrete, highly structured decision-making • Have relatively few alternative outcomes • Possible outcomes are known in advance • Many expert systems require large, lengthy, and expensive development and maintenance efforts • Hiring or training more experts may be less expensive

  8. Artificial Intelligence • Countrywide Funding Corp uses an expert system to improve decisions about granting loans using a PC based system that makes preliminary creditworthiness decisions on loan requests • The systems has about 400 rules. It tested the system against an actual underwriter and refined the system until it agreed with the underwriter 95% of the time • All rejected loans are reviewed by an underwriter • An underwriter can now evaluate at least 16 loans per day as compared to 6 or 7 previously • The system is being used on their Web site to help customers who are inquiring is they qualify for a loan

  9. Artificial Intelligence • GaleriaKaufhof, a German superstore chain, uses a rule-based system to help inspect the quality of the 12,000 daily deliveries they receive of a wide range of goods • The system identifies high-risk deliveries (suppliers with poor delivery history, new products) for inspection and passes along the lower risk ones automatically

  10. Artificial Intelligence • MYCIN – an expert system developed by Stanford University in the 1970s to assist physicians in the diagnosis of infectious diseases. The system would ask a series of questions designed to emulate the thinking of an expert in the field of infectious disease and from the responses to these questions give a list of possible diagnoses, with probability, as well as recommend treatment • outperformed members of the Stanford medical school but not used because of ethical and legal issues related to the use of computers in medicine

  11. Traffic Light Expert System

  12. Traffic Light Expert System Is the light green (Yes/No)?No Is the light red (Yes/No)?No Is the light likely to change to red before you get through the intersection (Yes/No)?Why? Will only reach this point if light is yellow and then you’ll have two choices. Is the light likely to change to red before you get through the intersection (Yes/No)?No Conclusion: Go through the intersection

  13. Loan Application Expert System

  14. Artificial Intelligence • Fuzzy logic – a mathematical method of handling imprecise or subjective information • Rule-based technology that represents imprecision used in linguistic categories (e.g., “cold,” “cool”) that represent range of values • A washing machine continues to wash until the clothes are clean. How do you define clean? • Analyze financial information that has a subjective value (good will). • In Japan, the subway system uses fuzzy logic controls to accelerate so smoothly that standing passengers need not hold on • A system has been developed to detect possible fraud in medical claims submitted by healthcare providers

  15. Artificial Intelligence • Fuzzy logic can be used in a computer program to automatically control room temperature • Cool is between 50-70 degress, although 60-67 is most clearly cool. Cool is overlapped by cold and norm. • Thus a rule might be “if the temperature is cool or cold and the humidity is low while the outdoor wind is high and the outdoor temperature is low, raise the heat and humidity in the room”

  16. Artificial Intelligence • Neural Network – attempts to emulate the way the human brain works • Most useful for decisions that involve patterns or image recognition • “Learn” patterns by searching for relationships, building models, and correcting over and over again • Humans “train” network by feeding it data inputs for which outputs are known, to help neural network learn solution by example • Used for solving complex, poorly understood problems for which large amounts of data have been collected • Typically used in the finance industry to discover credit card fraud by analyzing individual spending behavior • US Bancorp has cut credit card fraud by 70% using this technology

  17. Neural Networks • Neural nets consist of an input layer, output layer and one or mode hidden internal layers • Input and output layers are connected to the middle layers by “weights” of various strengths • Weights change as the net learns what is good and bad (e.g. credit card transaction) and stabilize after having been fed enough examples • Differs from expert system in that expert system follows rigid rules that don’t change. Neural net rules change based on experience.

  18. The Layers of a Neural Network • A neural network uses rules it “learns” from patterns in data to construct a hidden layer oflogic. The hidden layer then processes inputs, classifying them based on the experience of the model. In this example, the neural network has been trained to distinguish between valid and fraudulent credit card purchases

  19. Neural Networks … • Learn and adjust to new circumstances on their own • Take part in massive parallel processing • Function without complete information • Cope with huge volumes of information • May not perform well if their training covers too little or too much data • Doesn’t guarantee a best solution • Best used as an aid to human decision makers instead of replacing them

  20. Genetic Algorithms • Genetic algorithm – an artificial intelligent system that mimics the evolutionary, survival-of-the-fittest process to generate increasingly better solutions to a problem • Useful for finding optimal solution for specific problem by examining very large number of possible solutions for that problem • Conceptually based on process of evolution • Search among solution variables by changing and reorganizing component parts using processes such as inheritance, mutation, and selection • Used in optimization problems (minimization of costs, efficient scheduling, optimal jet engine design) in which hundreds or thousands of variables exist • Able to evaluate many solution alternatives quickly

  21. Evolutionary Principles of Genetic Algorithms • Selection – or survival of the fittest or giving preference to better outcomes • Crossover – combining portion of good outcomes to create even better outcomes • Mutation – randomly trying combinations and evaluating the success of each

  22. The basic genetic algorithm • Start with a large “population” of randomly generated “attempted solutions” to a problem • Repeatedly do the following: • Evaluate each of the attempted solutions • Keep a subset of these solutions (the “best” ones) • Randomly mutate some solutions • Use these solutions to generate a new population • Quit when you have a satisfactory solution (or you run out of time)

  23. Genetic Algorithms This example illustrates an initial population of “chromosomes,” each representing a different solution. The genetic algorithm uses an iterative process to refine the initial solutions so that the better ones, those with the higher fitness, are more likely to emerge as the best solution.

  24. A really simple example • Suppose your “organisms” are 32-bit computer words, and you want a string in which all the bits are ones • Here’s how you can do it: • Create 100 randomly generated computer words • Repeatedly do the following: • Count the 1 bits in each word • Exit if any of the words have all 32 bits set to 1 • Keep the ten words that have the most 1s (discard the rest) • From each word, generate 9 new words as follows: • Choose one of the other words • Take the first half of this word and combine it with the second half of the other word

  25. The example continued • Half from one, half from the other:0110 1001 0100 1110 1010 1101 1011 01011101 0100 0101 1010 1011 0100 1010 01010110 1001 0100 11101011 0100 1010 0101 • Or we might choose “genes” (bits) randomly:0110 1001 0100 1110 1010 1101 1011 01011101 0100 0101 1010 1011 0100 1010 01010100 0101 0100 101010101100 1011 0101 • Or we might consider a “gene” to be a larger unit:0110 1001 0100 1110 1010 1101 1011 01011101 0100 0101 1010 1011 0100 1010 01011101 1001 0101 101010101101 1010 0101

  26. A really simple example • However, with no mutation, it may not succeed at all • By pure bad luck, maybe none of the first (randomly generated) words have (say) bit 17 set to 1 • Then there is no way a 1 could ever occur in this position • Another problem is lack of genetic diversity • Maybe some of the first generation did have bit 17 set to 1, but none of them were selected for the second generation

  27. Genetic Algorithms • Take thousands or even millions of possible solutions, combine and recombine them until the optimal solution is found • Example: Create a portfolio of 20 stocks with growth rate of 7.5% • Pick a large group of stocks, combine them into groups of 20 at a time and see how each group performed based on historic information • 30 stocks  30 million combinations, 40 stocks  137 billion possibilities of 20 • US West uses this technique to determine the optimal configuration of fiber-optic cable in a network that may include as many as 100,000 connection points • Used take 2 months for an experienced designer, now 2 days and saves $1-$10 million each time it’s used

  28. Genetic Algorithm Applications • GE used them help optimize the design of a jet turbine aircraft engine • SCM software from i2 Technologies optimizes production-scheduling models incorporating hundreds of thousands of details about customer orders, material and resource availability, manufacturing and distribution capability and delivery dates

  29. Intelligent Agents • Intelligent agent – special-purposed knowledge-based information system that accomplishes specific tasks on behalf of its users • Used for environmental scanning and competitive intelligence • An intelligent agent can learn the types of competitor information users want to track, continuously scan the Web for it, and alert users when a significant event occurs • software that assists you, or acts on your behalf, in performing repetitive computer-related tasks (e.g., paper clip in Word) • Buyer agents or shopping bots • User or personal agents • Monitoring-and surveillance agents • Data-mining agents

  30. Deep Space 1 Out of this World Agents Launched: Oct 24, 1998 Terminated: Dec. 18, 2001 Successfully tested 12 high-risk, advanced space technologies

  31. Deep Space 1 • NASA was looking to change its exploration paradigm • Build spacecraft quickly, make them small enough to be launched on inexpensive rockets and fast enough to reach their destinations while the questions they are addressing are still relevant. • Launch them monthly so that if one or two of them fail the loss will represent a small portion of the project • The spacecraft must also be sufficiently sophisticated to collect the desired information and smart enough to handle unexpected situations without all of them tying up the precious and expensive Deep Space Network.

  32. Deep Space 1 • NASA's New Millennium program was chartered to validate selected high-risk technologies needed to accomplish this goal on DS1, the first of the program's space flights. Among these technologies is: • AUTONOMOUS OPERATIONS SYSTEM - An "agent" plans, make decisions, and operate by itself. Sophisticated software is programmed into the spacecraft's computer to allow it to think and act on its own, without human intervention or guidance. The agent also knows when a failure has occurred, what to do about it, and when to call for help.

  33. Agents Sense & Respond An agent receives input from its environment and, through a repertoire of actions available to it, reacts to it in order to modify it. sensory input effector output Environment

  34. Buyer Agents • Buyer agent or shopping bot – an intelligent agent on a Web sites that helps you, the customer, find products and services you want • When you log on to Amazon.com, you are presented with suggestions of things to purchase based on previous activity at the website (uses collaborative filtering)

  35. User Agents • User agent or personal agent – intelligent agent that takes action on your behalf • Examples: • Prioritize e-mail and alert you when important items arrive • Act as gaming partner • Assemble customized news reports (CNN) • Fill out forms for you • Negotiate deals with suppliers and distributors

  36. Monitoring-and-Surveillance Agents • Monitoring-and-surveillance (predictive) agents – intelligent agents that observe and report on equipment. • Deep Space 1 • Network monitoring – predict crash 45 minutes in advance (also uses neural network to look for patterns of activity or problems)

  37. Data-Mining Agents • Data-mining agent – operates in a data warehouse discovering information • Used in conjunction with neural networks to classify data • Detect a major shift in a trend or indicator or the presence of new information • Volkswagen tracks market conditions to predict changes in consumer purchasing or payments and proactively take steps to protect themsleves

  38. Data-Mining Agents • Data-mining systems sift instantly through information to uncover patterns and relationships • Data-mining systems include many forms of AI such as neural networks and expert systems

  39. Intelligent Agents in Practice • Proctor & Gamble use IA technology to make their supply chain network more efficient • The network models a complex supply chain as semiautonomous “agents” representing individual supply chain components such as production facilities, distributors and retail stores • The behavior of each agent is programmed to follow rules that mimic actual behavior such as “order an item when it is out of stock”

  40. Intelligent Agents in Practice • Using IAs, P&G discovered that trucks should be dispatched before being fully loaded • Although transportation costs would be higher, retail store stockouts would occur less often, thus reducing the amount of lost sales which would more than make up for the higher distribution costs • These models saved P&G $300 million annually on an investment of less than 1% of that amount

  41. Intelligent Agents in Practice

More Related