Hexmoor, 2001 Henry Hexmoor Southern Illinois University Faner Hall, Room 2130 Carbondale, IL 62901 Fuzzy logic.

Slides:



Advertisements
Similar presentations
When you see… Find the zeros You think…. To find the zeros...
Advertisements

Area Under a Curve (Linear). Find the area bounded by the x-axis, y = x and x =1. 1. Divide the x-axis from 0 to 1 into n equal parts. 2. Subdividing.
Fuzzy Logic 11/6/2001. Agenda General Definition Applications Formal Definitions Operations Rules Fuzzy Air Conditioner Controller Structure.
Converting to Standard Form of an ellipse
When you see… Find the zeros You think…. To find the zeros...
Histograms! Histograms group data that is close together into “classes” and shows how many or what percentage of the data fall into each “class”. It.
Welcome to MS 101 Intermediate Algebra.
Graphs of Sine and Cosine Five Point Method. 2 Plan for the Day Review Homework –4.5 P odd, all The effects of “b” and “c” together in.
Chapter 5 Continuous Random Variables and Probability Distributions
Designing Antecedent Membership Functions
Rule-Based Fuzzy Model. In rule-based fuzzy systems, the relationships between variables are represented by means of fuzzy if–then rules of the following.
Fuzzy Logic. Priyaranga Koswatta Mundhenk and Itti, 2007.
Fuzzy Logic Jan Jantzen Logic is based on set theory, and when we switch to fuzzy sets it will have an effect on.
Math – Getting Information from the Graph of a Function 1.
P.O.D. Using your calculator find the domain and range of: a) b) c)
CPSC 386 Artificial Intelligence Ellen Walker Hiram College
Abdul Rahim Ahmad MITM 613 Intelligent System Chapter 3b: Dealing with Uncertainty (Fuzzy Logic)
Objectives 1.2 Describing distributions with numbers
Fuzzy Inference (Expert) System
Microeconomics Corso E John Hey. Chapter 26 The LABOUR MARKET The supply of labour. The demand for labour. Equilibrium. Minimum wage legislation?
Drawing a line graph. A 2-D diagram of the apparatus used in the scientific investigation open air hole Close d air hole closed air hole.
Graphing Exercise. In this exercise you are going to make as many dots as you can on your whiteboard in a chosen amount of time. You will then graph your.
Line Graphs A line graph is a way to summarize how two pieces of information are related and how they vary depending on one another. The numbers along.
Histograms Lecture 14 Sec Tue, Sep 26, 2006.
Section 5.9 Approximate Integration Practice HW from Stewart Textbook (not to hand in) p. 421 # 3 – 15 odd.
Area of a circle Radius r (m) Area A (m 2 ) when r = 2.5 A = 20 (to 2sf) when A = 30 r = 3.1 (to 2sf)
Section 6.1 Introduction to the Normal Distribution Entirely rewritten by D.R.S., University of Cordele.
Homework 5 Min Max “Temperature is low” AND “Temperature is middle”
Fuzzy Inference and Reasoning
CY1B2 Statistics1 (ii) Poisson distribution The Poisson distribution resembles the binomial distribution if the probability of an accident is very small.
NEURO-FUZZY LOGIC 1 X 0 A age Crisp version for young age.
Histograms Lecture 14 Sec Fri, Feb 8, 2008.
On a floor plan of her room, the length of Hailey’s bed is 3 inches. If the scale of her floor plan is inch = 1 foot, what is the actual length of her.
2.4 Continuity Objective: Given a graph or equation, examine the continuity of a function, including left-side and right-side continuity. Then use laws.
5-Number Summary A 5-Number Summary is composed of the minimum, the lower quartile (Q1), the median (Q2), the upper quartile (Q3), and the maximum. These.
Histograms Lecture 14 Sec Wed, Sep 29, 2004.
Definite Integral df. f continuous function on [a,b]. Divide [a,b] into n equal subintervals of width Let be a sample point. Then the definite integral.
Graphing in Physics. Graphing A way to display data that is collected in an experiment. They must be constructed accurately and neatly so data is understood.
Fuzzy Relations( 關係 ), Fuzzy Graphs( 圖 形 ), and Fuzzy Arithmetic( 運算 ) Chapter 4.
Quiz P (-3 – 4i)(1 + 2i) = ? (2 – 3i) – (-4 – 5i) = ? 3.
Sec. 4-4: Percent of Change
Aim: Isn’t infinite limit an oxymoron?
13-4 The Sine Function Hubarth Algebra II.
COSTS OF PRODUCTION General principle: If you know the technology of production (the production function or total product curve), and if you know the.
Chapter 4 Vocabulary Functions.
Open intervals of increasing, decreasing & constant functions
Determining Cause & Effect
Fuzzy Logic 11/6/2001.
Frequency Distributions and Their Graphs
Homework 8 Min Max “Temperature is low” AND “Temperature is middle”
Boolean vs Fuzzy Strictly 0 or 1 output Output varies between 0 and 1
Tell a Story with the Data
Graph Requirements.
Copyright © Cengage Learning. All rights reserved.
Homework 9 Min Max “Temperature is low” AND “Temperature is middle”
Amplitude, Period, and Phase Shift
Trigonometric Functions
Transformations of exponential functions
Characteristics OF EXPONENTIAL FUNCTIONS!!!!!.
Data and Graphing Ms MacCormack Fall 2017.
Gates Type AND denoted by X.Y OR denoted by X + Y NOR denoted by X + Y
How to construct a Table and Graph
Fuzzy Logic Colter McClure.
Measurement & graphs in Science
Graphing Data.
a + 2 = 6 What does this represent? 2 a
Intervals of Increase and Decrease
Part of knowledge base of fuzzy logic expert system for exercise control of diabetics
Limits Review (Sections 10.1 – 10.3) Pre-Calculus.
Maximum and Minimum Points
Presentation transcript:

