Defuzzification. Convert fuzzy grade to Crisp output. *Fuzzy Engineering, Bart Kosko

Size: px
Start display at page:

Download "Defuzzification. Convert fuzzy grade to Crisp output. *Fuzzy Engineering, Bart Kosko"

Transcription

1 Defuzzification Convert fuzzy grade to Crisp output *Fuzzy Engineering, Bart Kosko

2 Defuzzification (Cont.) Centroid Method: the most prevalent and physically appealing of all the defuzzification methods [Sugeno, 1985; Lee, 1990] Often called Center of area Center of gravity *Fuzzy Logic with Engineering Applications, Timothy J. Ross

3 Defuzzification (Cont.) Max-membership principal Also known as height method *Fuzzy Logic with Engineering Applications, Timothy J. Ross

4 Defuzzification (Cont.) Weighted average method Valid for symmetrical output membership functions Formed by weighting each functions in the output by its respective maximum membership value *Fuzzy Logic with Engineering Applications, Timothy J. Ross

5 Defuzzification (Cont.) Mean-max membership (middle of maxima) Maximum membership is a plateau Z* = a + b 2 *Fuzzy Logic with Engineering Applications, Timothy J. Ross

6 Defuzzification (Cont.) Center of sums Faster than many defuzzification methods *Fuzzy Logic with Engineering Applications, Timothy J. Ross

7 Defuzzification (Cont.) Center of Largest area If the output fuzzy set has at least two convex subregion, defuzzify the largest area using centroid *Fuzzy Logic with Engineering Applications, Timothy J. Ross

8 Defuzzification (Cont.) First (or last) of maxima Determine the smallest value of the domain with maximized membership degree *Fuzzy Logic with Engineering Applications, Timothy J. Ross

9 Example: Defuzzification Find an estimate crisp output from the following 3 membership functions *Fuzzy Logic with Engineering Applications, Timothy J. Ross

10 Example: Defuzzification CENTROID *Fuzzy Logic with Engineering Applications, Timothy J. Ross

11 Example: Defuzzification Weighted Average *Fuzzy Logic with Engineering Applications, Timothy J. Ross

12 Example: Defuzzification Mean-Max Z* = (6+7)/2 = 6.5 *Fuzzy Logic with Engineering Applications, Timothy J. Ross

13 Example: Defuzzification Center of sums *Fuzzy Logic with Engineering Applications, Timothy J. Ross

14 Example: Defuzzification Center of largest area Same as the centroid method because the complete output fuzzy set is convex *Fuzzy Logic with Engineering Applications, Timothy J. Ross

15 Example: Defuzzification First and Last of maxima *Fuzzy Logic with Engineering Applications, Timothy J. Ross

16 Defuzzification Of the seven defuzzification methods presented, which is the best? It is context or problem-dependent *Fuzzy Logic with Engineering Applications, Timothy J. Ross

17 Defuzzification: Criteria Hellendoorn and Thomas specified 5 criteria against whnic to measure the methods #1 Continuity Small change in the input should not produce the large change in the output #2 Disambiguity Defuzzification method should always result in a unique value, I.e. no ambiguity Not satisfied by the center of largest area! *Fuzzy Logic with Engineering Applications, Timothy J. Ross

18 Defuzzification: Criteria (Cpnt.) Hellendoorn and Thomas specified 5 criteria against whnic to measure the methods #3 Plausibility Z* should lie approximatly in the middle of the support region and hve high degree of membership #4 Computational simplicity Centroid and center of sum required complex computation! #5 Constitutes the difference between centroid, weighted average and center of sum Problem-dependent, keep computation simplicity *Fuzzy Logic with Engineering Applications, Timothy J. Ross

19 Designing Antecedent Membership Functions Recommend designer to adopt the following design principles: Each Membership function overlaps only with the closest neighboring membership functions; For any possible input data, its membership values in all relevant fuzzy sets should sum to 1 (or nearly) * Fuzzy Logic: Intelligence, control, and Information, J. Yen and R. Langari, Prentice Hall

20 Designing Antecedent Membership Functions A Membership Function Design that violates the second principle * Fuzzy Logic: Intelligence, control, and Information, J. Yen and R. Langari, Prentice Hall

21 Designing Antecedent Membership Functions A Membership Function Design that violates both principle * Fuzzy Logic: Intelligence, control, and Information, J. Yen and R. Langari, Prentice Hall

22 Designing Antecedent Membership Functions A symmetric Function Design Following the guidelines * Fuzzy Logic: Intelligence, control, and Information, J. Yen and R. Langari, Prentice Hall

23 Designing Antecedent Membership Functions An asymmetric Function Design Following the guidelines * Fuzzy Logic: Intelligence, control, and Information, J. Yen and R. Langari, Prentice Hall

24 Example: Furnace Temperature Control Inputs Temperature reading from sensor Furnace Setting Output Power control to motor * Fuzzy Systems Toolbox, M. Beale and H Demuth

25 MATLAB: Create membership functions - Temp * Fuzzy Systems Toolbox, M. Beale and H Demuth

26 MATLAB: Create membership functions - Setting * Fuzzy Systems Toolbox, M. Beale and H Demuth

27 MATLAB: Create membership functions - Power * Fuzzy Systems Toolbox, M. Beale and H Demuth

28 If - then - Rules Fuzzy Rules for Furnace control Temp Setting Low Medium High Cold Low Medium High Cool Low Medium High Moderate Low Low Low Warm Low Low Low Hot low Low Low * Fuzzy Systems Toolbox, M. Beale and H Demuth

29 Antecedent Table * Fuzzy Systems Toolbox, M. Beale and H Demuth

30 Antecedent Table MATLAB A = table(1:5,1:3); Table generates matrix represents a table of all possible combinations * Fuzzy Systems Toolbox, M. Beale and H Demuth

31 Consequence Matrix * Fuzzy Systems Toolbox, M. Beale and H Demuth

32 Evaluating Rules with Function FRULE * Fuzzy Systems Toolbox, M. Beale and H Demuth

