Free Essay

Early Expert Systems

In:

Submitted By Pmash
Words 741
Pages 3
Describe any five early expert systems (20 Marks)
An expert system (ES) is a knowledge-based system that employs knowledge about its application domain and uses an inferencing (reason) procedure to solve problems that would otherwise require human competence or expertise.

Expert systems are built to solve a wide range of problems in domain such as medicine, math, engineering, chemistry, geology, computer science, business, law, defense and education. Five early expert systems are detailed below.

1. DENDRAL DENDRAL is an expert system that examines the spectroscopic analysis of an unknown chemical compound and predicts its molecular structure. It was developed by Bruce Buchanan in the late 1960’s and its domain field is chemistry. It was designed to use mass spectrometry and other chemical information to deduce the molecular structure of chemical compounds. Its primary aim was to help organic chemists in identifying unknown organic molecules, by analyzing their mass spectra and using knowledge of chemistry. 2. MYCIN
MYCIN is an early expert system that used artificial intelligence to identify bacteria causing severe infections, such as bacteremia and meningitis and to recommend antibiotics, with the dosage adjusted for patient's body weight. Its expertise lies in the domain of bacterial Infections. It was developed in

MYCIN operated using a fairly simple inference engine, and a knowledge base of about 600 rules. It would query the physician running the program via a long series of simple yes/no or textual questions. At the end, it provided a list of possible culprit bacteria ranked from high to low based on the probability of each diagnosis, its confidence in each diagnosis' probability, the reasoning behind each diagnosis, that is, MYCIN would also list the questions and rules which led it to rank a diagnosis a particular way, and its recommended course of drug treatment.

3. PROSPECTOR
PROSPECTOR is a rule-based judgmental reasoning system that evaluates the mineral potential of a site or region with respect to inference network models of specific classes of ore deposits. It is an expert system in the geology domain developed between 1976 and 1981 by developed by Hart and Duda of SRI International in California.

It aids geologists in evaluating the favorability of an exploration site or region for occurrences of ore deposits of particular types. Once a site has been identified, the PROSPECTOR can also be used for drilling-site selection.

The PROSPECTOR contains empirical knowledge which consists of a number of models that encode knowledge about certain classes of ore deposits. An ore deposit model is encoded as an inference network, a network of connection or relationships between field evidence and important geological hypothesis. The PROSPECTOR operates by matching data from a site against models describing regional and local characteristics favourable for specific ore deposits. The PROSPECTOR can reach a conclusion about a particular ore deposit. By giving a certainty value of the ore deposit as well as providing the explanation text for the conclusion.

4. XCON
XCON is operational expert system that routinely configures Digital Equipment Corporation’s (DEC) VAX-11/780 and PDP computer systems. It was developed by DEC (Digital Equipment Corporation) and was a system that ensured a customer was supplied with all the components and software that was needed to make up the specified computer system that they had ordered. It was used to validate customer orders for technical correctness (configurability) and to guide order assembly. XCON’s input is a customer order and its output is a set of diagrams displaying the spatial relationships among the components on an order.

5. MACSYCA
MACSYMA is a symbolic system developed to solve mathematical problems involving algebra, calculus and differential equations. It factors polynomials, integrates indefinite integrals and solves systems of equations. It is a large, interactive computer system designed to assist engineers, scientists and mathematicians in solving mathematical problems. A user supplies symbolic inputs and MACSYMA yields symbolic, numeric or graphic results.

It was originally developed by Carl Engelman, William A. Martin and Joel Moses from 1968 to 1982 at MIT as part of Project MAC. MACSYMA offers: * symbolic and numeric manipulation and solution capabilities in algebra, calculus and numerical analysis * 2D and 3D report-quality graphics. * interactive scientific notebooks * a user programming environment.

Generally, expert system address a variety of problems. With specialists in many areas being rare and the cost of consulting being high, expert systems can be useful and cost effective. the following list is a summary of general expert system problem categories

Similar Documents

Free Essay

Mat 300 Statictics Bottling Company Case Study

