JOURNAL OF COMPUTER SCIENCE AND ENGINEERING, VOLUME 2, ISSUE 2, AUGUST 2010 21

FUZZYALGOL: Fuzzy Algorithmic Language for designing Fuzzy Algorithms P. Venkata Subba Reddy Abstract-The imprecise, crisp, inexact, inconsistent and incomplete problems are fall under fuzzy problems. These fuzzy problems are solved using fuzzy algorithms, fuzzy programs and fuzzy languages. Fuzzy algorithms are the single sentence form and difficult to solve fuzzy problems. Fuzzy Algorithmic Language (FUZZYALGOL) is necessary to describe the fuzzy algorithms for computation of fuzzy problems. In this paper, FUZZYALGOL is proposed based on the fuzzy algorithms, fuzzy programs, fuzzy languages. The computation Procedure is discussed for FUZZYALGOL to solve fuzzy problems by taking Examples. Index Terms- Fuzzy logic, fuzzy algorithms, fuzzy reasoning and fuzzy Algorithmic Language.

——————————  —————————— 1 INTRODUCTION In problem solving environment, the information available to the system may be inexact, imprecise and incomplete. There are many inexact, imprecise and incomplete problems faced by humans in the real world[11]. The problems include driving a car, parking a car, recognizing a character, speech and image, Cooking a meal e.t.c., encounters some of the inexact problems in the real world. For instance, we encounter situations “go about 100 meters, until the bank, turn right, go about 50 meters until the restaurant then you will find the station after about a few minutes walk”. These problems usually fall under the category of inexact, incomplete and imprecise problems falls under fuzzy problems[6,11,18]. Fuzzy logic[5,6, 13, 17, 18] play an important role to solve the inexact, imprecise and incomplete problems. It is difficult to solve such problems using conventional algorithms. Fuzzy algorithms and fuzzy programs are used to solve real world fuzzy problems[1,10,16] . Fuzzy algorithmic language is necessary to design efficient fuzzy algorithms for fuzzy problems. FUZZYALGOL is designed with the as set of fuzzy algorithms. 2 FUZZY LOGIC AND FUZZY REASONING It is necessary to discuss briefly the fuzzy sets and related concepts[12, 15] in the following to describe FUZZY ALGOL. For a given universe of discourse X, a fuzzy subset A of X is defined by its membership function µA taking values on the unit interval [0, 1], i.e. µ A:X  [0,1] Suppose X is universe of discourse. The fuzzy set A of X is defined as A= µ A(x1)/x1+µ A(x2)/ x2+…………………+µA(xn)/x n where ‘+’ is union Suppose X is having individuals x1, x2, x3, x4, x5 the fuzzy subset SMALL for small, takes values in the unit interval [0, 1] and it may be represented as SMALL=0.1/x1+0.5/x2+0.3/x3+0.7/x4+1/x5 There is an alternative to define fuzzy subset with functions [4]

Consider a proposition “X is young”, where YOUNG for young is a fuzzy subset. YOUNG may be defined as YOUNG= µ YOUNG (x)/X=µ(x) =1 if xЄ [0, 25] µ YOUNG(x) = [1+ ((x-25)/25)2]-1 if xЄ [25,100] The combination of fuzzy sets are given below Let A,B,C be three fuzzy subsets, µ A, µ B , µ C , the membership functions for fuzzy subsets A,B and C respectively. (disjunction) A V B=max (µ A(x), µ B(x))/x AΛ B=min (µ A(x), µ B(x))/x (conjunction) (negation) ¬A=1-µ A(x)/x A B= min(1,1-µ A(x)+ µ B(x))/x (implication) . A X B =min(µ A(x), µ B(y))/(x,y) (relation) µ Proj A(x) = max {µ A(x1)/x1 + µ A(x2)/ x2 + ..+µA(xn)/x n } (projection) The proposition containing quantifiers reduces to simple propositions by using power operators. The square operator is used for “very”, “most” (concentration), etc. The square root operator is used for “more or less”(diffusion), etc. For instance µ very young (x) = µ YOUNG (x)2 µ not very young (x) = 1-µ YOUNG (x)2 µ more or less old (x) = µ old (X)1/2 Fuzzy reasoning is a drawing conclusion from fuzzy propositions using fuzzy inference[15]. Some of the fuzzy inference rules are given bellow R1: x is A x and y are B _____________ y is AΛB