33 Design Guideline (Inference) Recommend Max-Min (Clipping) Inference method be used together with the MAX aggregation operator and the MIN AND method Max-Product (Scaling) Inference method be used together with the SUM aggregation operator and the PRODUCT AND method * Fuzzy Logic: Intelligence, control, and Information, J. Yen and R. Langari, Prentice Hall

34 Example: Fully Automatic Washing Machine * Fuzzy Logic: Intelligence, control, and Information, J. Yen and R. Langari, Prentice Hall

35 Example: Fully Automatic Washing Machine Inputs Laundry Softness Laundry Quantity Outputs Washing Cycle Washing Time * Fuzzy Logic: Intelligence, control, and Information, J. Yen and R. Langari, Prentice Hall

36 Example: Input Membership functions * Fuzzy Logic: Intelligence, control, and Information, J. Yen and R. Langari, Prentice Hall

37 Example: Output Membership functions * Fuzzy Logic: Intelligence, control, and Information, J. Yen and R. Langari, Prentice Hall

38 Example: Fuzzy Rules for Washing Cycle Quantity Softness Small Medium Large Soft Delicate Light Normal Normal Soft Normal Hard Light Normal Normal Light Normal Strong Hard Light Normal Strong * Fuzzy Logic: Intelligence, control, and Information, J. Yen and R. Langari, Prentice Hall

39 Example: Control Surface View (Clipping) * Fuzzy Logic: Intelligence, control, and Information, J. Yen and R. Langari, Prentice Hall

40 Example: Control Surface View (Scaling) * Fuzzy Logic: Intelligence, control, and Information, J. Yen and R. Langari, Prentice Hall

41 Example: Control Surface View Clipping Scaling * Fuzzy Logic: Intelligence, control, and Information, J. Yen and R. Langari, Prentice Hall

42 Example: Rule View (Clipping) * Fuzzy Logic: Intelligence, control, and Information, J. Yen and R. Langari, Prentice Hall

43 Example: Rule View (Scaling) * Fuzzy Logic: Intelligence, control, and Information, J. Yen and R. Langari, Prentice Hall

Problems often have a certain amount of uncertainty, possibly due to: Incompleteness of information about the environment,

Problems often have a certain amount of uncertainty, possibly due to: Incompleteness of information about the environment, Uncertainty Problems often have a certain amount of uncertainty, possibly due to: Incompleteness of information about the environment, E.g., loss of sensory information such as vision Incorrectness in

More information

Introduction to Fuzzy Control

Introduction to Fuzzy Control Introduction to Fuzzy Control Marcelo Godoy Simoes Colorado School of Mines Engineering Division 1610 Illinois Street Golden, Colorado 80401-1887 USA Abstract In the last few years the applications of

More information

Artificial Intelligence: Fuzzy Logic Explained

Artificial Intelligence: Fuzzy Logic Explained Artificial Intelligence: Fuzzy Logic Explained Fuzzy logic for most of us: It s not as fuzzy as you might think and has been working quietly behind the scenes for years. Fuzzy logic is a rulebased system

More information

A Fuzzy Logic Based Approach for Selecting the Software Development Methodologies Based on Factors Affecting the Development Strategies

A Fuzzy Logic Based Approach for Selecting the Software Development Methodologies Based on Factors Affecting the Development Strategies Available online www.ejaet.com European Journal of Advances in Engineering and Technology, 2015, 2(7): 70-75 Research Article ISSN: 2394-658X A Fuzzy Logic Based Approach for Selecting the Software Development

More information

EMPLOYEE PERFORMANCE APPRAISAL SYSTEM USING FUZZY LOGIC

EMPLOYEE PERFORMANCE APPRAISAL SYSTEM USING FUZZY LOGIC EMPLOYEE PERFORMANCE APPRAISAL SYSTEM USING FUZZY LOGIC ABSTRACT Adnan Shaout* and Mohamed Khalid Yousif** *The Department of Electrical and Computer Engineering The University of Michigan Dearborn, MI,

More information

Design of fuzzy systems

Design of fuzzy systems Design of fuzzy systems Andrea Bonarini Artificial Intelligence and Robotics Lab Department of Electronics and Information Politecnico di Milano E-mail: bonarini@dei.polimi.it URL:http://www.dei.polimi.it/people/bonarini

More information

Optimized Fuzzy Control by Particle Swarm Optimization Technique for Control of CSTR

Optimized Fuzzy Control by Particle Swarm Optimization Technique for Control of CSTR International Journal of Computer, Electrical, Automation, Control and Information Engineering Vol:5, No:, 20 Optimized Fuzzy Control by Particle Swarm Optimization Technique for Control of CSTR Saeed

More information

A Fuzzy System Approach of Feed Rate Determination for CNC Milling

A Fuzzy System Approach of Feed Rate Determination for CNC Milling A Fuzzy System Approach of Determination for CNC Milling Zhibin Miao Department of Mechanical and Electrical Engineering Heilongjiang Institute of Technology Harbin, China e-mail:miaozhibin99@yahoo.com.cn

More information

IMPLEMENTATION OF FUZZY EXPERT COOLING SYSTEM FOR CORE2DUO MICROPROCESSORS AND MAINBOARDS. Computer Education, Konya, 42075, Turkey

IMPLEMENTATION OF FUZZY EXPERT COOLING SYSTEM FOR CORE2DUO MICROPROCESSORS AND MAINBOARDS. Computer Education, Konya, 42075, Turkey IMPLEMENTATION OF FUZZY EXPERT COOLING SYSTEM FOR CORE2DUO MICROPROCESSORS AND MAINBOARDS Kürşat ZÜHTÜOĞULLARI*,, Novruz ALLAHVERDİ, İsmail SARITAŞ Selcuk University Technical Education Faculty, Department

More information

Sci.Int.(Lahore),26(3),1065-1070,2014 ISSN 1013-5316; CODEN: SINTE 8 1065

Sci.Int.(Lahore),26(3),1065-1070,2014 ISSN 1013-5316; CODEN: SINTE 8 1065 Sci.Int.(Lahore),26(3),1065-1070,2014 ISSN 1013-5316; CODEN: SINTE 8 1065 A FUZZY APPROACH FOR WATER SECURITY IN IRRIGATION SYSTEM USING WIRELESS SENSOR NETWORK Faraz Khan 1, Faizan Shabbir 1 and Zohaib

