SlideShare une entreprise Scribd logo
1  sur  18
Télécharger pour lire hors ligne
1
Engin, G., Aksoyer, B., Avdagic, M., Bozanlı, D., Hanay, U., Maden, M., Ertek, G.
(2014) Rule-based expert systems for supporting university students. In Proceedings
of 2nd International Conference on Information Technology and Quantitative
Management, ITQM 2014. Procedia Computer Science 31 ( 2014 ) 22 – 31.
Note: This is the final draft version of this paper. Please cite this paper (or this
final draft) as above. You can download this final draft from the following
websites:
http://research.sabanciuniv.edu
http://ertekprojects.com/gurdal-ertek-publications/
Engin et al. / Procedia Computer Science 00 (2013) 000–000
Rule-based expert systems for supporting university students
Gökhan Engina, Burak Aksoyerb, Melike Avdagicb, Damla Bozanlıb,
Umutcan Hanayb, Deniz Madenb, Gurdal Ertekb*
a Oracle Turkey, Istanbul, 34398, Turkey
bFaculty of Engineering and Natural Sciences, Sabancı University, Istanbul, 34956, Turkey
Abstract
There are more than 15 million college students in the US alone. Academic advising for
courses and scholarships is typically performed by human advisors, bringing an immense
managerial workload to faculty members, as well as other staff at universities. This paper
reports and discusses the development of two educational expert systems at a private
international university. The first expert system is a course advising system which
recommends courses to undergraduate students. The second system suggests scholarships
to undergraduate students based on their eligibility. While there have been reported systems
for course advising, the literature does not seem to contain any references to expert systems
for scholarship recommendation and eligibility checking. Therefore the scholarship
recommender that we developed is first of its kind. Both systems have been implemented
and tested using Oracle Policy Automation (OPA) software.
© 2014 The Authors. Published by Elsevier B.V.
Selection and peer-review under responsibility of the Organizing Committee of ITQM 2014.
Keywords: rule-based systems; expert systems; recommender systems; decision support
systems; higher education; university education.
*
Corresponding author. Tel.: +90-216-483-9568 ; fax: +90-216-483-9550.
E-mail address: ertekg@sabanciuniv.edu.
Engin et al. / Procedia Computer Science 00 (2013) 000–000
1. Introduction
1.1. Rule-Based Expert Systems
Rule-based expert systems have the ability to emulate the decision making ability of
human experts. They are designed to solve problems as humans do, by exploiting encoded
human knowledge or expertise1. This knowledge can be extracted and acquired directly
through interaction with humans, as well as from printed and electronic resources such as
books, magazines and websites. The extracted knowledge forms the knowledge base of the
rule-based system. The other major component of rule-based systems draws conclusions
from this knowledge, and is referred to as the inference engine. The conclusions and
suggestions offered by the rule-based system satisfy users’ needs for expertise within the
chosen domain.
Rule-based systems are designed to solve problems in a selected domain. Every domain
has its own knowledge and reasoning humans, which can be emulated and even replaced
through automated rule-based systems. Many domains contain a large amount of
knowledge that can be captured fully only through an information system, since humans
may not access or immediately retrieve fully the needed information. There are many
advantages of rule-based expert systems: They decrease costs since they reduce the need for
human experts; they are permanent; they can be used for different knowledge systems,
which increases functionality; they increase reliability since they minimize errors that
humans are prone to; and if designed by multiple experts, can increase confidence. Finally,
they lack human emotions, which are sources of mistakes in human based systems1. The
advantages of rule-based expert systems are multifold and they can considerably facilitate
human life for the better. In this paper, we present and describe two rule-based
recommender systems projects, both in the domain of university education.
1.2. Oracle Policy Automation (OPA)
The software used in the reported projects is Oracle Policy Automation (OPA). OPA is
capable of reading rules conveniently from spreadsheet and word-processor file formats,
where the rules are written in a format akin to natural language. OPA automatically forms a
Engin et al. / Procedia Computer Science 00 (2013) 000–000
problem solving or decision making application based on the acquired rule base. In OPA,
the rules can be written in more than 25 languages, including Turkish, the language selected
for the expert system in our second case study. Users codify the information or knowledge
via Microsoft Word and/or Microsoft Excel in their native (natural) language and form rules
without having to know any programming languages (such as Java or C#) or expert system
languages (such as CLIPS). This makes the testing and maintenance of, as well as the
changes to the rules easier. If the rules are detailed and need frequent modifications, and/or
if there will be auditing and the rules need to be transparent, OPA is especially suitable and
convenient. After the program is executed and a suggestion is presented by the program, the
program also shows why and how that suggestion is selected. This way, the rules can be
checked and the reasons behind the suggestions can be provided to users.
Writing and running an OPA program has five stages. First one is to gather the
information and data for the rules that will be implemented. Second step is to write the rules
using Microsoft Excel and/or Word. Afterwards, the rule base is checked for language
mistakes, rule mistakes and other errors that might have occurred. After the rule base is
finalized, the users start answering the related questions to obtain a suggestion. In the first
project, the suggestion is the list of courses that can be taken by a student, given the courses
he has taken so far. In the second project, the suggestion is the eligibility of (a student for) a
specific scholarship. After all the questions are answered, the rule-based expert system
presents its suggestion. For example, in the second project, the resulting output is in the
form “The student/user is eligible for the Sabancı Vakfı Scholarship” or “The student/user is
not eligible for the Sabancı Vakfı Scholarship”, corresponding to the suggestions of applying
and not applying to the Sabancı Vakfi Scholarship, respectively. The user can see the reason
why the program gave the result it gave by clicking the underlined result. If the user is
eligible for the scholarship, clicking the underlined hyperlinked text will show all the criteria
satisfied by the user. If the user is not eligible for the scholarship, then the underlined
hyperlinked text will state which criteria was not satisfied. This part of OPA is very useful for
auditing reasons because it clearly states the reasons for the results. In our application this
is highly relevant because the school systems, entrance exams and the rules for the eligibility
change frequently.
Engin et al. / Procedia Computer Science 00 (2013) 000–000
1.3. Expert Systems for University Education
There are more than 6000 colleges and more than 15 million college students in the US
alone2, and academic advising is typically performed by human advisors3. Engaging with
students is becoming more complex and student-demand driven4, bringing an immense
managerial workload to faculty members, as well as other staff at universities. There is also
an information overload on the student side, as the information that needs to be
interpreted, clarified, and captured is showing an ever increasing trend4. Expert systems
developed for university education can serve a variety of goals, including advising, tutoring,
instruction, and evaluation. We will discuss the studies in literature under two groups,
namely expert systems for course advising and expert systems for other education-related
goals. Within the first group we will also discuss course advising systems that are built
using methodologies other than expert systems.
Dunstan3, Nambiar and Dutta5, Laghari & Khuwaja6, and Al Ahmar7 report expert
systems for advising undergraduate students on course selection. Al-Ghamdi et al.8 describe
a system for advising postgraduate students and presents a detailed review of expert
systems for course selection. Khanna et al.9 also provide an extensive review, besides listing
the main areas where expert systems can be used in education. Onyeka et al.10 propose
combining rule-based reasoning with case based reasoning in course advising expert
systems. Goodarzi and Rafe11 incorporate fuzzy reasoning into its advisory expert system.
Koutrika et al.12 develop a flexible system for generating advisory expert systems.
Parameswaran et al.2 present CourseRank, a course recommendation and planning system
developed at Stanford University. The authors report that more than 170 universities
throughout the world have adopted CourseRank, making the software in the most widely
used course advising system in the world.
Besides expert systems for course advising, the literature contains a multitude of studies
that describe course advising systems built using other methodologies. Studies of Vialardi et
al.13, Taha14, Cho and Kang15, and Park et al.16 are examples where course recommendation
is based on data mining. Among these three studies, Vialardi et al.13 reports using real world
data from a Spanish university; Taha14 uses collaborative filtering; Cho and Kang15 uses
hybrid filtering. Sobecki17 uses nature inspired methods, again for course recommendation.
Engin et al. / Procedia Computer Science 00 (2013) 000–000
Besides course recommendation, expert systems have been developed for other purposes,
as well. Buche and Querrec18 describe an expert system for helping human learners in
virtual reality environments. Hwang et al.19 introduce an expert system that works as
instructor for improving problem solving skills of students. Jaryani et al.20 present an expert
system that provides customized learning for each student based on his/her background
and realities. The fuzzy expert system in the work of Van Hecke21 identifies the personal
profile of the students as one of the three types. Grupe22 presents a web based expert system
for selecting academic major, where the student user is directed to one of the most suitable
six majors from among 60. Deorah et al.23 also recommend academic majors. Fong and
Biuk-Aghai24 describe a system that recommends the university that matches the student’s
profile. The system developed by Aslam and Khan25 is one for recommending faculties to
students. Finally, Cline and Brewster26 present an expert system for automatically
evaluating student concept maps.
2. Case 1: Supporting Course Selection Decisions
2.1. Motivation
For this project our aim was to create a rule-based system for Manufacturing Systems
Engineering Program students at Sabanci University to prepare their schedules using Oracle
Policy Automation (OPA). When preparing the rule base, we investigated rules related to
prerequisite courses, student’s GPA (Grade Point Average), which courses open which
semester in, which area the student is specializing in, and which courses the student has
readily registered to.
2.2. Project Progress
In order to reach our aim we collected data from the university’s database of courses,
namely BannerWeb. First of all we listed all courses in MS Excel and we connected them
with their pre-requisites. This way the obtained a lists of the courses and the relations
between courses. Furthermore, we represented this data in the yEd graph visualization
software. It is possible to assign colors to nodes in yEd. This way, connection between
Engin et al. / Procedia Computer Science 00 (2013) 000–000
courses and three main course types as area electives, core electives and required courses
became clearly distinguishable (Figure 1).
Fig. 1. Visualization of co- and pre-requisite relationship between courses
We used the logical connectors “and” and “or” to establish logical connection between a
course and its pre-requisites. If a user should take all pre-requisites of a course, “and” is the
operator to identify relationships. On the other hand, if one of pre-requisites of a course is
sufficient to take that course, “or” is the operator to describe the relationship. Also, through
the “exists” command, system associates one entity with another entity. We established the
course definition as an excel table with four columns, which are CourseID, CourseName,
and CourseCredit and CourseCategory. Another Excel document used by OPA is the student
database, which receives student number as input. By this single input, OPA matches
student number with student name from the student list. Also, OPA saves all historical data
of a user for the next session with the user. This way, a user can easily observe her/his
historical movement on OPA as a user. For instance, a student can easily follow his/her
credit and course level at past semesters. In addition to this, OPA calculates total credits for
all sub-groups of courses is required, core and area electives. And then, OPA gives the user
total credit by summation of all units. We finally planned and executed various scenarios
and test cases for testing the developed export system.
In addition to the mentioned rules, several other types of rules have been defined:
Engin et al. / Procedia Computer Science 00 (2013) 000–000
Global Controls and Determinations: These are rules that globally determine student and
credit attributes, such as the following:
eligibility check is completed if
total credit is known and
student name is known
the student is sophomore if
total credit > 47 and
total credit < 81
Individual Course Eligibility Checks: These are rules that determine student eligibility for
each course such as the following:
the student is eligible for ENS204 if
the student has taken NS101
and
either
the student has taken MATH101 or
the student has taken MATH102
Course technical rules: These are technical rules that tell which courses are taken, such as
the following:
the student has taken CS201
Exists(all courses of the student, course id = “CS201”)
the student has taken ENS208
Exists(all courses of the student, course id = “ENS208”)
the student has taken ENS491
Engin et al. / Procedia Computer Science 00 (2013) 000–000
Exists(all courses of the student, course id = “ENS491”)
the student has taken ENS492
Exists(all courses of the student, course id = “ENS492”)
2.3. Results
The developed rule-based expert system meets the user with a welcome screen. Next
screen takes as input the student number and in order to match student name and record
action logs of the user.
Third screen is designed for taking course list from the user (Figure 2). The user chooses his
/ her previously taken courses from a list, where the list is read from a source file by OPA.
Once the user submits the courses taken, the lists of courses that s/he can take is listed
(Figure 3).
If a user wants to know the reason why s/he is not eligible for a course, the user should
click “Why?” button on the results screen to reach that information, and learn the reason
(Figure 4).
3. Case 2: Supporting Scholarship Decisions
3.1. Motivation
The goal of the second project was also to assist university students by providing
recommendations. After discussions in the early stages of our project, we decided to
implement a scholarship advisor that will present, with a student’s criteria, which
scholarship s/he is eligible for. There are many institutions that offer scholarships to
university students, however every foundation’s criteria and budget is different. Our aim
was to match universities students with the scholarships that they are eligible for. This can
help students in easily finding what they are looking for and it can decrease a task that
would take weeks to minutes.
We used OPA again for this project. In our case, the rules would be based on the students’
GPA, their target university, their income, their skills, and other relevant criteria. OPA asks
multiple choice questions that are related with the criteria of the scholarships. From the
Engin et al. / Procedia Computer Science 00 (2013) 000–000
home screen, the student clicks on the scholarship and then answers the related questions,
and finally the results screen shows if s/he is eligible for the scholarship or not.
Fig. 2. Screen where the user (student, advisor, staff member) enters the courses taken so
far
Fig. 3. Screen where the courses that the student can take are listed
Engin et al. / Procedia Computer Science 00 (2013) 000–000
Fig. 4. The screen where the rationale for the suggestion is provided
3.2. Project Progress
To realize the project, we firstly gathered the data of all the scholarships in Turkey and
their criteria. Finding all the rules wasn’t easy since some of the scholarships did not have a
website but had just a phone number. Criteria for some of the scholarships were not
available on the websites since the application period was over. After scanning through
scholarships, we found approximately 200 scholarships, half of which were only reachable
by phone and didn’t provide a website. We eliminated those scholarships from further
consideration. From among the other 100 scholarships, only 51 had the criteria publicly
available on their websites. From that point on, we deducted the rules of eligibility for each
scholarship and separated every one of them in an Excel sheet so that while writing the rules
for OPA, it would be easier and faster.
Furthermore, after gathering all the data we parsed their requirements and pre-
requisites. For one institution, there may be an income requirement, while for another,
meeting just a GPA threshold is sufficient, and thus we divided all the information into
subcategories. To make it more organized, every scholarship’s criteria is listed in an Excel
file so that every rule can be seen and plugged into OPA easily. With this system the
students’ search and information gathering time can decrease significantly, and they can
filter through significant amount of information and work to achieve on their goals.
Moreover, we believe students would not be the only people who would appreciate this
program. Also, foundations can receive applications from students who are more likely to be
selected, and consequently their workload can be reduced, as well.
Engin et al. / Procedia Computer Science 00 (2013) 000–000
The second stage of the project consisted of writing all the rules in OPA. Figure 5
illustrates rules for a particular scholarship. This rule writing was done for each of the 51
scholarships.
Fig. 5. Rules for a particular scholarship
Fig. 6. The first screen that the user sees in Case Study 2
Engin et al. / Procedia Computer Science 00 (2013) 000–000
3.3. Results
The lists of possible scholarships (in this program there are 51 scholarships) appear on
the user’s first interface. The user starts the program by clicking on the scholarship she/he
wants to test the eligibility for the first. There are some common rules required for most of
the scholarships, the question is asked only once and used in other scholarships as well.
Examples for these common rules are the school student wants to attend or is attending,
students major, and is whether the student is a Turkish citizen or not (most frequent
criterion).
In Figure 6, the first interface that the user sees is presented. Here in our example, let us
assume that the student clicks the link “Anadolu Eğitim ve Sosyal Yardım Vakfı Bursuna
başvurmaya hak kazanır mı?” (“Is the student eligible for the Anadolu Eğitim ve Sosyal
Yardım Vakfı scholarship?”) and starts answering the questions in order. Questions appear
successively as they are answered in a way that preserves eligibility. If the answer violates
eligibility, then the expert system automatically stops and prompts that “The student is not
eligible for this scholarship”. For the specific scholarship mentioned, the correct sequence of
answers would be (yes, yes, yes, yes, no, no, no), and if this sequence is entered the reason
page would look like Figure 7. If, for example, the second question is answered no instead of
yes, the reason page would look like Figure 8.
Fig. 7. Result screen displayed when the student is eligible, with the rationale for the
suggestion (eligible, apply) is explained
Engin et al. / Procedia Computer Science 00 (2013) 000–000
Fig. 8. Result screen displayed when the student is not eligible, with the rationale for the
suggestion (not eligible, do not apply) is explained
3.4. Discussions
The biggest problem this rule-based system presented was with the questions where
variables were used. Rather than the system asking whether someone’s GPA is greater than
3.5, we decided it would be better if the program asked what the GPA was and then decided
if it satisfies the rules. The problem arose when for example we wanted to know the students
major. It would have been impractical to ask the user to answer questions like “Are you a
Business major?” and if the answer is no asking “Are you a Industrial Engineering major?”
and so on. So again we decided to use the variables. But since the program is written in
Turkish, the user could enter the major using capital letter, small letter, Turkish letters or
English letters. This makes a huge number of possibilities. This is where we decided to
search for a pull-down menu for these variables.
The student using this automation doesn’t have to answer all the questions for the 51
scholarships; by clicking on the few scholarships they want to apply they can answer the
related questions. The system also doesn’t require the user to answer the same question
more than once even if the question’s answer is required for different scholarships. For
example the citizenship criteria is one of the popular ones, so in the first eligibility test the
user answers it and the program remembers the answer and does not ask the same question
for the other scholarships.
Our first thought was for the student to write down all his or her information and then all
the available scholarships would have been presented. Unfortunately due to the fact that
every scholarship has different rules and the importance of the answers change in different
Engin et al. / Procedia Computer Science 00 (2013) 000–000
scholarships, that kind of system would not have worked. In the end, we have assembled the
information and the available software and completed the case study successfully.
4. Conclusions
This paper reported and discussed the development of two educational expert systems:
The first expert system is that course advising system which recommends courses to
undergraduate students. The second system suggests scholarships to undergraduate
students based on their eligibility. While there have been reported systems for course
advising, the literature does not seem to contain any references to expert systems for
scholarship recommendation and eligible checking. Therefore, the scholarship
recommender that we developed is the first such system in the literature and can provide a
frame of reference for following studies. Both systems have been implemented and tested
using Oracle Policy Automation (OPA) software, a convenient integrated development
environment for expert systems development. Future stages of the project can involve the
deployment of the developed expert systems on the university intranet and/or the internet.
Acknowledgements
The authors thank Mete Sevinç for creating the visualization of co- and pre-requisite
relationships between the courses.
References
1. Giarratano JG. Expert Systems Principles and Programming. USA: PWS Publishing;
2002.
2. Parameswaran A, Venetis P, Garcia-Molina H. Recommendation systems with complex
constraints: A course recommendation perspective. ACM Transactions on Information
Systems (TOIS), 2011, 29(4), 20.
3. Dunstan N. ET: an Enrolment Tool to Generate Expert Systems for University Courses,
In: Expert Systems, Petrica Vizureanu (Ed.), ISBN: 978-953-307-032-2, InTech, DOI:
Engin et al. / Procedia Computer Science 00 (2013) 000–000
10.5772/7071. 2010. Available from: http://www.intechopen.com/books/expert-
systems/et-an-enrolment-tool-to-generate-expert-systems-for-university-courses or the
short link http://bit.ly/19nnbp6. Accessed on November 14, 2013.
4. Oracle Policy Automation for Higher Education. Oracle Data Sheet. Available under
short link http://bit.ly/1boStNO. Accessed on November 13, 2013.
5. Nambiar AN, Dutta AK. Expert system for student advising using JESS. In: 2010
International Conference on Educational and Information Technology (ICEIT), IEEE.
2010, 1, p. V1-312.
6. Laghari, MS, Khuwaja GA. Electrical engineering department advising for course
planning. In: Global Engineering Education Conference (EDUCON), 2012 IEEE. 2012, p. 1-
6.
7. Al Ahmar MA. A Prototype Student Advising Expert System Supported with an Object-
Oriented Database. (IJACSA) Int J Adv Comp Sci Appl. 2011. Available under
http://www.ijacsa.thesai.org. Accessed on November 13, 2013.
8. Al-Ghamdi A, Al-Ghuribi S, Fadel A, AL-Ruhaili FAAT. An Expert System for Advising
Postgraduate Students. (IJCSIT) Int J Comp Sci and Info Tech, 3(3) , 2012, 4529-4532.
9. Khanna S, Kaushik A, Barnela M. Expert systems advances in education. In: Proceedings
of the National Conference on Computational Instrumentation NCCI-2010. CSIO,
Chandigarh, India. 2010, p. 109-112.
10. Onyeka E, Olawande D, Charles A. CAES: A model of an RBR-CBR course advisory
expert system. In: 2010 International Conference on Information Society (i-Society),.
IEEE. 2010, p. 37-42.
11. Goodarzi MH, Rafe V. Educational Advisor System Implemented by Web-Based Fuzzy
Expert Systems. Journal of Software Engineering and Application (JSEA), 2012. 5(2).
12. Koutrika G, Bercovitz B, Ikeda R, Kaliszan F, Liou H, Garcia-Molina H. Flexible
recommendations for course planning. In: IEEE 25th International Conference on Data
Engineering, 2009 (ICDE'09). 2009, p. 1467-1470.
13. Vialardi C, Bravo J, Shafti L, Ortigosa A. Recommendation in higher education using
data mining techniques. Group on Educational Data Mining, 2009, p. 190-199. Available
from: http://eric.ed.gov/?id=ED539088. Accessed on March 28, 2014.
Engin et al. / Procedia Computer Science 00 (2013) 000–000
14. Taha K. Automatic academic advisor. In: Collaborative Computing: 8th International
Conference on Networking, Applications and Worksharing (CollaborateCom). 2012, p.
262-268.
15. Cho J, Kang EY. Personalized Curriculum Recommender System Based on Hybrid
Filtering. In: Advances in Web-Based Learning–ICWL 2010, 2010, p. 62-71. Springer
Berlin Heidelberg.
16. Park DH, Kim HK, Choi IY, Kim JK. A literature review and classification of
recommender systems research. Expert Syst Appl, 2012, 39(11), 10059-10072.
17. Sobecki J. Comparison of nature inspired algorithms applied in student courses
recommendation. In: Computational Collective Intelligence. Technologies and
Applications, 2012, p. 278-287. Springer Berlin Heidelberg.
18. Buche C, Querrec R. An expert system manipulating knowledge to help human learners
into virtual environment. Expert Syst Appl, 2011, 38(7), 8446-8457.
19. Hwang GJ, Chen CY, Tsai, PS, Tsai CC. An expert system for improving web-based
problem-solving ability of students. Expert Syst Appl, 2011, 38(7), 8664-8672.
20. Jaryani F, Sahibudin S, Ibrahim S, Rahman NA, Daruis R. Intelligent reflective e-
portfolio framework based on artificial intelligent Expert systems techniques. In: 3rd
International Conference on. Computer Research and Development (ICCRD), IEEE, 2011,
2, p. 214-216.
21. Van Hecke T. Fuzzy Expert System to Characterize Students. PRIMUS, 2011, 21(7), 651-
658.
22. Grupe FH. An Internet-based expert system for selecting an academic major:
www.MyMajors.com. Internet High Educ, 2002, 5(4), 333-344.
23. Deorah S, Sridharan S, Goel S. SAES-expert system for advising academic major. In: 2nd
International Advanced Computing Conference (IACC), IEEE, 2010, p. 331-336.
24. Fong S, Biuk-Aghai RP. An Automated University Admission Recommender System for
Secondary School Students. In: The 6th International Conference on Information
Technology and Applications. 2009.
25. Aslam MZ, Khan AR. A Proposed Decision Support System/Expert System for Guiding
Fresh Students in Selecting a Faculty in Gomal University, Pakistan. Ind Eng Letters, 2011,
Engin et al. / Procedia Computer Science 00 (2013) 000–000
1(4), 33-40. Available under http://www.iiste.org. Accessed on November 13, 2013.
26. Cline BE, Brewster CC, Fell RD. A rule-based system for automatically evaluating
student concept maps. Expert Syst Appl, 2010, 37(3), 2282-2291.

Contenu connexe

Tendances

A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...Editor IJCATR
 
MINING DISCIPLINARY RECORDS OF STUDENT WELFARE AND FORMATION OFFICE: AN EXPLO...
MINING DISCIPLINARY RECORDS OF STUDENT WELFARE AND FORMATION OFFICE: AN EXPLO...MINING DISCIPLINARY RECORDS OF STUDENT WELFARE AND FORMATION OFFICE: AN EXPLO...
MINING DISCIPLINARY RECORDS OF STUDENT WELFARE AND FORMATION OFFICE: AN EXPLO...IJITCA Journal
 
Data Mining Application in Advertisement Management of Higher Educational Ins...
Data Mining Application in Advertisement Management of Higher Educational Ins...Data Mining Application in Advertisement Management of Higher Educational Ins...
Data Mining Application in Advertisement Management of Higher Educational Ins...ijcax
 
Application of the value chain analysis framework
Application of the value chain analysis frameworkApplication of the value chain analysis framework
Application of the value chain analysis frameworkBaker Khader Abdallah, PMP
 
Evaluation of Data Mining Techniques for Predicting Student’s Performance
Evaluation of Data Mining Techniques for Predicting Student’s PerformanceEvaluation of Data Mining Techniques for Predicting Student’s Performance
Evaluation of Data Mining Techniques for Predicting Student’s PerformanceLovely Professional University
 
IRJET- A Conceptual Framework to Predict Academic Performance of Students usi...
IRJET- A Conceptual Framework to Predict Academic Performance of Students usi...IRJET- A Conceptual Framework to Predict Academic Performance of Students usi...
IRJET- A Conceptual Framework to Predict Academic Performance of Students usi...IRJET Journal
 
Asl rof businessintelligencetechnology2019
Asl rof businessintelligencetechnology2019Asl rof businessintelligencetechnology2019
Asl rof businessintelligencetechnology2019kamilHussain15
 
Data Mining Techniques for School Failure and Dropout System
Data Mining Techniques for School Failure and Dropout SystemData Mining Techniques for School Failure and Dropout System
Data Mining Techniques for School Failure and Dropout SystemKumar Goud
 
Data Mining Techniques in Higher Education an Empirical Study for the Univer...
Data Mining Techniques in Higher Education an Empirical Study  for the Univer...Data Mining Techniques in Higher Education an Empirical Study  for the Univer...
Data Mining Techniques in Higher Education an Empirical Study for the Univer...IJMER
 
A SURVEY OF EMPLOYERS’ NEEDS FOR TECHNICAL AND SOFT SKILLS AMONG NEW GRADUATES
A SURVEY OF EMPLOYERS’ NEEDS FOR TECHNICAL AND SOFT SKILLS AMONG NEW GRADUATESA SURVEY OF EMPLOYERS’ NEEDS FOR TECHNICAL AND SOFT SKILLS AMONG NEW GRADUATES
A SURVEY OF EMPLOYERS’ NEEDS FOR TECHNICAL AND SOFT SKILLS AMONG NEW GRADUATESijcseit
 
Safety_Requirements 2015
Safety_Requirements  2015Safety_Requirements  2015
Safety_Requirements 2015Kafa Nawaish
 
Implementation of AHP-MAUT and AHP-Profile Matching Methods in OJT Student Pl...
Implementation of AHP-MAUT and AHP-Profile Matching Methods in OJT Student Pl...Implementation of AHP-MAUT and AHP-Profile Matching Methods in OJT Student Pl...
Implementation of AHP-MAUT and AHP-Profile Matching Methods in OJT Student Pl...Gede Surya Mahendra
 
DATA MINING METHODOLOGIES TO STUDY STUDENT'S ACADEMIC PERFORMANCE USING THE...
DATA MINING METHODOLOGIES TO  STUDY STUDENT'S ACADEMIC  PERFORMANCE USING THE...DATA MINING METHODOLOGIES TO  STUDY STUDENT'S ACADEMIC  PERFORMANCE USING THE...
DATA MINING METHODOLOGIES TO STUDY STUDENT'S ACADEMIC PERFORMANCE USING THE...ijcsa
 
Factor analysis of service quality in university libraries in sri lanka
Factor analysis of service quality in university libraries in sri lankaFactor analysis of service quality in university libraries in sri lanka
Factor analysis of service quality in university libraries in sri lankaAlexander Decker
 
Study of Performance Appraisal System for Faculty Members in Selected Managem...
Study of Performance Appraisal System for Faculty Members in Selected Managem...Study of Performance Appraisal System for Faculty Members in Selected Managem...
Study of Performance Appraisal System for Faculty Members in Selected Managem...ijtsrd
 
Real Time Application for Career Guidance
Real Time Application for Career GuidanceReal Time Application for Career Guidance
Real Time Application for Career Guidanceijtsrd
 

Tendances (18)

A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
 
Km gap
Km gapKm gap
Km gap
 
MINING DISCIPLINARY RECORDS OF STUDENT WELFARE AND FORMATION OFFICE: AN EXPLO...
MINING DISCIPLINARY RECORDS OF STUDENT WELFARE AND FORMATION OFFICE: AN EXPLO...MINING DISCIPLINARY RECORDS OF STUDENT WELFARE AND FORMATION OFFICE: AN EXPLO...
MINING DISCIPLINARY RECORDS OF STUDENT WELFARE AND FORMATION OFFICE: AN EXPLO...
 
Data Mining Application in Advertisement Management of Higher Educational Ins...
Data Mining Application in Advertisement Management of Higher Educational Ins...Data Mining Application in Advertisement Management of Higher Educational Ins...
Data Mining Application in Advertisement Management of Higher Educational Ins...
 
Application of the value chain analysis framework
Application of the value chain analysis frameworkApplication of the value chain analysis framework
Application of the value chain analysis framework
 
Evaluation of Data Mining Techniques for Predicting Student’s Performance
Evaluation of Data Mining Techniques for Predicting Student’s PerformanceEvaluation of Data Mining Techniques for Predicting Student’s Performance
Evaluation of Data Mining Techniques for Predicting Student’s Performance
 
IRJET- A Conceptual Framework to Predict Academic Performance of Students usi...
IRJET- A Conceptual Framework to Predict Academic Performance of Students usi...IRJET- A Conceptual Framework to Predict Academic Performance of Students usi...
IRJET- A Conceptual Framework to Predict Academic Performance of Students usi...
 
Asl rof businessintelligencetechnology2019
Asl rof businessintelligencetechnology2019Asl rof businessintelligencetechnology2019
Asl rof businessintelligencetechnology2019
 
Data Mining Techniques for School Failure and Dropout System
Data Mining Techniques for School Failure and Dropout SystemData Mining Techniques for School Failure and Dropout System
Data Mining Techniques for School Failure and Dropout System
 
Data Mining Techniques in Higher Education an Empirical Study for the Univer...
Data Mining Techniques in Higher Education an Empirical Study  for the Univer...Data Mining Techniques in Higher Education an Empirical Study  for the Univer...
Data Mining Techniques in Higher Education an Empirical Study for the Univer...
 
A SURVEY OF EMPLOYERS’ NEEDS FOR TECHNICAL AND SOFT SKILLS AMONG NEW GRADUATES
A SURVEY OF EMPLOYERS’ NEEDS FOR TECHNICAL AND SOFT SKILLS AMONG NEW GRADUATESA SURVEY OF EMPLOYERS’ NEEDS FOR TECHNICAL AND SOFT SKILLS AMONG NEW GRADUATES
A SURVEY OF EMPLOYERS’ NEEDS FOR TECHNICAL AND SOFT SKILLS AMONG NEW GRADUATES
 
Safety_Requirements 2015
Safety_Requirements  2015Safety_Requirements  2015
Safety_Requirements 2015
 
Implementation of AHP-MAUT and AHP-Profile Matching Methods in OJT Student Pl...
Implementation of AHP-MAUT and AHP-Profile Matching Methods in OJT Student Pl...Implementation of AHP-MAUT and AHP-Profile Matching Methods in OJT Student Pl...
Implementation of AHP-MAUT and AHP-Profile Matching Methods in OJT Student Pl...
 
DATA MINING METHODOLOGIES TO STUDY STUDENT'S ACADEMIC PERFORMANCE USING THE...
DATA MINING METHODOLOGIES TO  STUDY STUDENT'S ACADEMIC  PERFORMANCE USING THE...DATA MINING METHODOLOGIES TO  STUDY STUDENT'S ACADEMIC  PERFORMANCE USING THE...
DATA MINING METHODOLOGIES TO STUDY STUDENT'S ACADEMIC PERFORMANCE USING THE...
 
Factor analysis of service quality in university libraries in sri lanka
Factor analysis of service quality in university libraries in sri lankaFactor analysis of service quality in university libraries in sri lanka
Factor analysis of service quality in university libraries in sri lanka
 
Study of Performance Appraisal System for Faculty Members in Selected Managem...
Study of Performance Appraisal System for Faculty Members in Selected Managem...Study of Performance Appraisal System for Faculty Members in Selected Managem...
Study of Performance Appraisal System for Faculty Members in Selected Managem...
 
Real Time Application for Career Guidance
Real Time Application for Career GuidanceReal Time Application for Career Guidance
Real Time Application for Career Guidance
 
A Study on Enhancements in Online Payment System
A Study on Enhancements in Online Payment SystemA Study on Enhancements in Online Payment System
A Study on Enhancements in Online Payment System
 

En vedette

Design Requirements For a Tendon Rehabilitation Robot: Results From a Survey ...
Design Requirements For a Tendon Rehabilitation Robot: Results From a Survey ...Design Requirements For a Tendon Rehabilitation Robot: Results From a Survey ...
Design Requirements For a Tendon Rehabilitation Robot: Results From a Survey ...ertekg
 
Application Of Local Search Methods For Solving A Quadratic Assignment Probl...
Application Of Local Search Methods For Solving  A Quadratic Assignment Probl...Application Of Local Search Methods For Solving  A Quadratic Assignment Probl...
Application Of Local Search Methods For Solving A Quadratic Assignment Probl...ertekg
 
Re-Mining Item Associations: Methodology and a Case Study in Apparel Retailing
Re-Mining Item Associations: Methodology and a Case Study in Apparel RetailingRe-Mining Item Associations: Methodology and a Case Study in Apparel Retailing
Re-Mining Item Associations: Methodology and a Case Study in Apparel Retailingertekg
 
Visual Mining of Science Citation Data for Benchmarking Scientific and Techno...
Visual Mining of Science Citation Data for Benchmarking Scientific and Techno...Visual Mining of Science Citation Data for Benchmarking Scientific and Techno...
Visual Mining of Science Citation Data for Benchmarking Scientific and Techno...ertekg
 
Optimizing Waste Collection In An Organized Industrial Region: A Case Study
Optimizing Waste Collection  In An Organized Industrial Region: A Case StudyOptimizing Waste Collection  In An Organized Industrial Region: A Case Study
Optimizing Waste Collection In An Organized Industrial Region: A Case Studyertekg
 
Statistical Scoring Algorithm for Learning and Study Skills
Statistical Scoring Algorithm for Learning and Study SkillsStatistical Scoring Algorithm for Learning and Study Skills
Statistical Scoring Algorithm for Learning and Study Skillsertekg
 
The Bullwhip Effect In Supply Chain Reflections After A Decade
The Bullwhip Effect In Supply Chain  Reflections After A DecadeThe Bullwhip Effect In Supply Chain  Reflections After A Decade
The Bullwhip Effect In Supply Chain Reflections After A Decadeertekg
 
Encapsulating And Representing The Knowledge On The Evolution Of An Engineeri...
Encapsulating And Representing The Knowledge On The Evolution Of An Engineeri...Encapsulating And Representing The Knowledge On The Evolution Of An Engineeri...
Encapsulating And Representing The Knowledge On The Evolution Of An Engineeri...ertekg
 
Visual and analytical mining of transactions data for production planning f...
Visual and analytical mining of transactions data  for production planning  f...Visual and analytical mining of transactions data  for production planning  f...
Visual and analytical mining of transactions data for production planning f...ertekg
 
Gorsel Veri Madenciligi’nde bir Vaka Calısması: OSS Verilerinin Analizi
Gorsel Veri Madenciligi’nde bir Vaka Calısması: OSS Verilerinin AnaliziGorsel Veri Madenciligi’nde bir Vaka Calısması: OSS Verilerinin Analizi
Gorsel Veri Madenciligi’nde bir Vaka Calısması: OSS Verilerinin Analiziertekg
 
Simulation Modeling For Quality And Productivity In Steel Cord Manufacturing
Simulation Modeling For Quality And Productivity In Steel Cord ManufacturingSimulation Modeling For Quality And Productivity In Steel Cord Manufacturing
Simulation Modeling For Quality And Productivity In Steel Cord Manufacturingertekg
 
Financial Benchmarking Of Transportation Companies In The New York Stock Exc...
Financial Benchmarking Of Transportation Companies  In The New York Stock Exc...Financial Benchmarking Of Transportation Companies  In The New York Stock Exc...
Financial Benchmarking Of Transportation Companies In The New York Stock Exc...ertekg
 
Linking Behavioral Patterns to Personal Attributes through Data Re-Mining
Linking Behavioral Patterns to Personal Attributes through Data Re-MiningLinking Behavioral Patterns to Personal Attributes through Data Re-Mining
Linking Behavioral Patterns to Personal Attributes through Data Re-Miningertekg
 
Impact of Cross Aisles in a Rectangular Warehouse: A Computational Study
Impact of Cross Aisles in a Rectangular Warehouse:  A Computational StudyImpact of Cross Aisles in a Rectangular Warehouse:  A Computational Study
Impact of Cross Aisles in a Rectangular Warehouse: A Computational Studyertekg
 
Depolama Sistemleri
Depolama SistemleriDepolama Sistemleri
Depolama Sistemleriertekg
 
Compiere kurulumu
Compiere kurulumuCompiere kurulumu
Compiere kurulumuertekg
 
Teaching Warehousing Concepts through Interactive Animations and 3-D Models
Teaching Warehousing Concepts through Interactive Animations  and 3-D ModelsTeaching Warehousing Concepts through Interactive Animations  and 3-D Models
Teaching Warehousing Concepts through Interactive Animations and 3-D Modelsertekg
 
Application of local search methods for solving a quadratic assignment proble...
Application of local search methods for solving a quadratic assignment proble...Application of local search methods for solving a quadratic assignment proble...
Application of local search methods for solving a quadratic assignment proble...ertekg
 
An Open Source Java Code For Visualizing Supply Chain Problems
An Open Source Java Code For Visualizing Supply Chain ProblemsAn Open Source Java Code For Visualizing Supply Chain Problems
An Open Source Java Code For Visualizing Supply Chain Problemsertekg
 
Optimizing the electric charge station network of EŞARJ
Optimizing the electric charge station network of EŞARJOptimizing the electric charge station network of EŞARJ
Optimizing the electric charge station network of EŞARJertekg
 

En vedette (20)

Design Requirements For a Tendon Rehabilitation Robot: Results From a Survey ...
Design Requirements For a Tendon Rehabilitation Robot: Results From a Survey ...Design Requirements For a Tendon Rehabilitation Robot: Results From a Survey ...
Design Requirements For a Tendon Rehabilitation Robot: Results From a Survey ...
 
Application Of Local Search Methods For Solving A Quadratic Assignment Probl...
Application Of Local Search Methods For Solving  A Quadratic Assignment Probl...Application Of Local Search Methods For Solving  A Quadratic Assignment Probl...
Application Of Local Search Methods For Solving A Quadratic Assignment Probl...
 
Re-Mining Item Associations: Methodology and a Case Study in Apparel Retailing
Re-Mining Item Associations: Methodology and a Case Study in Apparel RetailingRe-Mining Item Associations: Methodology and a Case Study in Apparel Retailing
Re-Mining Item Associations: Methodology and a Case Study in Apparel Retailing
 
Visual Mining of Science Citation Data for Benchmarking Scientific and Techno...
Visual Mining of Science Citation Data for Benchmarking Scientific and Techno...Visual Mining of Science Citation Data for Benchmarking Scientific and Techno...
Visual Mining of Science Citation Data for Benchmarking Scientific and Techno...
 
Optimizing Waste Collection In An Organized Industrial Region: A Case Study
Optimizing Waste Collection  In An Organized Industrial Region: A Case StudyOptimizing Waste Collection  In An Organized Industrial Region: A Case Study
Optimizing Waste Collection In An Organized Industrial Region: A Case Study
 
Statistical Scoring Algorithm for Learning and Study Skills
Statistical Scoring Algorithm for Learning and Study SkillsStatistical Scoring Algorithm for Learning and Study Skills
Statistical Scoring Algorithm for Learning and Study Skills
 
The Bullwhip Effect In Supply Chain Reflections After A Decade
The Bullwhip Effect In Supply Chain  Reflections After A DecadeThe Bullwhip Effect In Supply Chain  Reflections After A Decade
The Bullwhip Effect In Supply Chain Reflections After A Decade
 
Encapsulating And Representing The Knowledge On The Evolution Of An Engineeri...
Encapsulating And Representing The Knowledge On The Evolution Of An Engineeri...Encapsulating And Representing The Knowledge On The Evolution Of An Engineeri...
Encapsulating And Representing The Knowledge On The Evolution Of An Engineeri...
 
Visual and analytical mining of transactions data for production planning f...
Visual and analytical mining of transactions data  for production planning  f...Visual and analytical mining of transactions data  for production planning  f...
Visual and analytical mining of transactions data for production planning f...
 
Gorsel Veri Madenciligi’nde bir Vaka Calısması: OSS Verilerinin Analizi
Gorsel Veri Madenciligi’nde bir Vaka Calısması: OSS Verilerinin AnaliziGorsel Veri Madenciligi’nde bir Vaka Calısması: OSS Verilerinin Analizi
Gorsel Veri Madenciligi’nde bir Vaka Calısması: OSS Verilerinin Analizi
 
Simulation Modeling For Quality And Productivity In Steel Cord Manufacturing
Simulation Modeling For Quality And Productivity In Steel Cord ManufacturingSimulation Modeling For Quality And Productivity In Steel Cord Manufacturing
Simulation Modeling For Quality And Productivity In Steel Cord Manufacturing
 
Financial Benchmarking Of Transportation Companies In The New York Stock Exc...
Financial Benchmarking Of Transportation Companies  In The New York Stock Exc...Financial Benchmarking Of Transportation Companies  In The New York Stock Exc...
Financial Benchmarking Of Transportation Companies In The New York Stock Exc...
 
Linking Behavioral Patterns to Personal Attributes through Data Re-Mining
Linking Behavioral Patterns to Personal Attributes through Data Re-MiningLinking Behavioral Patterns to Personal Attributes through Data Re-Mining
Linking Behavioral Patterns to Personal Attributes through Data Re-Mining
 
Impact of Cross Aisles in a Rectangular Warehouse: A Computational Study
Impact of Cross Aisles in a Rectangular Warehouse:  A Computational StudyImpact of Cross Aisles in a Rectangular Warehouse:  A Computational Study
Impact of Cross Aisles in a Rectangular Warehouse: A Computational Study
 
Depolama Sistemleri
Depolama SistemleriDepolama Sistemleri
Depolama Sistemleri
 
Compiere kurulumu
Compiere kurulumuCompiere kurulumu
Compiere kurulumu
 
Teaching Warehousing Concepts through Interactive Animations and 3-D Models
Teaching Warehousing Concepts through Interactive Animations  and 3-D ModelsTeaching Warehousing Concepts through Interactive Animations  and 3-D Models
Teaching Warehousing Concepts through Interactive Animations and 3-D Models
 
Application of local search methods for solving a quadratic assignment proble...
Application of local search methods for solving a quadratic assignment proble...Application of local search methods for solving a quadratic assignment proble...
Application of local search methods for solving a quadratic assignment proble...
 
An Open Source Java Code For Visualizing Supply Chain Problems
An Open Source Java Code For Visualizing Supply Chain ProblemsAn Open Source Java Code For Visualizing Supply Chain Problems
An Open Source Java Code For Visualizing Supply Chain Problems
 
Optimizing the electric charge station network of EŞARJ
Optimizing the electric charge station network of EŞARJOptimizing the electric charge station network of EŞARJ
Optimizing the electric charge station network of EŞARJ
 

Similaire à Rule-based expert systems for supporting university students

COET3A1.Powerpoint Presentation
COET3A1.Powerpoint PresentationCOET3A1.Powerpoint Presentation
COET3A1.Powerpoint Presentationtroyjan27
 
Design of an online expert system for career guidance
Design of an online expert system for career guidanceDesign of an online expert system for career guidance
Design of an online expert system for career guidanceeSAT Publishing House
 
Student Assestment Questionnaire
Student Assestment QuestionnaireStudent Assestment Questionnaire
Student Assestment QuestionnaireMichael Mendoza
 
S.NoSalesforce Business Analyst roleComputer Systems Analysts.docx
S.NoSalesforce Business Analyst roleComputer Systems Analysts.docxS.NoSalesforce Business Analyst roleComputer Systems Analysts.docx
S.NoSalesforce Business Analyst roleComputer Systems Analysts.docxjeffsrosalyn
 
A Comprehensive Review of Relevant Techniques used in Course Recommendation S...
A Comprehensive Review of Relevant Techniques used in Course Recommendation S...A Comprehensive Review of Relevant Techniques used in Course Recommendation S...
A Comprehensive Review of Relevant Techniques used in Course Recommendation S...IRJET Journal
 
A Proposed Model for a Web-Based Academic Advising System
A Proposed Model for a Web-Based Academic Advising SystemA Proposed Model for a Web-Based Academic Advising System
A Proposed Model for a Web-Based Academic Advising SystemEswar Publications
 
IRJET - Recommendation of Branch of Engineering using Machine Learning
IRJET - Recommendation of Branch of Engineering using Machine LearningIRJET - Recommendation of Branch of Engineering using Machine Learning
IRJET - Recommendation of Branch of Engineering using Machine LearningIRJET Journal
 
CAREER GUIDANCE AND COUNSELING PORTAL FOR SENIOR SECONDARY SCHOOL STUDENTS
CAREER GUIDANCE AND COUNSELING PORTAL FOR SENIOR SECONDARY SCHOOL STUDENTSCAREER GUIDANCE AND COUNSELING PORTAL FOR SENIOR SECONDARY SCHOOL STUDENTS
CAREER GUIDANCE AND COUNSELING PORTAL FOR SENIOR SECONDARY SCHOOL STUDENTSIRJET Journal
 
Adaptive Question Recommendation System Based on Student Achievement
Adaptive Question Recommendation System Based on Student AchievementAdaptive Question Recommendation System Based on Student Achievement
Adaptive Question Recommendation System Based on Student Achievementijtsrd
 
A Model of Decision Support System for Research Topic Selection and Plagiaris...
A Model of Decision Support System for Research Topic Selection and Plagiaris...A Model of Decision Support System for Research Topic Selection and Plagiaris...
A Model of Decision Support System for Research Topic Selection and Plagiaris...theijes
 
Online Student Mentoring System.ppt (1) (1).pptx
Online Student Mentoring System.ppt (1) (1).pptxOnline Student Mentoring System.ppt (1) (1).pptx
Online Student Mentoring System.ppt (1) (1).pptxSaloniRajput33
 
Course management system for philippine college of science
Course management system for philippine college of scienceCourse management system for philippine college of science
Course management system for philippine college of scienceFerdinand Rabina
 
A Review On Recommender Systems For University Admissions
A Review On Recommender Systems For University AdmissionsA Review On Recommender Systems For University Admissions
A Review On Recommender Systems For University AdmissionsBecky Gilbert
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
ISU-E Research Consultation Portal
ISU-E Research Consultation PortalISU-E Research Consultation Portal
ISU-E Research Consultation Portaldariosbalado
 
E-Consult: Designing of Development for Thesis Advisory Model Based on Manage...
E-Consult: Designing of Development for Thesis Advisory Model Based on Manage...E-Consult: Designing of Development for Thesis Advisory Model Based on Manage...
E-Consult: Designing of Development for Thesis Advisory Model Based on Manage...Supriadi Fadel
 

Similaire à Rule-based expert systems for supporting university students (20)

01357477
0135747701357477
01357477
 
COET3A1.Powerpoint Presentation
COET3A1.Powerpoint PresentationCOET3A1.Powerpoint Presentation
COET3A1.Powerpoint Presentation
 
Design of an online expert system for career guidance
Design of an online expert system for career guidanceDesign of an online expert system for career guidance
Design of an online expert system for career guidance
 
Student Assestment Questionnaire
Student Assestment QuestionnaireStudent Assestment Questionnaire
Student Assestment Questionnaire
 
S.NoSalesforce Business Analyst roleComputer Systems Analysts.docx
S.NoSalesforce Business Analyst roleComputer Systems Analysts.docxS.NoSalesforce Business Analyst roleComputer Systems Analysts.docx
S.NoSalesforce Business Analyst roleComputer Systems Analysts.docx
 
A Comprehensive Review of Relevant Techniques used in Course Recommendation S...
A Comprehensive Review of Relevant Techniques used in Course Recommendation S...A Comprehensive Review of Relevant Techniques used in Course Recommendation S...
A Comprehensive Review of Relevant Techniques used in Course Recommendation S...
 
A Proposed Model for a Web-Based Academic Advising System
A Proposed Model for a Web-Based Academic Advising SystemA Proposed Model for a Web-Based Academic Advising System
A Proposed Model for a Web-Based Academic Advising System
 
Power point journal
Power point journalPower point journal
Power point journal
 
IRJET - Recommendation of Branch of Engineering using Machine Learning
IRJET - Recommendation of Branch of Engineering using Machine LearningIRJET - Recommendation of Branch of Engineering using Machine Learning
IRJET - Recommendation of Branch of Engineering using Machine Learning
 
CAREER GUIDANCE AND COUNSELING PORTAL FOR SENIOR SECONDARY SCHOOL STUDENTS
CAREER GUIDANCE AND COUNSELING PORTAL FOR SENIOR SECONDARY SCHOOL STUDENTSCAREER GUIDANCE AND COUNSELING PORTAL FOR SENIOR SECONDARY SCHOOL STUDENTS
CAREER GUIDANCE AND COUNSELING PORTAL FOR SENIOR SECONDARY SCHOOL STUDENTS
 
Adaptive Question Recommendation System Based on Student Achievement
Adaptive Question Recommendation System Based on Student AchievementAdaptive Question Recommendation System Based on Student Achievement
Adaptive Question Recommendation System Based on Student Achievement
 
De carlo rizk 2010 icelw
De carlo rizk 2010 icelwDe carlo rizk 2010 icelw
De carlo rizk 2010 icelw
 
A Model of Decision Support System for Research Topic Selection and Plagiaris...
A Model of Decision Support System for Research Topic Selection and Plagiaris...A Model of Decision Support System for Research Topic Selection and Plagiaris...
A Model of Decision Support System for Research Topic Selection and Plagiaris...
 
Multiple Instance E-Learning Behavioural Coding
Multiple Instance E-Learning Behavioural CodingMultiple Instance E-Learning Behavioural Coding
Multiple Instance E-Learning Behavioural Coding
 
Online Student Mentoring System.ppt (1) (1).pptx
Online Student Mentoring System.ppt (1) (1).pptxOnline Student Mentoring System.ppt (1) (1).pptx
Online Student Mentoring System.ppt (1) (1).pptx
 
Course management system for philippine college of science
Course management system for philippine college of scienceCourse management system for philippine college of science
Course management system for philippine college of science
 
A Review On Recommender Systems For University Admissions
A Review On Recommender Systems For University AdmissionsA Review On Recommender Systems For University Admissions
A Review On Recommender Systems For University Admissions
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
ISU-E Research Consultation Portal
ISU-E Research Consultation PortalISU-E Research Consultation Portal
ISU-E Research Consultation Portal
 
E-Consult: Designing of Development for Thesis Advisory Model Based on Manage...
E-Consult: Designing of Development for Thesis Advisory Model Based on Manage...E-Consult: Designing of Development for Thesis Advisory Model Based on Manage...
E-Consult: Designing of Development for Thesis Advisory Model Based on Manage...
 

Plus de ertekg

Risk Factors and Identifiers for Alzheimer’s Disease: A Data Mining Analysis
Risk Factors and Identifiers for Alzheimer’s Disease:  A Data Mining AnalysisRisk Factors and Identifiers for Alzheimer’s Disease:  A Data Mining Analysis
Risk Factors and Identifiers for Alzheimer’s Disease: A Data Mining Analysisertekg
 
Text Mining with RapidMiner
Text Mining with RapidMinerText Mining with RapidMiner
Text Mining with RapidMinerertekg
 
Competitive Pattern-Based Strategies under Complexity: The Case of Turkish Ma...
Competitive Pattern-Based Strategies under Complexity: The Case of Turkish Ma...Competitive Pattern-Based Strategies under Complexity: The Case of Turkish Ma...
Competitive Pattern-Based Strategies under Complexity: The Case of Turkish Ma...ertekg
 
Supplier and Buyer Driven Channels in a Two-Stage Supply Chain
Supplier and Buyer Driven Channels in a  Two-Stage Supply ChainSupplier and Buyer Driven Channels in a  Two-Stage Supply Chain
Supplier and Buyer Driven Channels in a Two-Stage Supply Chainertekg
 
A Tutorial On Crossdocking
A Tutorial On CrossdockingA Tutorial On Crossdocking
A Tutorial On Crossdockingertekg
 
Demonstrating Warehousing Concepts Through Interactive Animations
Demonstrating Warehousing Concepts Through Interactive AnimationsDemonstrating Warehousing Concepts Through Interactive Animations
Demonstrating Warehousing Concepts Through Interactive Animationsertekg
 
A Framework for Visualizing Association Mining Results
A Framework for Visualizing  Association Mining ResultsA Framework for Visualizing  Association Mining Results
A Framework for Visualizing Association Mining Resultsertekg
 
Application of the Cutting Stock Problem to a Construction Company: A Case Study
Application of the Cutting Stock Problem to a Construction Company: A Case StudyApplication of the Cutting Stock Problem to a Construction Company: A Case Study
Application of the Cutting Stock Problem to a Construction Company: A Case Studyertekg
 
Benchmarking The Turkish Apparel Retail Industry Through Data Envelopment Ana...
Benchmarking The Turkish Apparel Retail Industry Through Data Envelopment Ana...Benchmarking The Turkish Apparel Retail Industry Through Data Envelopment Ana...
Benchmarking The Turkish Apparel Retail Industry Through Data Envelopment Ana...ertekg
 
Dairy Logistics: A Tutorial
Dairy Logistics: A TutorialDairy Logistics: A Tutorial
Dairy Logistics: A Tutorialertekg
 
A Taxonomy Of Logistics Innovations
A Taxonomy Of Logistics InnovationsA Taxonomy Of Logistics Innovations
A Taxonomy Of Logistics Innovationsertekg
 
Innovation in Product Form And Function: Customer Perception Of Their Value
Innovation in Product Form And Function: Customer Perception Of Their ValueInnovation in Product Form And Function: Customer Perception Of Their Value
Innovation in Product Form And Function: Customer Perception Of Their Valueertekg
 
Developing Competitive Strategies in Higher Education through Visual Data Mining
Developing Competitive Strategies in Higher Education through Visual Data MiningDeveloping Competitive Strategies in Higher Education through Visual Data Mining
Developing Competitive Strategies in Higher Education through Visual Data Miningertekg
 
Kimya Sanayinde Su Tasarrufu İçin Karar Destek Sistemi
Kimya Sanayinde Su Tasarrufu İçin Karar  Destek Sistemi Kimya Sanayinde Su Tasarrufu İçin Karar  Destek Sistemi
Kimya Sanayinde Su Tasarrufu İçin Karar Destek Sistemi ertekg
 

Plus de ertekg (14)

Risk Factors and Identifiers for Alzheimer’s Disease: A Data Mining Analysis
Risk Factors and Identifiers for Alzheimer’s Disease:  A Data Mining AnalysisRisk Factors and Identifiers for Alzheimer’s Disease:  A Data Mining Analysis
Risk Factors and Identifiers for Alzheimer’s Disease: A Data Mining Analysis
 
Text Mining with RapidMiner
Text Mining with RapidMinerText Mining with RapidMiner
Text Mining with RapidMiner
 
Competitive Pattern-Based Strategies under Complexity: The Case of Turkish Ma...
Competitive Pattern-Based Strategies under Complexity: The Case of Turkish Ma...Competitive Pattern-Based Strategies under Complexity: The Case of Turkish Ma...
Competitive Pattern-Based Strategies under Complexity: The Case of Turkish Ma...
 
Supplier and Buyer Driven Channels in a Two-Stage Supply Chain
Supplier and Buyer Driven Channels in a  Two-Stage Supply ChainSupplier and Buyer Driven Channels in a  Two-Stage Supply Chain
Supplier and Buyer Driven Channels in a Two-Stage Supply Chain
 
A Tutorial On Crossdocking
A Tutorial On CrossdockingA Tutorial On Crossdocking
A Tutorial On Crossdocking
 
Demonstrating Warehousing Concepts Through Interactive Animations
Demonstrating Warehousing Concepts Through Interactive AnimationsDemonstrating Warehousing Concepts Through Interactive Animations
Demonstrating Warehousing Concepts Through Interactive Animations
 
A Framework for Visualizing Association Mining Results
A Framework for Visualizing  Association Mining ResultsA Framework for Visualizing  Association Mining Results
A Framework for Visualizing Association Mining Results
 
Application of the Cutting Stock Problem to a Construction Company: A Case Study
Application of the Cutting Stock Problem to a Construction Company: A Case StudyApplication of the Cutting Stock Problem to a Construction Company: A Case Study
Application of the Cutting Stock Problem to a Construction Company: A Case Study
 
Benchmarking The Turkish Apparel Retail Industry Through Data Envelopment Ana...
Benchmarking The Turkish Apparel Retail Industry Through Data Envelopment Ana...Benchmarking The Turkish Apparel Retail Industry Through Data Envelopment Ana...
Benchmarking The Turkish Apparel Retail Industry Through Data Envelopment Ana...
 
Dairy Logistics: A Tutorial
Dairy Logistics: A TutorialDairy Logistics: A Tutorial
Dairy Logistics: A Tutorial
 
A Taxonomy Of Logistics Innovations
A Taxonomy Of Logistics InnovationsA Taxonomy Of Logistics Innovations
A Taxonomy Of Logistics Innovations
 
Innovation in Product Form And Function: Customer Perception Of Their Value
Innovation in Product Form And Function: Customer Perception Of Their ValueInnovation in Product Form And Function: Customer Perception Of Their Value
Innovation in Product Form And Function: Customer Perception Of Their Value
 
Developing Competitive Strategies in Higher Education through Visual Data Mining
Developing Competitive Strategies in Higher Education through Visual Data MiningDeveloping Competitive Strategies in Higher Education through Visual Data Mining
Developing Competitive Strategies in Higher Education through Visual Data Mining
 
Kimya Sanayinde Su Tasarrufu İçin Karar Destek Sistemi
Kimya Sanayinde Su Tasarrufu İçin Karar  Destek Sistemi Kimya Sanayinde Su Tasarrufu İçin Karar  Destek Sistemi
Kimya Sanayinde Su Tasarrufu İçin Karar Destek Sistemi
 

Dernier

Semantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptxSemantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptxMike Bennett
 
why-transparency-and-traceability-are-essential-for-sustainable-supply-chains...
why-transparency-and-traceability-are-essential-for-sustainable-supply-chains...why-transparency-and-traceability-are-essential-for-sustainable-supply-chains...
why-transparency-and-traceability-are-essential-for-sustainable-supply-chains...Jack Cole
 
SMOTE and K-Fold Cross Validation-Presentation.pptx
SMOTE and K-Fold Cross Validation-Presentation.pptxSMOTE and K-Fold Cross Validation-Presentation.pptx
SMOTE and K-Fold Cross Validation-Presentation.pptxHaritikaChhatwal1
 
6 Tips for Interpretable Topic Models _ by Nicha Ruchirawat _ Towards Data Sc...
6 Tips for Interpretable Topic Models _ by Nicha Ruchirawat _ Towards Data Sc...6 Tips for Interpretable Topic Models _ by Nicha Ruchirawat _ Towards Data Sc...
6 Tips for Interpretable Topic Models _ by Nicha Ruchirawat _ Towards Data Sc...Dr Arash Najmaei ( Phd., MBA, BSc)
 
World Economic Forum Metaverse Ecosystem By Utpal Chakraborty.pdf
World Economic Forum Metaverse Ecosystem By Utpal Chakraborty.pdfWorld Economic Forum Metaverse Ecosystem By Utpal Chakraborty.pdf
World Economic Forum Metaverse Ecosystem By Utpal Chakraborty.pdfsimulationsindia
 
Real-Time AI Streaming - AI Max Princeton
Real-Time AI  Streaming - AI Max PrincetonReal-Time AI  Streaming - AI Max Princeton
Real-Time AI Streaming - AI Max PrincetonTimothy Spann
 
What To Do For World Nature Conservation Day by Slidesgo.pptx
What To Do For World Nature Conservation Day by Slidesgo.pptxWhat To Do For World Nature Conservation Day by Slidesgo.pptx
What To Do For World Nature Conservation Day by Slidesgo.pptxSimranPal17
 
Networking Case Study prepared by teacher.pptx
Networking Case Study prepared by teacher.pptxNetworking Case Study prepared by teacher.pptx
Networking Case Study prepared by teacher.pptxHimangsuNath
 
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...Amil Baba Dawood bangali
 
Decoding Movie Sentiments: Analyzing Reviews with Data Analysis model
Decoding Movie Sentiments: Analyzing Reviews with Data Analysis modelDecoding Movie Sentiments: Analyzing Reviews with Data Analysis model
Decoding Movie Sentiments: Analyzing Reviews with Data Analysis modelBoston Institute of Analytics
 
The Power of Data-Driven Storytelling_ Unveiling the Layers of Insight.pptx
The Power of Data-Driven Storytelling_ Unveiling the Layers of Insight.pptxThe Power of Data-Driven Storytelling_ Unveiling the Layers of Insight.pptx
The Power of Data-Driven Storytelling_ Unveiling the Layers of Insight.pptxTasha Penwell
 
English-8-Q4-W3-Synthesizing-Essential-Information-From-Various-Sources-1.pdf
English-8-Q4-W3-Synthesizing-Essential-Information-From-Various-Sources-1.pdfEnglish-8-Q4-W3-Synthesizing-Essential-Information-From-Various-Sources-1.pdf
English-8-Q4-W3-Synthesizing-Essential-Information-From-Various-Sources-1.pdfblazblazml
 
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...Boston Institute of Analytics
 
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...Thomas Poetter
 
Cyber awareness ppt on the recorded data
Cyber awareness ppt on the recorded dataCyber awareness ppt on the recorded data
Cyber awareness ppt on the recorded dataTecnoIncentive
 
Learn How Data Science Changes Our World
Learn How Data Science Changes Our WorldLearn How Data Science Changes Our World
Learn How Data Science Changes Our WorldEduminds Learning
 
Student Profile Sample report on improving academic performance by uniting gr...
Student Profile Sample report on improving academic performance by uniting gr...Student Profile Sample report on improving academic performance by uniting gr...
Student Profile Sample report on improving academic performance by uniting gr...Seán Kennedy
 
Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...
Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...
Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...Boston Institute of Analytics
 

Dernier (20)

Semantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptxSemantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptx
 
Insurance Churn Prediction Data Analysis Project
Insurance Churn Prediction Data Analysis ProjectInsurance Churn Prediction Data Analysis Project
Insurance Churn Prediction Data Analysis Project
 
why-transparency-and-traceability-are-essential-for-sustainable-supply-chains...
why-transparency-and-traceability-are-essential-for-sustainable-supply-chains...why-transparency-and-traceability-are-essential-for-sustainable-supply-chains...
why-transparency-and-traceability-are-essential-for-sustainable-supply-chains...
 
SMOTE and K-Fold Cross Validation-Presentation.pptx
SMOTE and K-Fold Cross Validation-Presentation.pptxSMOTE and K-Fold Cross Validation-Presentation.pptx
SMOTE and K-Fold Cross Validation-Presentation.pptx
 
6 Tips for Interpretable Topic Models _ by Nicha Ruchirawat _ Towards Data Sc...
6 Tips for Interpretable Topic Models _ by Nicha Ruchirawat _ Towards Data Sc...6 Tips for Interpretable Topic Models _ by Nicha Ruchirawat _ Towards Data Sc...
6 Tips for Interpretable Topic Models _ by Nicha Ruchirawat _ Towards Data Sc...
 
World Economic Forum Metaverse Ecosystem By Utpal Chakraborty.pdf
World Economic Forum Metaverse Ecosystem By Utpal Chakraborty.pdfWorld Economic Forum Metaverse Ecosystem By Utpal Chakraborty.pdf
World Economic Forum Metaverse Ecosystem By Utpal Chakraborty.pdf
 
Real-Time AI Streaming - AI Max Princeton
Real-Time AI  Streaming - AI Max PrincetonReal-Time AI  Streaming - AI Max Princeton
Real-Time AI Streaming - AI Max Princeton
 
What To Do For World Nature Conservation Day by Slidesgo.pptx
What To Do For World Nature Conservation Day by Slidesgo.pptxWhat To Do For World Nature Conservation Day by Slidesgo.pptx
What To Do For World Nature Conservation Day by Slidesgo.pptx
 
Networking Case Study prepared by teacher.pptx
Networking Case Study prepared by teacher.pptxNetworking Case Study prepared by teacher.pptx
Networking Case Study prepared by teacher.pptx
 
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
NO1 Certified Black Magic Specialist Expert Amil baba in Lahore Islamabad Raw...
 
Decoding Movie Sentiments: Analyzing Reviews with Data Analysis model
Decoding Movie Sentiments: Analyzing Reviews with Data Analysis modelDecoding Movie Sentiments: Analyzing Reviews with Data Analysis model
Decoding Movie Sentiments: Analyzing Reviews with Data Analysis model
 
The Power of Data-Driven Storytelling_ Unveiling the Layers of Insight.pptx
The Power of Data-Driven Storytelling_ Unveiling the Layers of Insight.pptxThe Power of Data-Driven Storytelling_ Unveiling the Layers of Insight.pptx
The Power of Data-Driven Storytelling_ Unveiling the Layers of Insight.pptx
 
English-8-Q4-W3-Synthesizing-Essential-Information-From-Various-Sources-1.pdf
English-8-Q4-W3-Synthesizing-Essential-Information-From-Various-Sources-1.pdfEnglish-8-Q4-W3-Synthesizing-Essential-Information-From-Various-Sources-1.pdf
English-8-Q4-W3-Synthesizing-Essential-Information-From-Various-Sources-1.pdf
 
Data Analysis Project: Stroke Prediction
Data Analysis Project: Stroke PredictionData Analysis Project: Stroke Prediction
Data Analysis Project: Stroke Prediction
 
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
Data Analysis Project : Targeting the Right Customers, Presentation on Bank M...
 
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
Minimizing AI Hallucinations/Confabulations and the Path towards AGI with Exa...
 
Cyber awareness ppt on the recorded data
Cyber awareness ppt on the recorded dataCyber awareness ppt on the recorded data
Cyber awareness ppt on the recorded data
 
Learn How Data Science Changes Our World
Learn How Data Science Changes Our WorldLearn How Data Science Changes Our World
Learn How Data Science Changes Our World
 
Student Profile Sample report on improving academic performance by uniting gr...
Student Profile Sample report on improving academic performance by uniting gr...Student Profile Sample report on improving academic performance by uniting gr...
Student Profile Sample report on improving academic performance by uniting gr...
 
Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...
Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...
Data Analysis Project Presentation: Unveiling Your Ideal Customer, Bank Custo...
 

Rule-based expert systems for supporting university students

  • 1. 1 Engin, G., Aksoyer, B., Avdagic, M., Bozanlı, D., Hanay, U., Maden, M., Ertek, G. (2014) Rule-based expert systems for supporting university students. In Proceedings of 2nd International Conference on Information Technology and Quantitative Management, ITQM 2014. Procedia Computer Science 31 ( 2014 ) 22 – 31. Note: This is the final draft version of this paper. Please cite this paper (or this final draft) as above. You can download this final draft from the following websites: http://research.sabanciuniv.edu http://ertekprojects.com/gurdal-ertek-publications/
  • 2. Engin et al. / Procedia Computer Science 00 (2013) 000–000 Rule-based expert systems for supporting university students Gökhan Engina, Burak Aksoyerb, Melike Avdagicb, Damla Bozanlıb, Umutcan Hanayb, Deniz Madenb, Gurdal Ertekb* a Oracle Turkey, Istanbul, 34398, Turkey bFaculty of Engineering and Natural Sciences, Sabancı University, Istanbul, 34956, Turkey Abstract There are more than 15 million college students in the US alone. Academic advising for courses and scholarships is typically performed by human advisors, bringing an immense managerial workload to faculty members, as well as other staff at universities. This paper reports and discusses the development of two educational expert systems at a private international university. The first expert system is a course advising system which recommends courses to undergraduate students. The second system suggests scholarships to undergraduate students based on their eligibility. While there have been reported systems for course advising, the literature does not seem to contain any references to expert systems for scholarship recommendation and eligibility checking. Therefore the scholarship recommender that we developed is first of its kind. Both systems have been implemented and tested using Oracle Policy Automation (OPA) software. © 2014 The Authors. Published by Elsevier B.V. Selection and peer-review under responsibility of the Organizing Committee of ITQM 2014. Keywords: rule-based systems; expert systems; recommender systems; decision support systems; higher education; university education. * Corresponding author. Tel.: +90-216-483-9568 ; fax: +90-216-483-9550. E-mail address: ertekg@sabanciuniv.edu.
  • 3. Engin et al. / Procedia Computer Science 00 (2013) 000–000 1. Introduction 1.1. Rule-Based Expert Systems Rule-based expert systems have the ability to emulate the decision making ability of human experts. They are designed to solve problems as humans do, by exploiting encoded human knowledge or expertise1. This knowledge can be extracted and acquired directly through interaction with humans, as well as from printed and electronic resources such as books, magazines and websites. The extracted knowledge forms the knowledge base of the rule-based system. The other major component of rule-based systems draws conclusions from this knowledge, and is referred to as the inference engine. The conclusions and suggestions offered by the rule-based system satisfy users’ needs for expertise within the chosen domain. Rule-based systems are designed to solve problems in a selected domain. Every domain has its own knowledge and reasoning humans, which can be emulated and even replaced through automated rule-based systems. Many domains contain a large amount of knowledge that can be captured fully only through an information system, since humans may not access or immediately retrieve fully the needed information. There are many advantages of rule-based expert systems: They decrease costs since they reduce the need for human experts; they are permanent; they can be used for different knowledge systems, which increases functionality; they increase reliability since they minimize errors that humans are prone to; and if designed by multiple experts, can increase confidence. Finally, they lack human emotions, which are sources of mistakes in human based systems1. The advantages of rule-based expert systems are multifold and they can considerably facilitate human life for the better. In this paper, we present and describe two rule-based recommender systems projects, both in the domain of university education. 1.2. Oracle Policy Automation (OPA) The software used in the reported projects is Oracle Policy Automation (OPA). OPA is capable of reading rules conveniently from spreadsheet and word-processor file formats, where the rules are written in a format akin to natural language. OPA automatically forms a
  • 4. Engin et al. / Procedia Computer Science 00 (2013) 000–000 problem solving or decision making application based on the acquired rule base. In OPA, the rules can be written in more than 25 languages, including Turkish, the language selected for the expert system in our second case study. Users codify the information or knowledge via Microsoft Word and/or Microsoft Excel in their native (natural) language and form rules without having to know any programming languages (such as Java or C#) or expert system languages (such as CLIPS). This makes the testing and maintenance of, as well as the changes to the rules easier. If the rules are detailed and need frequent modifications, and/or if there will be auditing and the rules need to be transparent, OPA is especially suitable and convenient. After the program is executed and a suggestion is presented by the program, the program also shows why and how that suggestion is selected. This way, the rules can be checked and the reasons behind the suggestions can be provided to users. Writing and running an OPA program has five stages. First one is to gather the information and data for the rules that will be implemented. Second step is to write the rules using Microsoft Excel and/or Word. Afterwards, the rule base is checked for language mistakes, rule mistakes and other errors that might have occurred. After the rule base is finalized, the users start answering the related questions to obtain a suggestion. In the first project, the suggestion is the list of courses that can be taken by a student, given the courses he has taken so far. In the second project, the suggestion is the eligibility of (a student for) a specific scholarship. After all the questions are answered, the rule-based expert system presents its suggestion. For example, in the second project, the resulting output is in the form “The student/user is eligible for the Sabancı Vakfı Scholarship” or “The student/user is not eligible for the Sabancı Vakfı Scholarship”, corresponding to the suggestions of applying and not applying to the Sabancı Vakfi Scholarship, respectively. The user can see the reason why the program gave the result it gave by clicking the underlined result. If the user is eligible for the scholarship, clicking the underlined hyperlinked text will show all the criteria satisfied by the user. If the user is not eligible for the scholarship, then the underlined hyperlinked text will state which criteria was not satisfied. This part of OPA is very useful for auditing reasons because it clearly states the reasons for the results. In our application this is highly relevant because the school systems, entrance exams and the rules for the eligibility change frequently.
  • 5. Engin et al. / Procedia Computer Science 00 (2013) 000–000 1.3. Expert Systems for University Education There are more than 6000 colleges and more than 15 million college students in the US alone2, and academic advising is typically performed by human advisors3. Engaging with students is becoming more complex and student-demand driven4, bringing an immense managerial workload to faculty members, as well as other staff at universities. There is also an information overload on the student side, as the information that needs to be interpreted, clarified, and captured is showing an ever increasing trend4. Expert systems developed for university education can serve a variety of goals, including advising, tutoring, instruction, and evaluation. We will discuss the studies in literature under two groups, namely expert systems for course advising and expert systems for other education-related goals. Within the first group we will also discuss course advising systems that are built using methodologies other than expert systems. Dunstan3, Nambiar and Dutta5, Laghari & Khuwaja6, and Al Ahmar7 report expert systems for advising undergraduate students on course selection. Al-Ghamdi et al.8 describe a system for advising postgraduate students and presents a detailed review of expert systems for course selection. Khanna et al.9 also provide an extensive review, besides listing the main areas where expert systems can be used in education. Onyeka et al.10 propose combining rule-based reasoning with case based reasoning in course advising expert systems. Goodarzi and Rafe11 incorporate fuzzy reasoning into its advisory expert system. Koutrika et al.12 develop a flexible system for generating advisory expert systems. Parameswaran et al.2 present CourseRank, a course recommendation and planning system developed at Stanford University. The authors report that more than 170 universities throughout the world have adopted CourseRank, making the software in the most widely used course advising system in the world. Besides expert systems for course advising, the literature contains a multitude of studies that describe course advising systems built using other methodologies. Studies of Vialardi et al.13, Taha14, Cho and Kang15, and Park et al.16 are examples where course recommendation is based on data mining. Among these three studies, Vialardi et al.13 reports using real world data from a Spanish university; Taha14 uses collaborative filtering; Cho and Kang15 uses hybrid filtering. Sobecki17 uses nature inspired methods, again for course recommendation.
  • 6. Engin et al. / Procedia Computer Science 00 (2013) 000–000 Besides course recommendation, expert systems have been developed for other purposes, as well. Buche and Querrec18 describe an expert system for helping human learners in virtual reality environments. Hwang et al.19 introduce an expert system that works as instructor for improving problem solving skills of students. Jaryani et al.20 present an expert system that provides customized learning for each student based on his/her background and realities. The fuzzy expert system in the work of Van Hecke21 identifies the personal profile of the students as one of the three types. Grupe22 presents a web based expert system for selecting academic major, where the student user is directed to one of the most suitable six majors from among 60. Deorah et al.23 also recommend academic majors. Fong and Biuk-Aghai24 describe a system that recommends the university that matches the student’s profile. The system developed by Aslam and Khan25 is one for recommending faculties to students. Finally, Cline and Brewster26 present an expert system for automatically evaluating student concept maps. 2. Case 1: Supporting Course Selection Decisions 2.1. Motivation For this project our aim was to create a rule-based system for Manufacturing Systems Engineering Program students at Sabanci University to prepare their schedules using Oracle Policy Automation (OPA). When preparing the rule base, we investigated rules related to prerequisite courses, student’s GPA (Grade Point Average), which courses open which semester in, which area the student is specializing in, and which courses the student has readily registered to. 2.2. Project Progress In order to reach our aim we collected data from the university’s database of courses, namely BannerWeb. First of all we listed all courses in MS Excel and we connected them with their pre-requisites. This way the obtained a lists of the courses and the relations between courses. Furthermore, we represented this data in the yEd graph visualization software. It is possible to assign colors to nodes in yEd. This way, connection between
  • 7. Engin et al. / Procedia Computer Science 00 (2013) 000–000 courses and three main course types as area electives, core electives and required courses became clearly distinguishable (Figure 1). Fig. 1. Visualization of co- and pre-requisite relationship between courses We used the logical connectors “and” and “or” to establish logical connection between a course and its pre-requisites. If a user should take all pre-requisites of a course, “and” is the operator to identify relationships. On the other hand, if one of pre-requisites of a course is sufficient to take that course, “or” is the operator to describe the relationship. Also, through the “exists” command, system associates one entity with another entity. We established the course definition as an excel table with four columns, which are CourseID, CourseName, and CourseCredit and CourseCategory. Another Excel document used by OPA is the student database, which receives student number as input. By this single input, OPA matches student number with student name from the student list. Also, OPA saves all historical data of a user for the next session with the user. This way, a user can easily observe her/his historical movement on OPA as a user. For instance, a student can easily follow his/her credit and course level at past semesters. In addition to this, OPA calculates total credits for all sub-groups of courses is required, core and area electives. And then, OPA gives the user total credit by summation of all units. We finally planned and executed various scenarios and test cases for testing the developed export system. In addition to the mentioned rules, several other types of rules have been defined:
  • 8. Engin et al. / Procedia Computer Science 00 (2013) 000–000 Global Controls and Determinations: These are rules that globally determine student and credit attributes, such as the following: eligibility check is completed if total credit is known and student name is known the student is sophomore if total credit > 47 and total credit < 81 Individual Course Eligibility Checks: These are rules that determine student eligibility for each course such as the following: the student is eligible for ENS204 if the student has taken NS101 and either the student has taken MATH101 or the student has taken MATH102 Course technical rules: These are technical rules that tell which courses are taken, such as the following: the student has taken CS201 Exists(all courses of the student, course id = “CS201”) the student has taken ENS208 Exists(all courses of the student, course id = “ENS208”) the student has taken ENS491
  • 9. Engin et al. / Procedia Computer Science 00 (2013) 000–000 Exists(all courses of the student, course id = “ENS491”) the student has taken ENS492 Exists(all courses of the student, course id = “ENS492”) 2.3. Results The developed rule-based expert system meets the user with a welcome screen. Next screen takes as input the student number and in order to match student name and record action logs of the user. Third screen is designed for taking course list from the user (Figure 2). The user chooses his / her previously taken courses from a list, where the list is read from a source file by OPA. Once the user submits the courses taken, the lists of courses that s/he can take is listed (Figure 3). If a user wants to know the reason why s/he is not eligible for a course, the user should click “Why?” button on the results screen to reach that information, and learn the reason (Figure 4). 3. Case 2: Supporting Scholarship Decisions 3.1. Motivation The goal of the second project was also to assist university students by providing recommendations. After discussions in the early stages of our project, we decided to implement a scholarship advisor that will present, with a student’s criteria, which scholarship s/he is eligible for. There are many institutions that offer scholarships to university students, however every foundation’s criteria and budget is different. Our aim was to match universities students with the scholarships that they are eligible for. This can help students in easily finding what they are looking for and it can decrease a task that would take weeks to minutes. We used OPA again for this project. In our case, the rules would be based on the students’ GPA, their target university, their income, their skills, and other relevant criteria. OPA asks multiple choice questions that are related with the criteria of the scholarships. From the
  • 10. Engin et al. / Procedia Computer Science 00 (2013) 000–000 home screen, the student clicks on the scholarship and then answers the related questions, and finally the results screen shows if s/he is eligible for the scholarship or not. Fig. 2. Screen where the user (student, advisor, staff member) enters the courses taken so far Fig. 3. Screen where the courses that the student can take are listed
  • 11. Engin et al. / Procedia Computer Science 00 (2013) 000–000 Fig. 4. The screen where the rationale for the suggestion is provided 3.2. Project Progress To realize the project, we firstly gathered the data of all the scholarships in Turkey and their criteria. Finding all the rules wasn’t easy since some of the scholarships did not have a website but had just a phone number. Criteria for some of the scholarships were not available on the websites since the application period was over. After scanning through scholarships, we found approximately 200 scholarships, half of which were only reachable by phone and didn’t provide a website. We eliminated those scholarships from further consideration. From among the other 100 scholarships, only 51 had the criteria publicly available on their websites. From that point on, we deducted the rules of eligibility for each scholarship and separated every one of them in an Excel sheet so that while writing the rules for OPA, it would be easier and faster. Furthermore, after gathering all the data we parsed their requirements and pre- requisites. For one institution, there may be an income requirement, while for another, meeting just a GPA threshold is sufficient, and thus we divided all the information into subcategories. To make it more organized, every scholarship’s criteria is listed in an Excel file so that every rule can be seen and plugged into OPA easily. With this system the students’ search and information gathering time can decrease significantly, and they can filter through significant amount of information and work to achieve on their goals. Moreover, we believe students would not be the only people who would appreciate this program. Also, foundations can receive applications from students who are more likely to be selected, and consequently their workload can be reduced, as well.
  • 12. Engin et al. / Procedia Computer Science 00 (2013) 000–000 The second stage of the project consisted of writing all the rules in OPA. Figure 5 illustrates rules for a particular scholarship. This rule writing was done for each of the 51 scholarships. Fig. 5. Rules for a particular scholarship Fig. 6. The first screen that the user sees in Case Study 2
  • 13. Engin et al. / Procedia Computer Science 00 (2013) 000–000 3.3. Results The lists of possible scholarships (in this program there are 51 scholarships) appear on the user’s first interface. The user starts the program by clicking on the scholarship she/he wants to test the eligibility for the first. There are some common rules required for most of the scholarships, the question is asked only once and used in other scholarships as well. Examples for these common rules are the school student wants to attend or is attending, students major, and is whether the student is a Turkish citizen or not (most frequent criterion). In Figure 6, the first interface that the user sees is presented. Here in our example, let us assume that the student clicks the link “Anadolu Eğitim ve Sosyal Yardım Vakfı Bursuna başvurmaya hak kazanır mı?” (“Is the student eligible for the Anadolu Eğitim ve Sosyal Yardım Vakfı scholarship?”) and starts answering the questions in order. Questions appear successively as they are answered in a way that preserves eligibility. If the answer violates eligibility, then the expert system automatically stops and prompts that “The student is not eligible for this scholarship”. For the specific scholarship mentioned, the correct sequence of answers would be (yes, yes, yes, yes, no, no, no), and if this sequence is entered the reason page would look like Figure 7. If, for example, the second question is answered no instead of yes, the reason page would look like Figure 8. Fig. 7. Result screen displayed when the student is eligible, with the rationale for the suggestion (eligible, apply) is explained
  • 14. Engin et al. / Procedia Computer Science 00 (2013) 000–000 Fig. 8. Result screen displayed when the student is not eligible, with the rationale for the suggestion (not eligible, do not apply) is explained 3.4. Discussions The biggest problem this rule-based system presented was with the questions where variables were used. Rather than the system asking whether someone’s GPA is greater than 3.5, we decided it would be better if the program asked what the GPA was and then decided if it satisfies the rules. The problem arose when for example we wanted to know the students major. It would have been impractical to ask the user to answer questions like “Are you a Business major?” and if the answer is no asking “Are you a Industrial Engineering major?” and so on. So again we decided to use the variables. But since the program is written in Turkish, the user could enter the major using capital letter, small letter, Turkish letters or English letters. This makes a huge number of possibilities. This is where we decided to search for a pull-down menu for these variables. The student using this automation doesn’t have to answer all the questions for the 51 scholarships; by clicking on the few scholarships they want to apply they can answer the related questions. The system also doesn’t require the user to answer the same question more than once even if the question’s answer is required for different scholarships. For example the citizenship criteria is one of the popular ones, so in the first eligibility test the user answers it and the program remembers the answer and does not ask the same question for the other scholarships. Our first thought was for the student to write down all his or her information and then all the available scholarships would have been presented. Unfortunately due to the fact that every scholarship has different rules and the importance of the answers change in different
  • 15. Engin et al. / Procedia Computer Science 00 (2013) 000–000 scholarships, that kind of system would not have worked. In the end, we have assembled the information and the available software and completed the case study successfully. 4. Conclusions This paper reported and discussed the development of two educational expert systems: The first expert system is that course advising system which recommends courses to undergraduate students. The second system suggests scholarships to undergraduate students based on their eligibility. While there have been reported systems for course advising, the literature does not seem to contain any references to expert systems for scholarship recommendation and eligible checking. Therefore, the scholarship recommender that we developed is the first such system in the literature and can provide a frame of reference for following studies. Both systems have been implemented and tested using Oracle Policy Automation (OPA) software, a convenient integrated development environment for expert systems development. Future stages of the project can involve the deployment of the developed expert systems on the university intranet and/or the internet. Acknowledgements The authors thank Mete Sevinç for creating the visualization of co- and pre-requisite relationships between the courses. References 1. Giarratano JG. Expert Systems Principles and Programming. USA: PWS Publishing; 2002. 2. Parameswaran A, Venetis P, Garcia-Molina H. Recommendation systems with complex constraints: A course recommendation perspective. ACM Transactions on Information Systems (TOIS), 2011, 29(4), 20. 3. Dunstan N. ET: an Enrolment Tool to Generate Expert Systems for University Courses, In: Expert Systems, Petrica Vizureanu (Ed.), ISBN: 978-953-307-032-2, InTech, DOI:
  • 16. Engin et al. / Procedia Computer Science 00 (2013) 000–000 10.5772/7071. 2010. Available from: http://www.intechopen.com/books/expert- systems/et-an-enrolment-tool-to-generate-expert-systems-for-university-courses or the short link http://bit.ly/19nnbp6. Accessed on November 14, 2013. 4. Oracle Policy Automation for Higher Education. Oracle Data Sheet. Available under short link http://bit.ly/1boStNO. Accessed on November 13, 2013. 5. Nambiar AN, Dutta AK. Expert system for student advising using JESS. In: 2010 International Conference on Educational and Information Technology (ICEIT), IEEE. 2010, 1, p. V1-312. 6. Laghari, MS, Khuwaja GA. Electrical engineering department advising for course planning. In: Global Engineering Education Conference (EDUCON), 2012 IEEE. 2012, p. 1- 6. 7. Al Ahmar MA. A Prototype Student Advising Expert System Supported with an Object- Oriented Database. (IJACSA) Int J Adv Comp Sci Appl. 2011. Available under http://www.ijacsa.thesai.org. Accessed on November 13, 2013. 8. Al-Ghamdi A, Al-Ghuribi S, Fadel A, AL-Ruhaili FAAT. An Expert System for Advising Postgraduate Students. (IJCSIT) Int J Comp Sci and Info Tech, 3(3) , 2012, 4529-4532. 9. Khanna S, Kaushik A, Barnela M. Expert systems advances in education. In: Proceedings of the National Conference on Computational Instrumentation NCCI-2010. CSIO, Chandigarh, India. 2010, p. 109-112. 10. Onyeka E, Olawande D, Charles A. CAES: A model of an RBR-CBR course advisory expert system. In: 2010 International Conference on Information Society (i-Society),. IEEE. 2010, p. 37-42. 11. Goodarzi MH, Rafe V. Educational Advisor System Implemented by Web-Based Fuzzy Expert Systems. Journal of Software Engineering and Application (JSEA), 2012. 5(2). 12. Koutrika G, Bercovitz B, Ikeda R, Kaliszan F, Liou H, Garcia-Molina H. Flexible recommendations for course planning. In: IEEE 25th International Conference on Data Engineering, 2009 (ICDE'09). 2009, p. 1467-1470. 13. Vialardi C, Bravo J, Shafti L, Ortigosa A. Recommendation in higher education using data mining techniques. Group on Educational Data Mining, 2009, p. 190-199. Available from: http://eric.ed.gov/?id=ED539088. Accessed on March 28, 2014.
  • 17. Engin et al. / Procedia Computer Science 00 (2013) 000–000 14. Taha K. Automatic academic advisor. In: Collaborative Computing: 8th International Conference on Networking, Applications and Worksharing (CollaborateCom). 2012, p. 262-268. 15. Cho J, Kang EY. Personalized Curriculum Recommender System Based on Hybrid Filtering. In: Advances in Web-Based Learning–ICWL 2010, 2010, p. 62-71. Springer Berlin Heidelberg. 16. Park DH, Kim HK, Choi IY, Kim JK. A literature review and classification of recommender systems research. Expert Syst Appl, 2012, 39(11), 10059-10072. 17. Sobecki J. Comparison of nature inspired algorithms applied in student courses recommendation. In: Computational Collective Intelligence. Technologies and Applications, 2012, p. 278-287. Springer Berlin Heidelberg. 18. Buche C, Querrec R. An expert system manipulating knowledge to help human learners into virtual environment. Expert Syst Appl, 2011, 38(7), 8446-8457. 19. Hwang GJ, Chen CY, Tsai, PS, Tsai CC. An expert system for improving web-based problem-solving ability of students. Expert Syst Appl, 2011, 38(7), 8664-8672. 20. Jaryani F, Sahibudin S, Ibrahim S, Rahman NA, Daruis R. Intelligent reflective e- portfolio framework based on artificial intelligent Expert systems techniques. In: 3rd International Conference on. Computer Research and Development (ICCRD), IEEE, 2011, 2, p. 214-216. 21. Van Hecke T. Fuzzy Expert System to Characterize Students. PRIMUS, 2011, 21(7), 651- 658. 22. Grupe FH. An Internet-based expert system for selecting an academic major: www.MyMajors.com. Internet High Educ, 2002, 5(4), 333-344. 23. Deorah S, Sridharan S, Goel S. SAES-expert system for advising academic major. In: 2nd International Advanced Computing Conference (IACC), IEEE, 2010, p. 331-336. 24. Fong S, Biuk-Aghai RP. An Automated University Admission Recommender System for Secondary School Students. In: The 6th International Conference on Information Technology and Applications. 2009. 25. Aslam MZ, Khan AR. A Proposed Decision Support System/Expert System for Guiding Fresh Students in Selecting a Faculty in Gomal University, Pakistan. Ind Eng Letters, 2011,
  • 18. Engin et al. / Procedia Computer Science 00 (2013) 000–000 1(4), 33-40. Available under http://www.iiste.org. Accessed on November 13, 2013. 26. Cline BE, Brewster CC, Fell RD. A rule-based system for automatically evaluating student concept maps. Expert Syst Appl, 2010, 37(3), 2282-2291.