...Expert systems are computer applications that combine computer equipment, software, and specialized information to imitate expert human reasoning and advice. As a branch of artificial intelligence, expert systems provide discipline-specific advice and explanation to their users. While artificial intelligence is a broad field covering many aspects of computer-generated thought, expert systems are more narrowly focused. Typically, expert systems function best with specific activities or problems and a discrete database of digitized facts, rules, cases, and models. Expert systems are used widely in commercial and industrial settings, including medicine, finance, manufacturing, and sales. As a software program, the expert system integrates a searching and sorting program with a knowledge database. The specific searching and sorting program for an expert system is known as the inference engine. The inference engine contains all the systematic processing rules and logic associated with the problem or task at hand. Mathematical probabilities often serve as the basis for many expert systems. The second component—the knowledge database—stores necessary factual, procedural, and experiential information representing expert knowledge. Through a procedure known as knowledge transfer, expertise (or those skills and knowledge that sustain a much better than average performance) passes from human expert to knowledge engineer. The knowledge engineer actually creates and structures the knowledge...

Words: 2272 - Pages: 10

Free Essay

Finance

...REPORT ON APPLICATION OF EXPERT SYSTEMS Submitted to: Ms. Alpa Reshamwala Submitted by: Aashumita (351) Aditya shehkhar (371) Anshu Upadhyay (381) Abstract : An expert system is a computer program which captures the knowledge of a human expert on a given problem, and uses this knowledge to solve problems in a fashion similar to the expert. The system can assist the expert during problem-solving, or act in the place of the expert in those situations where the expertise is lacking. Expert systems have been developed in such diverse areas as science, engineering, business, and medicine. In these areas, they have increased the quality, efficiency, and competitive leverage of the organizations employing the technology. Introduction : Expert system technology has captured the interest of professionals in a number of fields in recent years. Systems have been developed in such diverse areas as science, engineering, business, and medicine. Almost every professional and computer society currently has a special interest group for expert systems technology. This widespread interest can be attributed to the ability of the expert system to aid various organizations in solving practical, real-world problems. Expert system is an off spring of artificial intelligence. Al is the study of developing computer Programs...

Words: 1853 - Pages: 8

Free Essay

Research

...IAI : Expert Systems © John A. Bullinaria, 2005 1. 2. 3. 4. 5. 6. 7. What is an Expert System? The Architecture of Expert Systems Knowledge Acquisition Representing the Knowledge The Inference Engine The Rete-Algorithm The User Interface What is an Expert System? Jackson (1999) provides us with the following definition: An expert system is a computer program that represents and reasons with knowledge of some specialist subject with a view to solving problems or giving advice. To solve expert-level problems, expert systems will need efficient access to a substantial domain knowledge base, and a reasoning mechanism to apply the knowledge to the problems they are given. Usually they will also need to be able to explain, to the users who rely on them, how they have reached their decisions. They will generally build upon the ideas of knowledge representation, production rules, search, and so on, that we have already covered. Often we use an expert system shell which is an existing knowledge independent framework into which domain knowledge can be inserted to produce a working expert system. We can thus avoid having to program each new system from scratch. w9-2 Typical Tasks for Expert Systems There are no fundamental limits on what problem domains an expert system can be built to deal with. Some typical existing expert system tasks include: 1. The interpretation of data Such as sonar data or geophysical measurements 2. Diagnosis of malfunctions Such as equipment faults...

Words: 1849 - Pages: 8

Premium Essay

It for Managers