More information

Adaptive Optimal Scheduling of Public Utility Buses in Metro Manila Using Fuzzy Logic Controller

Adaptive Optimal Scheduling of Public Utility Buses in Metro Manila Using Fuzzy Logic Controller Adaptive Optimal Scheduling of Public Utility Buses in Metro Manila Using Fuzzy Logic Controller Cyrill O. Escolano a*, Elmer P. Dadios a, and Alexis D. Fillone a a Gokongwei College of Engineering De

More information

Applications of Fuzzy Logic in Control Design

Applications of Fuzzy Logic in Control Design MATLAB TECHNICAL COMPUTING BRIEF Applications of Fuzzy Logic in Control Design ABSTRACT Fuzzy logic can make control engineering easier for many types of tasks. It can also add control where it was previously

More information

Fuzzy Logic Based Decision Making for Customer Loyalty Analysis and Relationship Management

Fuzzy Logic Based Decision Making for Customer Loyalty Analysis and Relationship Management Fuzzy Logic Based Decision Making for Customer Loyalty Analysis and Relationship Management Umoh, U. A. Department of Computer Science University of Uyo Uyo, Akwa Ibom State, Nigeria uduakumoh@uniuyo.edu.ng

More information

Detection of DDoS Attack Scheme

Detection of DDoS Attack Scheme Chapter 4 Detection of DDoS Attac Scheme In IEEE 802.15.4 low rate wireless personal area networ, a distributed denial of service attac can be launched by one of three adversary types, namely, jamming

More information

Fuzzy Logic Based Revised Defect Rating for Software Lifecycle Performance. Prediction Using GMR

Fuzzy Logic Based Revised Defect Rating for Software Lifecycle Performance. Prediction Using GMR BIJIT - BVICAM s International Journal of Information Technology Bharati Vidyapeeth s Institute of Computer Applications and Management (BVICAM), New Delhi Fuzzy Logic Based Revised Defect Rating for Software

More information

A FUZZY LOGIC APPROACH FOR SALES FORECASTING

A FUZZY LOGIC APPROACH FOR SALES FORECASTING A FUZZY LOGIC APPROACH FOR SALES FORECASTING ABSTRACT Sales forecasting proved to be very important in marketing where managers need to learn from historical data. Many methods have become available for

More information

Intelligent Mechatronic Model Reference Theory for Robot Endeffector

Intelligent Mechatronic Model Reference Theory for Robot Endeffector , pp.165-172 http://dx.doi.org/10.14257/ijunesst.2015.8.1.15 Intelligent Mechatronic Model Reference Theory for Robot Endeffector Control Mohammad sadegh Dahideh, Mohammad Najafi, AliReza Zarei, Yaser

More information

Threat Modeling Using Fuzzy Logic Paradigm

Threat Modeling Using Fuzzy Logic Paradigm Issues in Informing Science and Information Technology Volume 4, 2007 Threat Modeling Using Fuzzy Logic Paradigm A. S. Sodiya, S. A. Onashoga, and B. A. Oladunjoye Department of Computer Science, University

More information

Bank Customers (Credit) Rating System Based On Expert System and ANN

Bank Customers (Credit) Rating System Based On Expert System and ANN Bank Customers (Credit) Rating System Based On Expert System and ANN Project Review Yingzhen Li Abstract The precise rating of customers has a decisive impact on loan business. We constructed the BP network,

More information

Automated Methods for Fuzzy Systems

Automated Methods for Fuzzy Systems Automated Methods for Fuzzy Systems Gradient Method Adriano Joaquim de Oliveira Cruz PPGI-UFRJ September 2012 Adriano Cruz (PPGI-UFRJ) Gradient Method 09/2012 1 / 41 Summary 1 Introduction Adriano Cruz

More information

ABSTRACT. Keyword double rotary inverted pendulum, fuzzy logic controller, nonlinear system, LQR, MATLAB software 1 PREFACE

ABSTRACT. Keyword double rotary inverted pendulum, fuzzy logic controller, nonlinear system, LQR, MATLAB software 1 PREFACE DESIGN OF FUZZY LOGIC CONTROLLER FOR DOUBLE ROTARY INVERTED PENDULUM Dyah Arini, Dr.-Ing. Ir. Yul Y. Nazaruddin, M.Sc.DIC, Dr. Ir. M. Rohmanuddin, MT. Physics Engineering Department Institut Teknologi

More information

Fuzzy Time Series Forecasting

Fuzzy Time Series Forecasting Fuzzy Time Series Forecasting - Developing a new forecasting model based on high order fuzzy time series AAUE November 2009 Semester: CIS 4 Author: Jens Rúni Poulsen Fuzzy Time Series Forecasting - Developing

More information

Real Time Traffic Balancing in Cellular Network by Multi- Criteria Handoff Algorithm Using Fuzzy Logic

Real Time Traffic Balancing in Cellular Network by Multi- Criteria Handoff Algorithm Using Fuzzy Logic Real Time Traffic Balancing in Cellular Network by Multi- Criteria Handoff Algorithm Using Fuzzy Logic Solomon.T.Girma 1, Dominic B. O. Konditi 2, Edward N. Ndungu 3 1 Department of Electrical Engineering,

More information

FUZZY LOGIC BASED SOFTWARE PROCESS IMPROVIZATION FRAMEWORK FOR INDIAN SMALL SCALE SOFTWARE ORGANIZATIONS

FUZZY LOGIC BASED SOFTWARE PROCESS IMPROVIZATION FRAMEWORK FOR INDIAN SMALL SCALE SOFTWARE ORGANIZATIONS FUZZY LOGIC BASED SOFTWARE PROCESS IMPROVIZATION FRAMEWORK FOR INDIAN SMALL SCALE SOFTWARE ORGANIZATIONS A.M.Kalpana Research Scholar, Anna University Coimbatore Tamilnadu,India Dr.A.Ebenezer Jeyakumar

