BIA Assignment
BIA Assignment
BATCH: 2018-2020
C. Grouping Students
In this case groups of students are created according to their customized features,
personal characteristics, etc. These clusters/groups of students can be used by the
instructor/developer to build a personalized learning system which can promote
effective group learning. The DM techniques used in this task are classification and
clustering. Different clustering algorithms that are used to group students are
hierarchical agglomerative clustering, K-means and model-based clustering. A
clustering algorithm is based on large generalized sequences which help to find
groups of students with similar learning characteristics like hierarchical clustering
algorithm which are used in intelligent e-learning systems to group students according
to their individual learning style preferences.
D. Enrolment Management
This term is frequently used in higher education to describe well-planned strategies
and tactics to shape the enrolment of an institution and meet established goals.
Enrolment management is an organizational concept and a systematic set of activities
designed to enable educational institutions to exert more influence over their student
enrolments. Such practices often include marketing, admission policies, retention
programs, and financial aid awarding. Strategies and tactics are informed by
collection, analysis, and use of data to project successful outcomes. Activities that
produce measurable improvements in yields are continued and/or expanded, while
those activities that do not are discontinued or restructured. Competitive efforts to
recruit students are a common emphasis of enrolment managers. The numbers of
universities and colleges instituting offices of "enrolment management" have
increased in recent years. These offices serve to provide direction and coordination of
efforts of multiple offices such as admissions, financial aid, registration, and other
student services. Often these offices are part of an enrolment management division.
Some of the typical aims of enrolment management include
Improving yields at inquiry, application, and enrolment stages.
Increasing net revenue, usually by improving the proportion of entering
students capable of paying most or all unsubsidized tuition.
Increasing demographic diversity.
Improving retention rates.
Increasing applicant pools.
C. Classification
Classification is the form of data analysis that extracts models describing important
data classes. This approach frequently uses decision tree classification algorithms.
The data classification process includes learning and classification. In learning
method, the training data sets are analysed by the classification algorithm. In
classification test data sets are used to find the accuracy of the classification rules. If
the accuracy is acceptable the rules can be applied to the new data tuples.
D. ID3 Algorithm
Terminologies used in ID3 Algorithm:
Establish Classification Attribute.
Compute Classification Entropy.
Calculate Information Gain using classification attribute.
Select Attribute with the highest gain to be the next Node in the tree (starting
from the Root node).
Remove Node Attribute, creating reduced table.