...Rule-based Expert Systems Artificial Intelligence Department of Industrial Engineering and Management Cheng Shiu University Outline * Problem solving * Knowledge based problem solving * Expert Systems * Expert System Development team * Structures of Rule-based ES * Reasoning * Examples of Rule-based ES * Advantages/Disadvantages of Rule-based ES Problem Solving Procedures * Defining and Representing the Problem * Descriptions of Problem Solving * Selecting Some Suitable Solving Methods * Finding Several Possible Solutions * Choosing One Feasible Solution to Make a Decision Defining and Representing the Problem * State space: The combination of the initial state and the set of operators make up the state space of the problem. * Initiate state: The original state of the problem. * Operators: used to modify the current state, thereby creating a new state. * Path: The sequence of states produced by the valid application of operators from an old state to a new state is called the path. * Goal state: A state fit to the searching objective is called the goal state. Knowledge representation * Represent and manipulate the domain knowledge * Knowledge Definition * Knowledge Storing * Knowledge Representation Knowledge Definition * “The fact or condition of knowing something with familiarity gained through experience or association.” (Webster’s Dictionary, 1988)(Knowing something via seeing...

Words: 3631 - Pages: 15

Premium Essay

Expert Systems

...T.C BAHÇEŞEHİR ÜNİVERSİTESİ DEVELOPING AN EXPERT-SYSTEM FOR DIABETICS BY SUPPORTING WITH ANFIS Master Thesis ALİ KARA İSTANBUL, 2008 T.C BAHÇEŞEHİR ÜNİVERSİTESİ INSTITUTE OF SCIENCE COMPUTER ENGINEERING DEVELOPING AN EXPERT-SYSTEM FOR DIABETICS BY SUPPORTING WITH ANFIS Master Thesis Ali KARA Supervisor: ASSOC.PROF.DR. ADEM KARAHOCA İSTANBUL, 2008 T.C BAHÇEŞEHİR ÜNİVERSİTESİ INSTITUTE OF SCIENCE COMPUTER ENGINEERING Name of the thesis: Developing an Expert-System for Diabetics by supporting with ANFIS Name/Last Name of the Student: Ali Kara Date of Thesis Defense: Jun .09. 2008 The thesis has been approved by the Institute of Science. Prof. Dr. A. Bülent ÖZGÜLER Director ___________________ I certify that this thesis meets all the requirements as a thesis for the degree of Master of Science. Assoc. Prof. Dr. Adem KARAHOCA Program Coordinator ____________________ This is to certify that we have read this thesis and that we find it fully adequate in scope, quality and content, as a thesis for the degree of Master of Science. Examining Committee Members Assoc.Prof.Dr. Adem KARAHOCA Prof.Dr. Nizamettin AYDIN Asst.Prof.Dr. Yalçın ÇEKİÇ Signature ____________________ ____________________ ____________________ ii To my father ACKNOWLEDGEMENTS This thesis is dedicated to my father for being a role model in front of my educational life. I would like to express my gratitude to Assoc. Prof. Dr. Adem Karahoca, for not only being such...

Words: 6346 - Pages: 26

Free Essay

Automatic Part Program Generation

...An Expert System for Industrial Machine Vision Yoshifumi KITMURA, Hiroaki SATO, and Hideyuki TAMURA Information Systems Research Center, Canon Inc. Kashimada, Saiwai-ku, Kawasaki 21 1, Japan Abstract An expert system for vision algorithm design is presented. Its knowledge-base includes human experts' knowledge about image processing techniques, and is capable of solving given vision problems. As a problem domain, we choose vision algorithms for a parts-feeder, which determines the attitude of mechanical parts on a conveyor-belt and rejects parts with inappropriate attitudes. The expert system for parts feeder is designed to consist of three components: FSE (Feature selection expert), IPE (Image processing expert), DTG (Decision tree generator). The knowledge for vision algorithm design to determine parts attitude is discussed. A framework to represent knowledge for finding solutions for pattern classificationproblem is established. 1. Introduction Recently, several expert systems for image processing have been investigated[1][2][3]. Their knowledge-basesinclude human experts' knowledge about image processing techniques, and can generate a sequence of image processing operations to solve the given problem. DIA-Expert system (Digital-Image-Analysis Expert System)[4] is a typical example. When an input image and the goal of analysis are given, it continues to decompose the goal into subgoals until the sequence of executable image processing modules could be found. Here, we...

Words: 970 - Pages: 4

Free Essay

Ncbnxb

...Expert system for the definition of the cutting parameters and machining strategies 1 L.Zaquini1, J.Charpy1, J-P. Bendit2, T.Voumard3, P-E Mathez3, L. Béguelin3 HE-ARC-Ingénierie LMO (Laboratoire de Machines-Outils), University of Applied Science, Le Locle, Switzerland, 2 Jurasoft SA, Porrentruy, Switzerland, 3 Haute Ecole ARC – Software Engineering, University of Applied Science, St-Imier, Switzerland, Switzerland, Abstract The definition of the cutting parameters (Vc, fz, ae, ap), and the definition of the machining strategies or the strategies to engage the tool in the material and to start the cutting process, are usually requested by the CAM systems as input information. These data are usually strongly influenced by the consolidated experience of the operators, by the specific previous similar machining cases and by several other factors depending on the machining practices. In a project, financed by the Swiss national organization for the industrial research, the authors have developed an expert system (ES) in order to get this information through software processes. The paper shows the structure of this expert system. The ES has been realized through the definition of ontology of components and elements of the machining. The ES includes a very large data base of cutting parameters, and is based on the establishment of rules for the competition between the machining strategies. The ES includes learning methods which are able to identify similar operations. The learning...

Words: 3072 - Pages: 13

Premium Essay

Hallstead

...Expert Systems Expert Systems are computer systems which embody some of the experience and specialised knowledge of an expert and thereby mimic the expert and act as a consultant in a particular area. Knowledge is often represented in an Expert System in a knowledge base, which is a network of interconnected rules which represent the human expertise. Expert Systems fall into a field known as Artificial Intelligence. This field is concerned with the development of computer intelligence. The goal of Artificial Intelligence is to develop computers that can think, as well as see, hear, walk, talk and feel. A major thrust of Artificial Intelligence is the development of computer functions normally associated with human intelligence, such as reasoning, learning and problem solving. Advances in computer processing power open the way for wider use of so-called Artificial Intelligence, at the same time that the self-serve aspect of online processes has increased the need for systems that "think." As time goes on and as patterns change, the computer learns because it is constantly being given cause and effect. The Expert System Expert System Development Financial Decision Making The financial services industry has become a vigorous user of Expert System techniques. With their high level of accuracy and reliability, Expert Systems easily replace complex human decision-making. This is done with the help of their expert knowledge-bases into...

Words: 1982 - Pages: 8

Free Essay

Ladlake

...EXPERT SYSTEMS Advantages • The computer can store far more information than a GP. It can draw on a wide variety of sources such as stored knowledge from books, case studies to help in diagnosis and advice on things such as prescriptions / symptoms • The computer does not 'forget' or make mistakes – remembers obscure cases of heart diseases • Data can be kept up-to-date e.g. adding more results of radiology scans / constant updating • The expert system is always available 24 hours a day. • Will never 'retire'. • The system can be used at a distance over a network. Therefore rural areas or even poorer third world countries have access to experts. • Provides accurate predictions with probabilities of all possible problems with more accurate advice especially for obscure illnesses • Some people prefer the privacy of 'talking' to a computer rather than talking to a GP • Gives the doctor more time to deal with other patients / saves overloading doctors in epidemic/pandemic / more time to deal with serious cases • Can provide a second opinion • It can help train young doctors in unfamiliar diseases. • People can do an initial diagnosis from home saving them travel and time costs especially if in a rural area or have long waiting lists to see a GP, e.g. if you suspect your child has a rash you could quickly check the symptoms for meningitis. THREE COMPONENTS: KNOWLEDGE BASE INTERFERENCE ENGINE USER INTERFACE Disadvantags: • Over reliance on IT system / Loss...

Words: 399 - Pages: 2

Free Essay

Dreyfus Model

...The Dreyfus Model Introduction: Dreyfus brothers have stated a theory which depicts the stages of an individual's progression in achieving professional expertise. They have been broken down into a series of five stages: novice, advanced beginner, competent, proficient, and expert. The phenomenological model states that an expertise in any skill and medical skill, in particular, cannot be captured by the rule-based expert system. It argues that the expertise is said to be an unconscious and automatic performance which cannot be programmed. Thus, the progression is explained to be a gradual transition from a strict rule adherence to an intuitive mode of judgement. The authur assumes that intuition arises though expertise. Thus an expert system would not be able to rise over the level of competence. Dreyfus emphasises on experience (non-analytical) over rules(analytical). The main theme revolves around the following five stages: The Novice: Dreyfus Model explains that a novice should follow memorise and follow rules without feeling any responsibility of judgement or perception. He would need to be monitored either by self-observation or through instructional feedback. This would help the novice concentrate and internalise the rules and procedures. Dreyfus believes that the task environment is decomposed into context-free features so that a beginner can easily follow the instructions without actually knowing the desired skill. In this stage the beginner is merely following rules...

Words: 890 - Pages: 4

Free Essay

Gis and Hazards

...Identify and discuss reasons why you think GIS technology currently requires technical experts to apply it in crisis management situations. What are the key issues that need to be addressed? Suppose you had funding resources to combat this problem, where and why would you spend that money? The debate that surrounds the issue of GIS expertise in emergency management seemingly stems from the identity and capabilities of practitioners in crisis management situations. The first or local responders in crisis situations in all likelihood will be police, fire or medical response units; who although highly skilled will not be required to possess any substantial amount of GIS knowledge. Although this observation is simplistic, the cyclical nature and/or role of GIS within emergency management convey the link between GIS expertise and emergency management. The cyclical presence of GIS in the emergency response cycle for example displays how the discipline can be involved in the process of preparedness due to its role in the process of rescue. The presence of GIS expertise in emergency management can be in part explained by the want and desire on the part GIS professionals to retain the consistency and integrity of data pertaining to any given hazard or disaster. This endeavour to build and maintain a reliable data stream facilitates more accurate and thorough long term analysis leading to the delivery of relevant short term information. Operationally the presence of...

Words: 450 - Pages: 2

Premium Essay

Benefit of Dss

...Benefits of DSS Decision support systems are computer systems that assist the user in complex problem solving or decision-making. They are an integrated approach to the age-old problem of helping people make better decisions. Decision support sys-tems typically have quantitative output and place emphasis on the end user for final problem solving and decision-making. An expert system (ES) is another computer tool used for decision-making. Expert systems use qualitative rather than quantitative reasoning. They perform at a level generally recognized as equivalent to that of a human expert or special-ist in a particular field. Often, ES are developed around very specific and highly detailed “domains” and thus tend to be narrow in their range of knowledge. The use of DSS within animal production allows produc-ers to integrate information into more useable forms and enhances management skills through improved decision-making and increased capacity for benefit:cost and risk analyses, and DSS allows comparisons of the cost-effectiveness of various production alternatives. They can reduce costs of production and improve productivity and sustainability by matching livestock requirements to feed inputs. As well, they can be used as education tools to in-crease the effectiveness of educating current and future gen-erations of primary producers and service agents. In addition, DSS can be used to test alternative animal production strate-gies that would take years to determine using traditional...

Words: 422 - Pages: 2

Premium Essay

Task 5

...TASK 5 Databases a) A database is a structured collection of records or data that is stored in a computer system. b) Databases are used by storing data so it can be quickly accessed, varied information could be kept about anything, from students to stock e.g. computers and equipment, you could use MS Access to make a Database, you can use queries to find things quickly. It would be best to create a database in MS access because things can be changed and added. For instance you could add a new field or put in some new data. It is also easy to use in MS Access because it sets it out as a table so it’s easy to edit and read. c) College could use this to keep records on all their students and teachers, they could have all personal details, like Phone numbers, address, and how well their doing in their course, it could keep track of all their absences. It could hold all information about people who are visiting the college, and when things are going to be organised like student days and open days. Internet a) The internet is a server where people can add web pages to show information; you need an internet connection to be able to access the internet. b) The internet is used for browsing web pages, I would use the internet for going on face book, but a business would use the internet for things like buying stock, or advertising there business to people, some business may also have their own website to advertise. A college may have a website to describe about all the different...