More information

Fast Fuzzy Control of Warranty Claims System

Fast Fuzzy Control of Warranty Claims System Journal of Information Processing Systems, Vol.6, No.2, June 2010 DOI : 10.3745/JIPS.2010.6.2.209 Fast Fuzzy Control of Warranty Claims System Sang-Hyun Lee*, Sung Eui Cho* and Kyung-li Moon** Abstract

More information

Fuzzy Logic Approach for Threat Prioritization in Agile Security Framework using DREAD Model

Fuzzy Logic Approach for Threat Prioritization in Agile Security Framework using DREAD Model www.ijcsi.org 182 Fuzzy Logic Approach for Threat Prioritization in Agile Security Framework using DREAD Model Sonia 1, Archana Singhal 2 and Hema Banati 3 1 Department of Computer Science, University

More information

Fuzzy Knowledge Base System for Fault Tracing of Marine Diesel Engine

Fuzzy Knowledge Base System for Fault Tracing of Marine Diesel Engine Fuzzy Knowledge Base System for Fault Tracing of Marine Diesel Engine 99 Fuzzy Knowledge Base System for Fault Tracing of Marine Diesel Engine Faculty of Computers and Information Menufiya University-Shabin

More information

SIMATIC S7. 3 Fuzzy Control. Preface, Contents The Structure of Fuzzy Systems and How They Work. Fuzzy Control. Function Blocks.

SIMATIC S7. 3 Fuzzy Control. Preface, Contents The Structure of Fuzzy Systems and How They Work. Fuzzy Control. Function Blocks. Preface, Contents The Structure of Fuzzy Systems and How They Work 1 SIMATIC S7 User Manual Function Blocks Product Overview 2 The Function Blocks 3 Configuration Product Overview 4 The Configuration Tool

More information

Fuzzy Logic Based Reactivity Control in Nuclear Power Plants

Fuzzy Logic Based Reactivity Control in Nuclear Power Plants Fuzzy Logic Based Reactivity Control in Nuclear Power Plants Narrendar.R.C 1, Tilak 2 P.G. Student, Department of Mechatronics Engineering, VIT University, Vellore, India 1 P.G. Student, Department of

More information

Optimization of Fuzzy Inventory Models under Fuzzy Demand and Fuzzy Lead Time