R2: x is A x or y is B ______________ y is AVB

R3: x and y are A R4: x or y are A y and z are B y or z are B ______________ _____________ x and z are A Λ B x or z are A V B R5: x is A if x is A then y is B ________________ y is A o (AB)

© 2010 JCSE http://sites.google.com/site/jcseuk/

JOURNAL OF COMPUTER SCIENCE AND ENGINEERING, VOLUME 2, ISSUE 2, AUGUST 2010 22

R6: f1 f2 . . fn _____ f1 o f2 o … o fn = min { f1, f2, .., fn } where f1, f2, .., fn are fuzzy statements.

9.

return fuzzy expression For instance return A, where A is fuzzy variable. 10. label :fuzzy statement GO TO label

3 Fuzzy Algorithmic Language (FUZZYALGOL) Fuzzy algorithms and fuzzy programs are used to solve the fuzzy problems[12,16]. Fuzzy Algorithmic Language is defined as sequence of fuzzy statements. The FUZZYALGOL is used to design fuzzy algorithms to solve inexact, imprecise and incomplete problems and capture procedure for given fuzzy problems. FUZZYALGOL is proposed by consolidation fuzzy algorithms, fuzzy programs and execution of fuzzy programs[1,2,7,12,16] A procedure is given to describe the fuzzy algorithms for fuzzy problems. FUZZYALGOL is defined as sequence of fuzzy statements to design algorithm for a particular fuzzy problem. The FUZZYALGOL consists of fuzzy variables, fuzzy expressions, fuzzy conditions, and fuzzy loops, etc. These constructs are used for designing fuzzy algorithms for given fuzzy problems. 1. BEGIN initial END terminal 2. input variables output variables 3. read fuzzy variables write fuzzy variables 4. fuzzy statement fuzzy variables  fuzzy expressions Where fuzzy expression  fuzzy expression/fuzzy variable For instance Big  Height and weight 5. fuzzy conditions If fuzzy condition then fuzzy statement For instance If x is A then y is B If x is A then y is B else y is C 6. fuzzy loop for(i=1;i<=10;i++) Ri(x)=if xi is Ai then xi is Bi where Ai and Bi fuzzy sets and xЄX and Ri(x) are fuzzy statements. For instance for(i=1;i<=10;i++) µ YOUNG(xi) = [1+ ((xi-25)/25)2]-1 7. fuzzy while .. do.. while fuzzy condition do fuzzy statement For example While taste < satisfaction do pour some salt into dish 8. fuzzy repeat … until … repeat fuzzy expression until condition For instance Repeat turn left, turn right until restaurant

4 EXAMPLE 4.1 Example Consider the following fuzzy problem to design fuzzy algorithms using FUZZYALGOL. “go about 100 meters and turn right at the circle, go about 50 meters, turn left and right until restaurant, then you could find school after about a few minutes walk”. “What is fuzziness to reach the School.” The procedure of fuzzy algorithm may be described using FUAL as follows Procedure: fuzzy algorithm to find School Fuzzy variable: about 100 meters about 50 meters right left few minutes BEGIN go about 100 meters turn right at the circle go about 50 meters repeat turn left turn right until restaurant go about few minutes walk END The fuzzy instruction like “go about l00 meters” has to be transformed into precise form. The instructions for “ about l00 meters” may be defined as “l00-2 meters”,”l00-1 metres”, “ 100 meters”, “ l00+1 meters”, “ l00+2 meters” and the fuzzy set is assigned grades between [0, 1]. About l00 meters= { 0.4/l00-2, 0.5/l00-1, 0.7/l00, 0.5/l00+1 ,0.4/l00+2 } The highest grade is selected using the Projection operator for precise instruction. Projection : µ Proj A(x) = max {µ A(x1)/x1+ µ A(x2)/ x2+…………………+µA(xn)/x n } About l00 meters= { 0.7/l00 } The execution of fuzzy instruction selects 100 meters with fuzziness 0.7 for “about l00 meters”. Quasi-fuzzy instruction : A Quasi-fuzzy instruction is just machine instruction if a single machine instruction is available. For instance, “turn left” and “turn right”. If more than one machine instruction is available for a quasi-fuzzy instruction, then the program selects for an instruction with highest grade membership. The execution of fuzzy instruction selects 1 for “turn left”. The following procedure will find the solution. Using FUZZALGOL