Words: 757 - Pages: 4

Free Essay

The Case of the Software Proposal

...After hearing about an expert system that analyzed an application and said to write it at substandard when the company's best underwriter had decided it was standard, Chief information officer, Dennis Devereaux, and vice president of information systems planning, Max Vargo, are about to request $1 million to develop an expert system for Linda Peterson's property and casualty (P & C) underwriting department. They've discussed the expert system with President Bill Hayes, CFO Hal Atkins, and other members of the capital expense committee and for the most part felt it would be approved, however some members of the CEC, including Bill Hayes, are leaning against the expert system project. After much discussion, it boiled down to putting together some fancy slides of the data to show how expert systems make fewer mistakes than human experts and how much time it takes to process an application with and without the system. The expert systems proposal is intended to make a fundamental change in the way the company does business, but it is being presented and judged as an information technology project. Only the line organizations can justify investing in the expert systems proposal by projecting improvements in their operating performance, and they do not appear to be partners in the proposal. The mere thought of Integrating the various expert system into existing databases and other systems will be problematic, and agents will face chaos rather than a single interface...

Words: 330 - Pages: 2

Free Essay

Accommodation System Expert

...Table of Contents Introduction 3 Accommodation System 3 Identification and Literature Surveys 3 The need for the system 4 Aims and Benefits 4 Domain Expert and Users 5 Users 5 Knowledge Acquisition 5 Strategy 5 Process of acquiring knowledge 5 Problems and solutions 5 Solution 6 Evaluation of prototype don`t do 6 Expert opinion 6 Performance/Achievement 6 Further Improvement 6 Special features 8 Variable 8 Tags 9 References 11 Apendices 12 Program Code 12 User Manual 15 This software will ask you your name and then you continue being friends. 15 INTRODUCTION APIIT/UCTI ACCOMMODATION SYSTEM EXPERT T he system provides apartment type accommodation located close to the campus with full condominium facilities, which includes swimming pool, launderettes, clubhouses, restaurants, 24 hr security and etc. All units are furnished with basic amenities, including a living room set, dining room set, air conditioning, washing machine, kitchen and bedroom furniture. Internet Access and Satellite TV are complementary for Deluxe Accommodation. Student can also rent apartments at their own. Rental of a 3-bedroom furnished apartment unit at Vista Komanwel Apartments ranges from RM1, 500 to RM1, 800 per month. On a six-student per unit sharing basis, rental for each student ranges between RM 350 to RM 500 per...

Words: 2501 - Pages: 11