1 / 5

Introduction

Introduction. ICEexpert – an expert system to provide academic assistance to students and staffs. Used at the Instructional Center (IC) located in the University of Washington Seattle campus. http://courses.washington.edu/css482/projects/peterson-quenga. CSC214 Jenny Chinag. Problem to Solve.

lila-ford
Download Presentation

Introduction

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction • ICEexpert – an expert system to provide academic assistance to students and staffs. • Used at the Instructional Center (IC) located in the University of Washington Seattle campus. • http://courses.washington.edu/css482/projects/peterson-quenga CSC214 Jenny Chinag

  2. Problem to Solve • Need an expert system to maintain the efficiency of the IC, train and supervise over 10 students when the expert is not available. • Provide main menu: ° Student Registration ° Maintenance ° Copier ° …… • Provide detailed procedures, contacts, locations. CSC214 Jenny Chinag

  3. Technical Highlight • (deffunction ask-question (?question $?allowed-values) (printout t ?question) (bind ?answer (read)) (if (lexemep ?answer) then (bind ?answer (lowcase ?answer))) (while (not (member ?answer ?allowed-values)) do (printout t ?question) (bind ?answer (read)) (if (lexemep ?answer) then (bind ?answer (lowcase ?answer)))) ?answer) • (deffunction yes-or-no (?question) (bind ?response (ask-question ?question yes no y n)) (if (or (eq ?response yes) (eq ?response y)) then TRUE else FALSE)) CSC214 Jenny Chinag

  4. Some Thoughts • ICEexpert only accessible in Administration office. Web site access is desired. • Information updating problem. Database implementation is practical. CSC214 Jenny Chinag

  5. Summary • ICExpert is a expert system provides administrative assistance to students and staffs. • It allows users to complete tasks without the presence of the expert. • Drawback is not accessible through web browser and difficulty to update the information. CSC214 Jenny Chinag

More Related