Hexmoor, 2001 Henry Hexmoor Southern Illinois University Faner Hall, Room 2130 Carbondale, IL Fuzzy logic

Hexmoor, 2001 The value of a proposition “John has a fever” takes truth value in the interval [0-1]. Fuzzy Logic Temperatures

Hexmoor, 2001 T(p and q) = min (T(p), T(q)) T(p or q) = max (T(p), T(q)) T(not p) = 1 – T(p) T(p  q) = min (1, 1 - T(p) + T(q)) Fuzzy Logic

Hexmoor, 2001 Let's consider the following rules: 1. obstacle very-close and left-side clear and right-side clear -> move left 2. obstacle very-close and left-side tight and right-side tight -> move tight-left 3. obstacle very-close and left-side tight and right-side clear -> move right 4. obstacle very-close and left-side clear and right-side tight -> move left 5. obstacle very-close and left-side closed and right-side tight -> move tight-right 6. obstacle very-close and left-side tight and right-side closed -> move tight-left Fuzzy Logic

Hexmoor, 2001 Let's have the following functions: Fuzzy Logic Dist to obstacle 1’ 10’ Very Close Side Clearance 1’ 10’ Clear Side Clearance 1’ 10’ Tight Side Clearance 1’ 10’ Closed Direction change Move Left Direction change Move Right Direction change Tight Left Direction change Tight Right

Hexmoor, 2001 To apply the rules, we follow these steps: 1. Get input. Suppose we get input of obstacle being 3 feet in front left side has a 1 foot clearance and right side has a 5 foot clearance. 2. Let's examine the applicability of left hand sides of the rules. AND in the left hand side means minimum. The resulting numbers are MODULATED values. I.e., the degree to which the rules will be activated..8,.0, 1. ==> 0..8,.8,.5 ==>.5.8,.8,.2 ==>.2.8,.2,.8 ==>.2.8,.8,.5 ==>.5.8,.8..8 ==>.8 3. Scale down curves on the right hand side by the modulation factors. 4. Overlap and sum the scaled down function on the right hand side. Scale the summed curve to fit the range Find the place on the horizontal axis of output furntions that divides the space under the functions into two equal areas to the left and right. This is called finding the center of gravity for the output function. The value on the horizontal axis found is the ARBITRATED value sent to the actuators. In this case this will be amount of steering. Fuzzy Logic

Hexmoor, Scale down curves on the right hand side by the modulation factors. 4. Overlap and sum the scaled down function on the right hand side. Scale the summed curve to fit the range [ ]. 5. Find the place on the horizontal axis of output functions that divides the space under the functions into two equal areas to the left and right. This is called finding the center of gravity for the output function. The value on the horizontal axis found is the ARBITRATED value sent to the actuators. In this case this will be amount of steering. Fuzzy Logic