© 2010 JCSE http://sites.google.com/site/jcseuk/

JOURNAL OF COMPUTER SCIENCE AND ENGINEERING, VOLUME 2, ISSUE 2, AUGUST 2010 23

[3]

BEGIN go t about 100 meters {0.7 } About l00 meters= { 0.4/l00-2, 0.5/l00-1, 0.7/l00, 0.5/l00+1 ,0.4/l00+2 } turn right at the circle {1.0 } go about 50 meters { 0.6 } About 50 meters= { 0.4/50-2, 0.5/50-1, 0.6/50, 0.5/50+1 ,0.4/50+2 } repeat turn left {1.0 } turn right (1.0 ) until restaurant { 1.0 } restaurant = { 0.0, 1.0 } go about few minutes walk { 0.7 } few minutes = { .2/10 + .4/6 + 0.6/4 + 0.7 } may find School = min { 0.7, , 1.0, 0.6, 1.0, 0.7 } = { 0.6 } END “0.6 is fuzziness to reach the School.”. 4.2 Example Consider another example[22] Robert leaves office between 5:15pm and 5:45pm. When the time of departure is about 5:20pm, the travel time is usually about 20min; when the time of departure is about 5:30pm, the travel time is usually about 30min; when the time of departure is about 5:40pm, the travel time is about 20min. usually Robert leaves office at about 5:30pm. What is the probability that Robert is home at about t pm? The above problem may be solved using FUZZYALGOL. 5 CONCLUSION Fuzzy algorithms are used to solve inexact, imprecise and incomplete problems. These algorithms are single fuzzy statements. Fuzzy algorithmic language (FUZZYALGOL) is studied to design the fuzzy algorithms as set of fuzzy statements for inexact, imprecise and incomplete problems. Fuzzy problem solutions are designed using FUZZYALGOL by taking examples. The execution procedure also discussed for programming. The fuzzy problems can be programmed by transforming FUZZYALGOL algorithms into conventional algorithms.

[4]

[5] [6]

[7] [8]

[9]

[10] [11]

[12]

[13]

[14]

[15]

ACKNOWLEDGEMENTS The author would like to thank Professor C.N.N. Rao, Director, JNCASR, Bangalore, India. This article is written, when the author was visiting fellow at IISC/ JNCASR, Bangalore, India under the supervision of Prof. V. Rajaraman .

[16]