Optimization of Fuzzy Inventory Models under Fuzzy Demand and Fuzzy Lead Time Tamsui Oxford Journal of Management Sciences, Vol. 0, No. (-6) Optimization of Fuzzy Inventory Models under Fuzzy Demand and Fuzzy Lead Time Chih-Hsun Hsieh (Received September 9, 00; Revised October,

More information

A Fuzzy Logic Based Model for Life Insurance Underwriting When Insurer Is Diabetic

A Fuzzy Logic Based Model for Life Insurance Underwriting When Insurer Is Diabetic European Journal of Applied Sciences 4 (5): 196-202, 2012 ISSN 2079-2077 IDOSI Publications, 2012 DOI: 10.5829/idosi.ejas.2012.4.5.2027 A Fuzzy Logic Based Model for Life Insurance Underwriting When Insurer

More information

Project Management Efficiency A Fuzzy Logic Approach

Project Management Efficiency A Fuzzy Logic Approach Project Management Efficiency A Fuzzy Logic Approach Vinay Kumar Nassa, Sri Krishan Yadav Abstract Fuzzy logic is a relatively new technique for solving engineering control problems. This technique can

More information

NTC Project: S01-PH10 (formerly I01-P10) 1 Forecasting Women s Apparel Sales Using Mathematical Modeling

NTC Project: S01-PH10 (formerly I01-P10) 1 Forecasting Women s Apparel Sales Using Mathematical Modeling 1 Forecasting Women s Apparel Sales Using Mathematical Modeling Celia Frank* 1, Balaji Vemulapalli 1, Les M. Sztandera 2, Amar Raheja 3 1 School of Textiles and Materials Technology 2 Computer Information

More information

A STUDY ON THE CONVENTIONAL AND FUZZY CONTROL STEEL-CUTTING PROCESS

A STUDY ON THE CONVENTIONAL AND FUZZY CONTROL STEEL-CUTTING PROCESS A STUDY ON THE CONVENTIONAL AND FUZZY CONTROL STEEL-CUTTING PROCESS S. Bülent YAKUPOĞLU R. Nejat TUNCAY Murat YILMAZ e-mail: bulentsy@ixir.com e-mail: tuncay@elk.itu.edu.tr e-mail: mryilmaz@elk.itu.edu.tr

More information

A Trust-Evaluation Metric for Cloud applications

A Trust-Evaluation Metric for Cloud applications A Trust-Evaluation Metric for Cloud applications Mohammed Alhamad, Tharam Dillon, and Elizabeth Chang Abstract Cloud services are becoming popular in terms of distributed technology because they allow

More information

Computational Intelligence Introduction

Computational Intelligence Introduction Computational Intelligence Introduction Farzaneh Abdollahi Department of Electrical Engineering Amirkabir University of Technology Fall 2011 Farzaneh Abdollahi Neural Networks 1/21 Fuzzy Systems What are

More information

A Fuzzy Approach for Reputation Management using Voting Scheme in Bittorrent P2P Network

A Fuzzy Approach for Reputation Management using Voting Scheme in Bittorrent P2P Network A Fuzzy Approach for Reputation Management using Voting Scheme in Bittorrent P2P Network Ansuman Mahapatra, Nachiketa Tarasia School of Computer Engineering KIIT University, Bhubaneswar, Orissa, India

More information

RISK ASSESSMENT BASED UPON FUZZY SET THEORY

RISK ASSESSMENT BASED UPON FUZZY SET THEORY RISK ASSESSMENT BASED UPON FUZZY SET THEORY László POKORÁDI, professor, University of Debrecen pokoradi@mfk.unideb.hu KEYWORDS: risk management; risk assessment; fuzzy set theory; reliability. Abstract:

More information

Proactive Security Mechanism and Design for Firewall

Proactive Security Mechanism and Design for Firewall Journal of Information Security, 2011, 2, 122-130 doi:10.4236/jis.2011.23012 Published Online July 2011 (http://www.scirp.org/journal/jis) Proactive Security Mechanism and Design for Firewall Abstract

More information

Sanjeev Kumar 1 and Hemlata Jain 2

Sanjeev Kumar 1 and Hemlata Jain 2 IJFSRS: 5(1), June 2012, pp. 51-58, Life Insurance Serials Publications, Underwriting ISSN: when 0974-858 Insurer is Diabetic: A Fuzzy Approach 51 Sanjeev Kumar 1 and Hemlata Jain 2 1,2 Department of Mathematics,

More information

A Fuzzy Expert System as a Stock Trading Advisor

A Fuzzy Expert System as a Stock Trading Advisor 1 A Fuzzy Expert System as a Stock Trading Advisor Paulo E. Merloti Abstract this paper demonstrates a Fuzzy Expert System that works as a very simple trading system that receives buying or selling orders

More information

DEVELOPMENT OF FUZZY LOGIC MODEL FOR LEADERSHIP COMPETENCIES ASSESSMENT CASE STUDY: KHOUZESTAN STEEL COMPANY

DEVELOPMENT OF FUZZY LOGIC MODEL FOR LEADERSHIP COMPETENCIES ASSESSMENT CASE STUDY: KHOUZESTAN STEEL COMPANY DEVELOPMENT OF FUZZY LOGIC MODEL FOR LEADERSHIP COMPETENCIES ASSESSMENT CASE STUDY: KHOUZESTAN STEEL COMPANY 1 MOHAMMAD-ALI AFSHARKAZEMI, 2 DARIUSH GHOLAMZADEH, 3 AZADEH TAHVILDAR KHAZANEH 1 Department

More information

Care Symbol Written Care Instructions What Care Symbol and Instructions Mean

Care Symbol Written Care Instructions What Care Symbol and Instructions Mean Laundry Symbols Chart Washing Machine Wash, Normal Garment may be laundered through the use of hottest available water, detergent or soap, agitation, and a machine designed for this purpose Machine Wash,

More information

FLBVFT: A Fuzzy Load Balancing Technique for Virtualization and Fault Tolerance in Cloud

FLBVFT: A Fuzzy Load Balancing Technique for Virtualization and Fault Tolerance in Cloud 2015 (8): 131-135 FLBVFT: A Fuzzy Load Balancing Technique for Virtualization and Fault Tolerance in Cloud Rogheyeh Salehi 1, Alireza Mahini 2 1. Sama technical and vocational training college, Islamic

More information

DESIGN AND STRUCTURE OF FUZZY LOGIC USING ADAPTIVE ONLINE LEARNING SYSTEMS

DESIGN AND STRUCTURE OF FUZZY LOGIC USING ADAPTIVE ONLINE LEARNING SYSTEMS Abstract: Fuzzy logic has rapidly become one of the most successful of today s technologies for developing sophisticated control systems. The reason for which is very simple. Fuzzy logic addresses such

More information

A Novel Defense Mechanism against Distributed Denial of Service Attacks using Fuzzy Logic

A Novel Defense Mechanism against Distributed Denial of Service Attacks using Fuzzy Logic A Novel Defense Mechanism against Distributed Denial of Service Attacks using Fuzzy Logic Shivani, Er. Amandeep Singh, Dr. Ramesh Chand Kashyap Abstract In this advanced smart life, internet and computer

More information

Input, Process and Output

Input, Process and Output Intermediate 1 Physics Electronics Input, Process and Output Digital Logic Gates Intermediate 1 Physics Electronics Input, Process and Output 1 2 Input, Process and Output Electronic Systems When something

More information

Automating Software Development Process Using Fuzzy Logic

Automating Software Development Process Using Fuzzy Logic Automating Software Development Process Using Fuzzy Logic Francesco Marcelloni 1 and Mehmet Aksit 2 1 Dipartimento di Ingegneria dell Informazione, University of Pisa, Via Diotisalvi, 2-56122, Pisa, Italy,

More information

JAVA FUZZY LOGIC TOOLBOX FOR INDUSTRIAL PROCESS CONTROL

JAVA FUZZY LOGIC TOOLBOX FOR INDUSTRIAL PROCESS CONTROL JAVA FUZZY LOGIC TOOLBOX FOR INDUSTRIAL PROCESS CONTROL Bruno Sielly J. Costa, Clauber G. Bezerra, Luiz Affonso H. G. de Oliveira Instituto Federal de Educação Ciência e Tecnologia do Rio Grande do Norte

More information

Development of an Optimal and Delay Based Routing Algorithm for MANETs using Intelligent Agent Fuzzy Logic

Development of an Optimal and Delay Based Routing Algorithm for MANETs using Intelligent Agent Fuzzy Logic International Journal of Advanced and Innovative Research ISSN: 2278-7844 Available online at http://ijair.jctjournals.com Volume 1, Issue 2, July 2012 Development of an Optimal and Delay Based Routing

More information

Development of Fuzzy Logic-Based Lead Acid Battery Management Techniques with Applications to 42V Systems

Development of Fuzzy Logic-Based Lead Acid Battery Management Techniques with Applications to 42V Systems Development of Fuzzy Logic-Based Lead Acid Battery Management Techniques with Applications to 42V Systems Abstract Pritpal Singh, Ph.D. ECE Department Villanova University Villanova, PA 19085 David E.

More information

Vulnerability Analysis of Fire Spreading in a Building using Fuzzy Logic and its Integration in a Decision Support System

Vulnerability Analysis of Fire Spreading in a Building using Fuzzy Logic and its Integration in a Decision Support System Vulnerability Analysis of Fire Spreading in a Building using Fuzzy Logic and its Integration in a Decision Support System Sanae KHALI ISSA Laboratory of Computer Sciences, Systems and Telecommunication

More information

Estimating Trust Value for Cloud Service Providers using Fuzzy Logic

Estimating Trust Value for Cloud Service Providers using Fuzzy Logic Estimating Trust Value for Cloud Service Providers using Fuzzy Logic Supriya M, Venkataramana L.J, K Sangeeta Department of Computer Science and Engineering, Amrita School of Engineering Kasavanahalli,

More information

New Deluxe Wall Mounted Heat Pump Series EXTERIOS

New Deluxe Wall Mounted Heat Pump Series EXTERIOS New Deluxe Wall Mounted Heat Pump Series EXTERIOS May 2013 New Deluxe Wall Mounted Heat Pump Series Panasonic Adding New Air Conditioner Lineup Setting Another Mile Stone in the US Ductless Split History

More information

EVALUATION OF FAIR MARKET PRICE OF RESOURCES IN OIL AND GAS INDUSTRY USING FUZZY SETS AND LOGICS

EVALUATION OF FAIR MARKET PRICE OF RESOURCES IN OIL AND GAS INDUSTRY USING FUZZY SETS AND LOGICS Computer Modelling and New Technologies, 2012, Vol.16, No.1, 30 34 Transport and Telecommunication Institute, Lomonosov 1, LV-1019, Riga, Latvia Simulation of Business Decision Making EVALUATION OF FAIR

More information

Design of Prediction System for Key Performance Indicators in Balanced Scorecard

Design of Prediction System for Key Performance Indicators in Balanced Scorecard Design of Prediction System for Key Performance Indicators in Balanced Scorecard Ahmed Mohamed Abd El-Mongy. Faculty of Systems and Computers Engineering, Al-Azhar University Cairo, Egypt. Alaa el-deen

More information

Fuzzy Signature Neural Network

Fuzzy Signature Neural Network Fuzzy Signature Neural Network Final presentation for COMP8780 IHCC Project Supervisor: Professor Tom GEDEON Presented by: Outline Background Neural Network Fuzzy Logic, Fuzzy Rule Based System and Fuzzy

More information

Leran Wang and Tom Kazmierski {lw04r,tjk}@ecs.soton.ac.uk

Leran Wang and Tom Kazmierski {lw04r,tjk}@ecs.soton.ac.uk BMAS 2005 VHDL-AMS based genetic optimization of a fuzzy logic controller for automotive active suspension systems Leran Wang and Tom Kazmierski {lw04r,tjk}@ecs.soton.ac.uk Outline Introduction and system

More information

Improving Decision Making and Managing Knowledge

Improving Decision Making and Managing Knowledge Improving Decision Making and Managing Knowledge Decision Making and Information Systems Information Requirements of Key Decision-Making Groups in a Firm Senior managers, middle managers, operational managers,

More information

Conception and Development of a Health Care Risk Management System

Conception and Development of a Health Care Risk Management System 2011 International Conference on Biomedical Engineering and Technology IPCBEE vol.11 (2011) (2011) IACSIT Press, Singapore Conception and Development of a Health Care Risk Management System Nesrine Zoghlami,

More information

A Fuzzy-Based Speed Control of DC Motor Using Combined Armature Voltage and Field Current

A Fuzzy-Based Speed Control of DC Motor Using Combined Armature Voltage and Field Current 3rd IFAC International Conference on Intelligent Control and Automation Science. A Fuzzy-Based Speed Control of DC Motor Using Combined Armature Voltage and Field Current A. A. Sadiq* G. A. Bakare* E.

More information

DEVELOPING AND TEACHING GRADUATE COURSES IN COMPUTATIONAL INTELLIGENCE

DEVELOPING AND TEACHING GRADUATE COURSES IN COMPUTATIONAL INTELLIGENCE DEVELOPING AND TEACHING GRADUATE COURSES IN COMPUTATIONAL INTELLIGENCE ALICE E. SMITH Department of Industrial Engineering University of Pittsburgh Pittsburgh, PA 15261 USA aesmith@engrng.pitt.edu ABSTRACT:

More information

Double Fuzzy Point Extension of the Two-step Fuzzy Rule Interpolation Methods

Double Fuzzy Point Extension of the Two-step Fuzzy Rule Interpolation Methods Acta Polytechnica Hungarica Vol. 10, No. 5, 2013 Double Fuzzy Point Extension of the Two-step Fuzzy Rule Interpolation Methods Zoltán Krizsán, Szilveszter Kovács University of Miskolc Egyetemváros 3515

More information

Intelligens Számítási Módszerek Fuzzy rendszerek, alkalmazáspéldák

Intelligens Számítási Módszerek Fuzzy rendszerek, alkalmazáspéldák Intelligens Számítási Módszerek Fuzzy rendszerek, alkalmazáspéldák 2013/2014. tanév, II. félév Dr. Kovács Szilveszter E-mail: szkovacs@iit.uni-miskolc.hu Informatikai Intézet 106. sz. szoba Tel: (46) 565-111

More information

Cluster Analysis: Advanced Concepts

Cluster Analysis: Advanced Concepts Cluster Analysis: Advanced Concepts and dalgorithms Dr. Hui Xiong Rutgers University Introduction to Data Mining 08/06/2006 1 Introduction to Data Mining 08/06/2006 1 Outline Prototype-based Fuzzy c-means

More information

Modeling and Simulation of Fuzzy Logic Variable Speed Drive Controller

Modeling and Simulation of Fuzzy Logic Variable Speed Drive Controller Chapter 4 Modeling and Simulation of Fuzzy Logic Variable Speed Drive Controller 4.1 Introduction Fuzzy logic is an important part of artificial intelligence. In recent times, artificial intelligence techniques

More information

The Second Law of Thermodynamics

The Second Law of Thermodynamics The Second aw of Thermodynamics The second law of thermodynamics asserts that processes occur in a certain direction and that the energy has quality as well as quantity. The first law places no restriction

More information

Clustering UE 141 Spring 2013

Clustering UE 141 Spring 2013 Clustering UE 141 Spring 013 Jing Gao SUNY Buffalo 1 Definition of Clustering Finding groups of obects such that the obects in a group will be similar (or related) to one another and different from (or

More information

Load Balancing in Computer Networks

Load Balancing in Computer Networks Load Balancing in Computer Networks Ming-Chang Huang, S. Hossein Hosseini 1 and K. Vairavan Department of Electrical Engineering and Computer Science University of Wisconsin Milwaukee PO Box 784 Milwaukee,

More information

Water Temperature Controller Using Microcontroller And Correction Using Fuzzy Logic

Water Temperature Controller Using Microcontroller And Correction Using Fuzzy Logic Water Temperature Controller Using Microcontroller And Correction Using Fuzzy Logic Aritra De 1 1 Camellia Institute of Technology, Madhyamgram, Kolkata,West Bengal Abstract Many people of our country

More information

CGC s Hybrid System Loop Control

CGC s Hybrid System Loop Control verview The CGC Group Hybrid Heat Pump System does NT operate with the same fluid loop temperatures as a conventional reversing Water Source Heat Pump system. The CGC system differs from a WSHP system

More information

Range Free Localization Schemes for Wireless Sensor Networks

Range Free Localization Schemes for Wireless Sensor Networks Range Free Localization Schemes for Wireless Sensor Networks Ashok Kumar 1, Narottam Chand 2, Vinod Kumar 1 and Vinay Kumar 1 1 Department of Electronics and Communication Engineering 2 Department of Computer

More information

A Cascaded Fuzzy Inference System for University Non-Teaching Staff Performance Appraisal

A Cascaded Fuzzy Inference System for University Non-Teaching Staff Performance Appraisal Journal of Information Processing Systems, Vol.7, No.4, December 2011 http://dx.doi.org/10.3745/jips.2011.7.4.595 A Cascaded Fuzzy Inference System for University Non-Teaching Staff Performance Appraisal

More information

Overcoming Unknown Kinetic Data for Quantitative Modelling of Biological Systems Using Fuzzy Logic and Petri Nets

Overcoming Unknown Kinetic Data for Quantitative Modelling of Biological Systems Using Fuzzy Logic and Petri Nets Overcoming Unknown Kinetic Data for Quantitative Modelling of Biological Systems Using Fuzzy Logic and Petri Nets Jure Bordon, dr. Miha Moškon, prof. Miha Mraz June 23th 2014 University of Ljubljana Faculty

More information

Hypervisor Hardware Fuzzy Trust Monitor in Cloud Computing

Hypervisor Hardware Fuzzy Trust Monitor in Cloud Computing Hypervisor Hardware Fuzzy Trust Monitor in Cloud Computing Jaiganesh M. 1,, Vincent Antony Kumar A. 1 and Ramadoss B. 2 1 Department of Information Technology, PSNA College of Engineering and Technology,

More information

Managing Knowledge and Collaboration

Managing Knowledge and Collaboration Chapter 11 Managing Knowledge and Collaboration 11.1 2010 by Prentice Hall LEARNING OBJECTIVES Assess the role of knowledge management and knowledge management programs in business. Describe the types

More information

Session 2: Hot Water Supply

Session 2: Hot Water Supply MEBS6000 Utility Services http://www.hku.hk/mech/msc-courses/mebs6000/index.html Session 2: Hot Water Supply Dr. Benjamin P.L. Ho Department of Mechanical Engineering The University of Hong Kong E-mail:

More information

Analysis and Usage of Fuzzy Logic for Optimized Evaluation of Database Queries

Analysis and Usage of Fuzzy Logic for Optimized Evaluation of Database Queries Analysis and Usage of Fuzzy Logic for Optimized Evaluation of Database Queries Sardar Sathpal Singh Computer Science & Engineering Guru Nanak Engineering College Ibrahimpatnam, R.R. District, Andhra Pradesh.

More information

A Model for Selecting an ERP System with Triangular Fuzzy Numbers and Mamdani Inference

A Model for Selecting an ERP System with Triangular Fuzzy Numbers and Mamdani Inference Journal of mathematics and computer Science 9 (2014) 46-54 A Model for Selecting an ERP System with Triangular Fuzzy Numbers and Mamdani Inference J. Vahidi Department of Applied Mathematics, Iran University

More information

Optimization under fuzzy if-then rules

Optimization under fuzzy if-then rules Optimization under fuzzy if-then rules Christer Carlsson christer.carlsson@abo.fi Robert Fullér rfuller@abo.fi Abstract The aim of this paper is to introduce a novel statement of fuzzy mathematical programming

More information

Better Quality of Service Management With Fuzzy Logic In Mobile Adhoc Network

Better Quality of Service Management With Fuzzy Logic In Mobile Adhoc Network Better Quality of Service Management With Fuzzy Logic In Mobile Adhoc Network Onifade O.F.W. Department of Computer Science University of Ibadan Ibadan, Nigeria Ojesanmi O.A. Department of Computer Science

More information

Comparison of K-means and Backpropagation Data Mining Algorithms

Comparison of K-means and Backpropagation Data Mining Algorithms Comparison of K-means and Backpropagation Data Mining Algorithms Nitu Mathuriya, Dr. Ashish Bansal Abstract Data mining has got more and more mature as a field of basic research in computer science and

More information

Comprehensive Areal Model of Earthquake-induced Landslides: Technical Specification and User Guide

Comprehensive Areal Model of Earthquake-induced Landslides: Technical Specification and User Guide Comprehensive Areal Model of Earthquake-induced Landslides: Technical Specification and User Guide By Scott B. Miles and David K. Keefer Open-File Report 2007-1072 2007 This report has not been reviewed

More information

Time complexity analysis of genetic- fuzzy system for disease diagnosis.

Time complexity analysis of genetic- fuzzy system for disease diagnosis. Time complexity analysis of genetic- fuzzy system for disease diagnosis. Ephzibah.E.P. School of Information Technology and Engineering, VIT University,Vellore, Tamilnadu, India. ep.ephzibah@vit.ac.in

More information

Product Selection in Internet Business, A Fuzzy Approach

Product Selection in Internet Business, A Fuzzy Approach Product Selection in Internet Business, A Fuzzy Approach Submitted By: Hasan Furqan (241639) Submitted To: Prof. Dr. Eduard Heindl Course: E-Business In Business Consultancy Masters (BCM) Of Hochschule

More information

Tolerance Charts. Dr. Pulak M. Pandey. http://paniit.iitd.ac.in/~pmpandey

Tolerance Charts. Dr. Pulak M. Pandey. http://paniit.iitd.ac.in/~pmpandey Tolerance Charts Dr. Pulak M. Pandey http://paniit.iitd.ac.in/~pmpandey Introduction A tolerance chart is a graphical method for presenting the manufacturing dimensions of a workpiece or assembly at all

More information

An Evaluation Study of Driver Profiling Fuzzy Algorithms using Smartphones

An Evaluation Study of Driver Profiling Fuzzy Algorithms using Smartphones An Evaluation Study of Driver Profiling Fuzzy Algorithms using Smartphones German Castignani, Raphaël Frank, Thomas Engel Interdisciplinary Centre for Security Reliability and Trust (SnT) University of

More information

FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT MINING SYSTEM

FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT MINING SYSTEM International Journal of Innovative Computing, Information and Control ICIC International c 0 ISSN 34-48 Volume 8, Number 8, August 0 pp. 4 FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT

More information

How To Solve The Cluster Algorithm

How To Solve The Cluster Algorithm Cluster Algorithms Adriano Cruz adriano@nce.ufrj.br 28 de outubro de 2013 Adriano Cruz adriano@nce.ufrj.br () Cluster Algorithms 28 de outubro de 2013 1 / 80 Summary 1 K-Means Adriano Cruz adriano@nce.ufrj.br

More information

Brake module AX5021. Documentation. Please read this document carefully before installing and commissioning the brake module!

Brake module AX5021. Documentation. Please read this document carefully before installing and commissioning the brake module! Documentation Brake module AX5021 Please read this document carefully before installing and commissioning the brake module! Version : 1.2 : 2012.03.05 Date Article-no. : TDmlAX-5021-0000-0200 Page 2/8

More information

Resource Allocation in Smart Homes Based on Banker s Algorithm

Resource Allocation in Smart Homes Based on Banker s Algorithm 1 Resource Allocation in Smart Homes Based on Banker s Algorithm A. Virag, Student Member, IEEE, S. Bogdan, Member, IEEE Abstract This paper proposes a method for improved energy management in smart homes

More information

A FUZZY MATHEMATICAL MODEL FOR PEFORMANCE TESTING IN CLOUD COMPUTING USING USER DEFINED PARAMETERS

A FUZZY MATHEMATICAL MODEL FOR PEFORMANCE TESTING IN CLOUD COMPUTING USING USER DEFINED PARAMETERS A FUZZY MATHEMATICAL MODEL FOR PEFORMANCE TESTING IN CLOUD COMPUTING USING USER DEFINED PARAMETERS A.Vanitha Katherine (1) and K.Alagarsamy (2 ) 1 Department of Master of Computer Applications, PSNA College

More information

A Fuzzy Load Balancing Service for Network Computing Based on Jini

A Fuzzy Load Balancing Service for Network Computing Based on Jini A Fuzzy Load Balancing Service for Network Computing Based on Jini Lap-Sun Cheung and Yu-Kwong Kwok Department of Electrical and Electronic Engineering The University of Hong Kong, Pokfulam Road, Hong

More information

Fully Automatic Washing Machine User manual

Fully Automatic Washing Machine User manual Fully Automatic Washing Machine User manual This manual is for HWMP55-918 Please read this manual carefully before using. Retain it for future reference. CONTENTS CONTENTS Inside cover Parts 1 Safety precautions

More information

About the NeuroFuzzy Module of the FuzzyTECH5.5 Software

About the NeuroFuzzy Module of the FuzzyTECH5.5 Software About the NeuroFuzzy Module of the FuzzyTECH5.5 Software Ágnes B. Simon, Dániel Biró College of Nyíregyháza, Sóstói út 31, simona@nyf.hu, bibby@freemail.hu Abstract: Our online edition of the software

More information

AN OPTIMIZATION APPROACH TO EMPLOYEE SCHEDULING USING FUZZY LOGIC. A Thesis. presented to. the Faculty of California Polytechnic State University,

AN OPTIMIZATION APPROACH TO EMPLOYEE SCHEDULING USING FUZZY LOGIC. A Thesis. presented to. the Faculty of California Polytechnic State University, AN OPTIMIZATION APPROACH TO EMPLOYEE SCHEDULING USING FUZZY LOGIC A Thesis presented to the Faculty of California Polytechnic State University, San Luis Obispo In Partial Fulfillment of the Requirements

More information

OPTIMIZATION OF POWER OUTPUT OF A MICRO-HYDRO POWER STATION USING FUZZY LOGIC ALGORITHM

OPTIMIZATION OF POWER OUTPUT OF A MICRO-HYDRO POWER STATION USING FUZZY LOGIC ALGORITHM International Journal on Technical and Physical Problems of Engineering (IJTPE) Published by International Organization of IOTPE ISSN 2077-3528 IJTPE Journal www.iotpe.com ijtpe@iotpe.com March 2013 Issue

More information

K-Means Clustering Tutorial

K-Means Clustering Tutorial K-Means Clustering Tutorial By Kardi Teknomo,PhD Preferable reference for this tutorial is Teknomo, Kardi. K-Means Clustering Tutorials. http:\\people.revoledu.com\kardi\ tutorial\kmean\ Last Update: July

More information

Fuzzy Systems and Neural Networks XML Schemas for Soft Computing

Fuzzy Systems and Neural Networks XML Schemas for Soft Computing Mathware & Soft Computing 10 (2003) 43-56 Fuzzy Systems and Neural Networks XML Schemas for Soft Computing A.R. de Soto, C.A. Capdevila and E.C. Fernández Escuela de Ingenierías Industrial e Informática

More information

Fuzzy Based Reactive Resource Pricing in Cloud Computing

Fuzzy Based Reactive Resource Pricing in Cloud Computing Fuzzy Based Reactive Resource Pricing in Cloud Computing 1P. Pradeepa, 2M. Jaiganesh, 3A. Vincent Antony Kumar, 4M. Karthiha Devi 1, 2, 3, 4 Department of Information Technology, PSNA College of Engineering

More information