Nothing Special   »   [go: up one dir, main page]

Fall 2023 - CS607 - 2

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Artificial Intelligence (CS607) Total marks = 20

Assignment # 02 Deadline Date

Fall 2023 16 January 2023

Please carefully read the following instructions before attempting the assignment.

RULES FOR MARKING


It should be clear that your assignment would not get any credit if:
 The assignment is submitted after the due date.
 The submitted assignment does not open or the file is corrupt.
 Strict action will be taken if the submitted solution is copied from any other student or the
internet.

You should consult the recommended books to clarify your concepts as handouts are not
sufficient.

You are supposed to submit your assignment in .doc or docx format. You are supposed to paste
the screenshots of answers in a Word file.
Any other formats like scan images, PDF, zip, rar, ppt, and BMP, etc will not be accepted.

OBJECTIVE
The objective of this assignment is to:
 Basic understanding of functions in CLIPS IDE.
 Learn and practice Facts and rules in CLIPS IDE.

NOTE

No assignment will be accepted after the due date via email in any case (whether it is the case of
load shedding or internet malfunctioning etc.). Hence refrain from uploading assignments in the
last hour of the deadline. It is recommended to upload the solution file at least two days before
its closing date.
CLIPS IDE is available in the download section of LMS. You may download from there.
If you find any mistake or confusion in the assignment (Question statement), please consult with
your instructor before the deadline. After the deadline, no queries will be entertained in this
regard.

For any query, feel free to email me at:


Cs607@vu.edu.pk
Questions No. 01 Marks: 10+5=15
Design a Fuzzy Inference System (FIS) to control the operation of an Air Conditioner (AC)
based on environmental conditions. Show graphically the fuzzy inference process (Fuzzy rule
IF – Then) to decide whether to turn on or off an air conditioner based on temperature and
humidity. Provide a detailed explanation of the linguistic variables and the fuzzy rules. Your
response should follow a format similar to the given example:

“IF Temperature is cold and Humidity is high then AC is off.”

Note: A screenshot of the graph must be pasted into an MS Word file.

Questions No. 02 Marks: 5


Write the program in CLIPS IDE that will save the facts about Artificial Intelligence courses
(at least 5). You are required to make a fact list of courses. After loading the facts in working
memory, use the facts command to see the index of product facts. Remove 3 rd fact by using
the relevant command and again use the facts command to see the index of remaining course
facts. Just send the screenshot of your CLIPS IDE window displaying both code and output.

Note: Screenshot must be pasted in MS Word file.

Following is the sample screenshot of CLIPS IDE displaying string value.

Best of Luck!!!

You might also like