REFERENCES [1] C.L. Chang, “ Implementation and Execution of fuzzy programs “ ,in fuzzy sets and their applications to cognitive and decision processes, L.A. Zadeh , King-Sun FU , Kokichi Tanaka, Masamichi Shimura, Eds.: (New York, Academic press, pp.191-218, 1975 . [2] Daniel Sánchez Alvarez and Antonio F. Gómez Skarmeta , “A fuzzy Language”, fuzzy Sets and Systems, vol.141, no.3, pp.335-390, 2004.

[19]

[17] [18]

[20]

[21]

D. Dubois and H. Prade, “On several representations of an uncertain body of evidence”, In: fuzzy information and decision processes, M.M.Gupta and E. Sanchez (Eds.), North-Holland, 1982. A. Kaufmann and M.M. Gupta, Introduction to fuzzy Arithmetic: Theory and Applications, Von Nostrand, New York, 1985. W. Pedrycz and F. Gomide, Introduction to fuzzy Sets, MIT Press, Cambridge, MA:, 1998. REN Ping, “Generalized fuzzy Sets and Representation of Incomplete Knowledge”, fuzzy Sets and Systems, 36 (1990)91-96. N. Rescher, Many-Valued Logic, McGrow-Hill, New York, 1969. H. Prade , “ A Computational Approach to Approximate and Plausible Reasoning with Applications to Expert Systems”, IEEE Transactions on Pattern Analysis and Machine Intelligence, vol.7,pp.3-29, 1985. Sánchez Alvarez Daniel and Antonio F. Gómez Skarmeta , “A fuzzy Language” fuzzy Sets and Systems, 141 3, 1 (2004)335-390 E. Santos , “ fuzzy algorithms”, Information and Control ,vol. 17 , pp.326-339, 1970. H.A. Simon , “ The structure of ill structured problems” , Artificial Intelligence , vol.4, pp.181-201, 1973 . K.Tanaka and Mizumoto , “ fuzy Programs and their Executions” , fuzzy sets and their applications to cognitive and decision processes, , L.A. Zadeh , King-Sun FU , Kokichi Tanaka, Masamichi Shimura, Eds., Academic Press, New York:, pp.4176, 1975. P. Venkata Subba reddy and M. Syam Babu, ‘Some Methoda of Reasoning for Conditional Propositions”, fuzzy Sets and Systems, vol.l52, pp.1-22, 1992. J. Yen and R. Langari, fuzzy Logic: Intelligence, Control and Information, Prentice Hall, 1st edition, New Delhi, 1998. L. A Zadeh, “Calculus of fuzzy Restrictions”, In fuzzy Sets and their Applications to Cognitive and Decision Processes, L. A. Zadeh, King-Sun FU, Kokichi Tanaka and Masamich Shimura ,Eds., Academic Press, New York, pp.1-40, 1975. L.A.Zadeh , “fuzzy Algorithms” ,Information and Control ,vol.12, pp.94-104, 1968. L.A.Zadeh , “fuzzy Logic” , IEEE Computer , pp.8392, 1988 . L.A. Zadeh, fuzzy sets, In Control, vol.8, pp.338353, 1965. L.A. Zadeh, A theory of approximate reasoning, Machine Intelligence 9, J. Hayes, D. Michie, and L.I. Mikulich ,eds., Halstead Press, New York, pp.149194, 1979. L.A. Zadeh, fuzzy logic and the calculi of fuzzy rules and fuzzy graphs, Multiple-Valued Logic, vol.1, pp.138, 1996. L.A. Zadeh, Precisiated Natural Language (PNL), AI Magazine, vol.25, no.3, pp.74-91, 2004.

© 2010 JCSE http://sites.google.com/site/jcseuk/

JOURNAL OF COMPUTER SCIENCE AND ENGINEERING, VOLUME 2, ISSUE 2, AUGUST 2010 24

[22]

L.A. Zadeh and Masoud Nikravesh, “ PercertionBased Intelligent Decision Systes”, ONR Summer 2002 Program Review UCLA, July 30-August 1, 2002. Dr. P. Venkata Subba Reddy is Associate Professor in Department of Computer science and Engineering, College of Engineering, Sri Venkateswara University, Tirpathi, India working since 1992. He was Professor and Head, Department of Computer Science and Engineering, MeRITS, Udayagiri during 2006-07. He did M.Sc(Applied Mathematics, 1986) with Computer Programming as Specialization. He did Post Graduation Diploma in Computer Methods & Programming from Computer Society of India, Hyderabad. He did M.Phii(Database Management systems, 1988) and Ph.D(Artificial Intelligence, 1992) in Sri Venkateswara University, Tirpathi, India. . He did Post Doctoral/Visiting fellowship in Fuzzy Algorithms under Prof. V. Rajaraman, from IISC/JNCASR, Bangalore, India. He is actively engaged in Teaching and Research work to B.Tech., M.Tech., and Ph.D students. He is actively in doing research in the areas of fuzzy systems, Knowledge based systems, database systems and Natural language processing. He published papers in reputed National and International journals. He is an Editor for JCSE.

© 2010 JCSE http://sites.google.com/site/jcseuk/

FUZZYALGOL: Fuzzy Algorithmic Language for ...

JOURNAL OF COMPUTER SCIENCE AND ENGINEERING, VOLUME 2, ISSUE 2, ... solved using fuzzy algorithms, fuzzy programs and fuzzy languages.

72KB Sizes 1 Downloads 178 Views

Recommend Documents

Fuzzy Markup Language for RealWorld Applications(Combined ...
Fuzzy Markup Language for RealWorld Applications(Combined)-03272017-2.pdf. Fuzzy Markup Language for RealWorld Applications(Combined)-03272017-2.

Supervised fuzzy clustering for the identification of fuzzy ...
A supervised clustering algorithm has been worked out for the identification of this fuzzy model. ..... The original database contains 699 instances however 16 of ...

Read Fuzzy Logic For Free
that virtually drive themselves, washing machines that pick the right wash cycles and water temperature automatically and air conditioning and heaters that ...

For Language Teaching (Language Teaching ...
Jan 1, 1985 - Bunches of varieties of books from several areas are supplied. From fictions to scientific research and spiritual can be looked as well as figured ...

Fuzzy Grill m-Space and Induced Fuzzy Topology - IJRIT
IJRIT International Journal of Research in Information Technology, Volume 2, Issue 6, June ... Roy and Mukherjee [1] introduced an operator defined by grill on.

Application of Fuzzy Logic Pressure lication of Fuzzy ...
JOURNAL OF COMPUTER SCIENCE AND ENGINEER .... Experimental data has been implemen ... The dynamic process data obtained via modelling or test-.

Fuzzy Grill m-Space and Induced Fuzzy Topology - IJRIT
IJRIT International Journal of Research in Information Technology, Volume 2, Issue 6, June 2014, Pg: .... Definition 3.13:-Let G be a fuzzy grill on fuzzy m-space.

algorithmic-composition.pdf
first person to have applied computer programmes to algo- rithmic composition. The use of specially-designed, unique. computer hardware was common at US ...

Algorithmic Thermodynamics - Semantic Scholar
Oct 12, 2010 - they all touch on this central theme. While he ..... of Z(0,γ, 0) have the values they do; after that, one has to add more axioms or rules to the ...

Algorithmic Thermodynamics - Semantic Scholar
Oct 12, 2010 - Computer Science Department, University of Auckland and ... runtime, length, and output of a program as observables analogous to the ..... best approximately true, but in ordinary thermodynamics this ..... distance, IEEE Trans. ... [5]

SUCCESSFUL ALGORITHMIC TRADING - GitHub
code that queries the database and provides access to external tools, such as MATLAB, R ...... Construct the Yahoo URL with the correct integer query parameters ...... and add to a pandas DataFrame pdf = web.DataReader(ticker, 'google', start, end).

Fuzzy Clustering
2.1 Fuzzy C-Means . ... It means we can discriminate clearly whether an object belongs to .... Sonali A., P.R.Deshmukh, Categorization of Unstructured Web Data.

Fuzzy PID controller for 2D differential geometric ...
speed, S is the reference area, and am is the AOA of the missile body with respect ..... can ensure good stability, despite variations in the high- frequency dynamics of the .... 23 Rogers, S.: 'Missile guidance comparison'. Proc. AIAA Guidance,.

Fuzzy PID controller for 2D differential geometric ...
using information on the involute of the target's trajectory. White et al. [16] studied the ... The Institution of Engineering and Technology 2007 doi:10.1049/iet-cta: ...

Fuzzy Numbers Based Algorithm for Interruptions ...
average number of interruptions in the power supply) or from the entire supply system, e.g. average interruption frequency. (SAIFI) and system average ...

Adaptive Output-Feedback Fuzzy Tracking Control for a ... - IEEE Xplore
Oct 10, 2011 - Adaptive Output-Feedback Fuzzy Tracking Control for a Class of Nonlinear Systems. Qi Zhou, Peng Shi, Senior Member, IEEE, Jinjun Lu, and ...

Fuzzy Cognitive Goal Net for Interactive Storytelling Plot ...
are used for the decision making or goal selection by ana- lyzing the relationships ..... The visualization engine adopts the commercial software Ac-. tiveWorld by ...

Evaluating Fuzzy Clustering for Relevance-based ...
meaningful groups [3]. Our motivation for using document clustering techniques is to enable ... III, the performance evaluation measures that have been used.

Genetic-Fuzzy Process Metric Measurement System for an Operating ...
General-purpose operating systems, such as DOS and UNIX, are not real-time. Software application are usually OS dependent because these application are written to run on certain class of OS. The process by which numbers or symbols are assigned to att

Fuzzy Logic Based Design Automation (DA) System for ...
simulator for checking the performance of the circuit. This performance is checked ... bandwidth, etc. are the performance specifications of an amplifier. In each ...

Low-Complexity Fuzzy Video Rate Controller for Streaming
In this paper we propose a low-complexity fuzzy video rate control algorithm with buffer constraint designed for real- time streaming applications. While in low ...