You are on page 1of 6

International Islamic University Chittagong

Department of Computer Science and Engineering


Course Code: CSE 4871
Course Name: Neural Network and Fuzzy System
Final Assessment Spring 2021
Marks: 30 Time: 5 Hours

Answer all questions and submit using proper format.


CO DL
1. Draw the diagram of Fuzzy Logic System and explain it with respect to Mamdani problem. 6 CO1 C1

2. Use following figure to write the membership function. 6 CO2 C2

3. In this question, you need to design a decision support system to diagnose Sepsis in the ICU. There are four fuzzy 6 CO3 C5
variables, namely PaO2, Base_Access, Trombocytes and Creatinine. The characteristics of each fuzzy variable are given
below. Suppose you enter PaO2=5, Base_Access=12, Trombocytes=20, Creatinine=30, etc. Find the centroid of Sepsis.
You need to show all the steps of fuzzy inference (such as drawing membership functions, creating rule tables, measuring
defuzzification).

Variable= PaO2 (Membership function range=[0,10])


Terms={low: (Membership function=Triangle(a=0,b=0,c=5);
high: (Membership function=Triangle(a=0,b=5,c=10)}

Variable= Base_Access (Membership function range=[5,20])


Terms={normal: (Membership
function=Triangle(a=5,b=10,c=15);
abnormal: (Membership
function=Triangle(a=10,b=10,c=20)}

Variable= Trombocytes (Membership function range=[10,30])


Terms={low: (Membership
function=Triangle(a=10,b=15,c=25);
high: (Membership function=Triangle(a=15,b=20,c=30)}

Variable= Creatinine (Membership function range=[20,40])


Terms={low: (Membership
function=Triangle(a=20,b=25,c=30); medium: (Membership
function=Triangle(a=25,b=30,c=35);
high: (Membership function=Triangle(a=30,b=35,c=40)}

Output Variable= Sepsis (Membership function range=[0,20])


Terms={low: (Membership
function=Triangle(a=0,b=5,c=10);
high: (Membership function=Triangle(a=5,b=15,c=20)}

Rule_1= If PaO2 is low and Base_Access is normal and


Trombocytes is low and Creatinine is high then
Sepsis is high

Rule_2= If PaO2 is high and Base_Access is abnormal and


Trombocytes is high and Creatinine is medium then
Sepsis is low

Rule_3= If PaO2 is low and Base_Access is normal and


Trombocytes is high and Creatinine is low then
Sepsis is high
4. Write some defuzzification techniques. Illustrate with suitable example. 6 CO3 C4

5. Using following figure, design air conditioner controller system with your own data and define input, output and rules. 6 CO2 C2
CamScanner
CamScanner

You might also like