Prortamacion androi

Páginas: 10 (2262 palabras) Publicado: 3 de junio de 2011
EXSYS Professional Expert System Development Software

®

This manual and any examples contained herein are provided "as is" and are subject to change without notice. EXSYS,Inc. makes no warranty of any kind with regard to this manual, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. EXSYS, Inc. shall not be liable for any errorsor for incidental or consequential damages in connection with the furnishing, performance, or use of this manual or the examples herein.

EXSYS® Professional Getting Started Manual
® 1996 EXSYS, Inc. All rights reserved. May, 1996 Printed and bound in the United States of America All other product names are copyright and registered trademarks/tradenames of their respective owners.

EXSYS,Inc.
1720 Louisiana Blvd. NE Suite 312 Albuquerque, NM 8711 TEL(505)256-8356 FAX(505)256-8359

Getting Started with EXSYS
First a Few Terms
Before you start building systems, there are a few terms you need to know. EXSYS Professional expert systems are made up of individual facts that represent pieces of decision-making knowledge. These individual facts are called RULES. The rules are in anIF-THEN form. A rule may also have an ELSE part, (IF-THENELSE) but IF-THEN is more common. In real life, IF-THEN rules are used all the time. They are the way a person thinks and are the way you describe your decision-making steps. To run the rules and reach a conclusion, data is required. This data comes from user input and data the system “knows” from rules. EXSYS tests the IF parts of rules to seeif the rules are true. When the IF part of a rule is determined to be true, the THEN part is assumed to be true and added to the facts that the system knows. EXSYS uses two types of data: QUALIFIERS which allow the user to select one (or more) values from a pre-defined list of values. VARIABLES which allow the user to input any numeric or string value.

RULES:
IF it is raining, THEN take anumbrella. IF the light is out, THEN check the power switch.

Known Data

User Input

Expert systems usually are designed to arrive at a conclusion or recommendation. In EXSYS, these possible recommendations are called CHOICES. There are typically many possible choices in an expert system, and the rules will select which is appropriate for a particular set of input data. In the examples above,"take an umbrella" and "check the power switch" could be choices. Getting Started with EXSYS® Professional

Rule IF Part

Rule Then Part

1

Getting Started with EXSYS
Some examples of qualifiers are: The weather today is 1 Sunny 2 Cloudy 3 Raining 4 Snowing The light is 1 ON 2 OFF Qualifiers are very useful in building expert systems because they allow the possible input values to bespecified. This makes for faster and easier system development. However, the lists must be complete enough to handle all possible situations. In the example, if the weather is actually foggy, the user would be forced to select "cloudy" or "raining". Some examples of variables are: The voltage at point A Your name The current price of gold There are many other terms that will be used later, but thisis enough to get started. Getting Started with EXSYS® Professional Variables can have any value and may be numeric or string. It is not necessary to create pre-defined lists of possible values. Variables are used two ways in expert systems: 1. Tested in the IF part by being included in a boolean expression. For example, IF The voltage at point A is less than 1.5 volts THEN Replace the battery2. Assigned a value in the THEN part. For example, IF The the ice cream is melting THEN Set the temperature to 25 degrees

2

Lesson 1: Building a Simple Rule
or How Many Knowledge Engineers Does It Take To Change a Light Bulb?
Suppose a light that was on in your office suddenly goes out. You might decide to change the bulb. You are going to write an expert system to capture this profound...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Androi
  • Informe Androi
  • Desventajas De Androi
  • androi
  • sistema operativo androi
  • Androi GBI
  • Ayuda AndroiosES
  • Sistema Operativo Androi

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS