SlideShare a Scribd company logo
1 of 7
Download to read offline
International Journal of Research in Computer Science
 eISSN 2249-8265 Volume 2 Issue 5 (2012) pp. 29-35
 www.ijorcs.org, A Unit of White Globe Publications
 doi: 10.7815/ijorcs.25.2012.045


 0F0F   ACADEMIC TALENT MODEL BASED ON HUMAN
                 RESOURCE DATA MART
                                         Mahani Saron1, Zulaiha Ali Othman2
          *Faculty of Information Science and Technology, Universiti Kebangsaan Malaysia (UKM), Malaysia
                                               1
                                                Email: anie1902@yahoo.com
                                                  2
                                                    Email: zao@ukm.my

Abstract: In higher education such as university,           executives as in the study released by Orc Worldwide
academic is becoming major asset. The performance           based in New York on issues with HRM [3].
of academic has become a yardstick of university
                                                                Found only 25 percent of managers in a systematic
performance. Therefore it's important to know the
                                                            talent identification and most of the errors that occur
talent of academicians in their university, so that the
                                                            when measuring talent is like measuring the wrong
management can plan for enhancing the academic
                                                            things, focus on the whole but not in accordance with
talent using human resource data. Therefore, this
                                                            certain talent matrix, the focus of analysis on summary
research aims to develop an academic talent model
                                                            data when there is hidden information that is not
using data mining based on several related human
                                                            known and does not use data to make better decisions
resource systems. In the case study, we used 7 human
                                                            [4]. Talent management can be defined as a systematic
resource systems in one of Government Universities in
                                                            and dynamic process to identify, develop and retain
Malaysia. This study shows how automated human
                                                            talent. Talent management processes are dependent on
talent data mart is developed to get the most important
                                                            how the organization practices [5].
attributes of academic talent from 15 different tables
like demographic data, publications, supervision,               Methods of forecasting talent for organization
conferences, research, and others. Apart from the           employees are diverse and mostly still managed
talent attribute collected, the forecasting talent          informally and through surveys of 250 respondents
academician model developed using the classification        from the executive officers who are directly involved
technique involving 14 classification algorithm in the      in the talent management of employees, the largest
experiment for example J48, Random Forest,                  number of respondents using the involvement of senior
BayesNet, Multilayer perceptron, JRip and others.           leaders in talent program and a lot of using the human
Several experiments are conducted to get the highest        resource technology, the rest of them using the award
accuracy by applying discretization process, dividing       based on performance, through surveys and training of
the data set in the different interval year (1,2,3,4, no    personnel organization to identify and develop senior
interval) and also changing the number of classes from      talent [6]. The technology used like decision support
24 to 6 and 4. The best model is obtained 87.47%            systems [7] [8], data mining [9, 10] and another
accuracy using data set interval 4 years and 4 classes      method [11]. Employee talent can be predicted with
with J48 algorithm.                                         past information available. The knowledge gained will
                                                            facilitate the management of HRM and choose workers
Keywords: Academician database, Classification,
                                                            according to performance standards to avoiding the
Data mart, Talent, Forecasting.                             inconsistency in decision-making appointments [12].
                 I. INTRODUCTION                                This study gives an example technique on data
    Department of Human Resource Management                 preparation step, exploration of 15 data sets of
(HRM) is working in employee-related activities in an       selected university human resource database. 14
organization[1]. Human resources are limited to a           classification algorithms are involved in preparing the
particular organization, it is important to be managed      academicians talent forecasting model. The
effectively in helping the organization towards             comparison results of these 14 algorithms are shown as
excellence. HRM is currently having to deal with            a side conclusion from the study.
many challenges such as globalization, to increase the
                                                            II. PREDICT ACADEMIC TALENT USING DATA
income of the organization, technology changes,
                                                                             MINING
manage intellectual capital and a challenge to change
[2]. The intellectual capital is one of the challenges         Talent management in the academics is quite
faced by the HRM. Finding, developing and retaining         lacking as compared to other organization's talent [13-
talent is the main concern for human resource               16]. Although there is increasing from year to year the


                                                                            www.ijorcs.org
30                                                                                   Mahani Saron, Zulaiha Ali Othman

number of studies in the field of HRM data mining
approach [17]. The studies on HRM domain from 1990
to 2011, only seven of the 106 study was associated
with the talent of employees[17]. However, from seven
studies that employee talent is the result of four from
the same author.
    Academic talent Malaysian public universities are
measured in terms of professional qualifications,
awards & recognition and administration &
contribution to the university and identified this
measure academic talent through a number of criteria
in terms of employee talent Practices determination in
areas such as Project Leader Assessment, Management
& Professional, Academic Workers, other universities,
how each of these Practices set out the criteria
according to the needs of talent their respective fields
[12]. While the example of other studies, academic
talent as measured from an educational background,
professionalism, age, gender, occupation and level of
the position [18].
    This study will explain in detail how the data
preparation process and the experiment carried out
resulted in a prediction model of academic talent                         Figure 1: Data set preparation
management high precision after passing through
several stages of the experiment. This paper is
organized in five sections. The first part is the
introduction, followed by the second section predict
academic talent using data mining, developing
academic talent, experiment result and conclusion.

     III. DEVELOPING ACADEMIC TALENT
    Methodology of data set preparation in this study
could be summarized as the figure 1. The data
preparation involves collecting 15 set raw data from 7
different systems including personnel information
systems, conference information systems, university
performance system, university research system,
publication system, awards system and student
information system. The next steps are understanding
the data, import and create data marts of selected
talents attributes, pre-processing such as cleaning ,
discretization and finally split the clean data set in the
different interval year and number of classes before the
experiment with classification algorithms.

A. Data Preparation
                                                                      Figure 2: ER Diagram Human Resource
    The process starts with a collection of 15 sets of
raw data from the human resource database of seven           B. Data understanding
systems in one selected university. The ER diagram of
the 15 data sets is shown in the figure 2 below. The            To select the meaningful attribute, need to
Demography is the main data set which consists of all        understand the pattern of records first, for example to
lecturer id’s and basic profile information. Each data       know the distribution of received data. For each of the
set is linked with the lecturer id’s.                        15 data sets are calculated on every unique record for
                                                             reason finding the meaningful attributes. For example
                                                             in publication data sets, have 3 field like year of
                                                             publishing, type of publications and id writers. To

                                                                          www.ijorcs.org
Academic Talent Model Based on Human Resource Data Mart                                                            31

create an attribute publication by year, only the year         Data mart is a smaller scale of the data warehouse.
publication has a record are selected as attribute and      15 sets of raw data are transferred to the database for
the ways to calculate that record, using the SQL query.     the purpose of creating a data mart to ease the search
Here's an example query which is used to calculate          and integration process. This study uses Microsoft
each attribute value of status field from demography        Access as the database data mart. On every attributes

        SELECT [Demography].[status],
data set.                                                   value needs to identify, a query is made with related
                                                            data set using join query, select query and others query

COUNT(NZ([Demography].[status])) AS counting FROM
                                                            methods. Result from the query will be used back on

[Demographyi] GROUP BY [Demography].[status];
                                                            programming to find and calculate automatically using
                                                            that program. The figure 3 can illustrate this technique.
                                                               The program can be categorized into two types,
Analysis for data understanding, is about of 1140           involving only search / update data and generate the
attributes have been identified for talent academic         values by conducting calculations. Table 1 shows the
attribute.                                                  store procedure name creating to generate the data
                                                            mart by selecting the meaning full attributes from the
C. Create Data Mart                                         table shows in the ER diagram.




                                                                           Algorithms to update the attribute value



                                                                                                            Results
                                                                                                            from the
                                                                                                            query




                                        Figure 3: Attribute value update technique




                                                                            www.ijorcs.org
32                                                                                      Mahani Saron, Zulaiha Ali Othman

                                                      Table 1: Talent attributes

 No       Attribute involves (total of 1140 attributes)                       Category          Program name
 1        Idkey, year of service, position status, university status,         Search / update Demography
          gender, race,current position (as class)
 2        Accumulated publication (1982, 1986-2011)                           Calculation       Publication
 3        Number of students supervised (93/94 - 2011/2012) – did not         Calculation       Studentbysession
          refer the student id
 4        Exact number of students supervised (93/94 - 2011/2012) –           Calculation       Studentsupervised
          with different student id
 5        The date appoints DJJK ,VK0501 etc                                  Search / update Historyposition
 6        Duration from previous position to next position DJJK ,             Search / update Calculationposition
          VK0501 etc
 7        Number of publications by year and type (publication code           Calculation       Publication_type
          from 1-23 and year 1982 - 2011)
 8        Performance scores year (1977, 1988 – 2010)                         Search / update Performance
 9        Accumulated by position on research (research positions code        Calculation     Research
          1 - 9)
 10       Accumulated by position on research (1 to 9) and by year            Calculation       Research_basic
          (2000 – 2011)
 11       Number of position attending conference (1-8, A-G) by year          Calculation       Conference_position
          (1996 - 2011)
 12       The accumulated number of attending International,                  Calculation       Category_conference
          Departmental, Nasional and University category
 13       Number of received awards by year (1990-2010) and type              Calculation       Award
          (Service award, Publication award and Research award)
 14       Accumulated holding the administration by position                  Calculation       Administration
          (Associate members, Webmaster etc)
 15       Latest education                                                    Search / update Education
 16       The amount of the grant received by year (1996-2011)                Search / update Grant

Sample pseudo code for calculation publication by                  year of publication
year, which calculates the number of publication                   if got the record, sum the
occurs in that year:
                                                                   CountbyYear with 1
Sub Publication ()                                                 Update value of CountbyYear
      Declaration database                                         into second recordset.
      Declaration first Recordset and second Recordset            Looping until end of record second Recordset and
      Declaration CountbyYear variable                            first Recordset
      Set starting value for CountbyYear as 0                     Close first Recordset and second Recordset
      Open Recordset as first Recordset (query data set)          Close database
      Open Recordset as second Recordset (to store                End Sub
      attribute value)
                                                              D. Pre-processing
      Open first Recordset and read next if not empty
      Within the first Recordset                                 Pre-processing is an important step in the data
                                                              mining process. This study majority of the attributes is
      loop read second Recordset
                                                              calculated based, the attribute involves filling the
      Compare id key at first Recordset equal to id           missing value for attributes gender, race and university
      key second Recordset                                    status. The process is done manually by counter check
      if equal                                                others values that related to missing value for example
                                                              the race attribute counter check with name familiar
      using case statement to check the                       race and spouse information.



                                                                               www.ijorcs.org
Academic Talent Model Based on Human Resource Data Mart                                                            33

E. Data set creation                                         UNIVERSITY LECTURER DS52            S      B     B
                                                             UNIVERSITY LECTURER DS53            T      C     C
    The overall 1140 attributes have been collected          UNIVERSITY LECTURER DS4             U      C     C
only part of the record has a value greater and equal to
                                                             PROOFESSOR VK07                     V      D     D
1 is less than 20%. Most attributes values are 0 on the
                                                             PROFESSOR VK06                      W      E     D
attributes of for year 2000 and below. No records were
removed because if it is made, the number of attributes      PROFESSOR VK05                      X      F     D
and records are too small and not suitable for
modeling, in order to overcome this problem this study          A – Represents Lecturer
are adding the appropriate attributes related to the            B – Represents Senior Lecturer
intervals of 2, 3 and 4 year for the attributes on              C – Represents Associate professor
category 2,3,4,7,10, 11and 13 as Table 1. The class             D – Represents Professor v7
also category to 24 classes and 6 classes as Table 2.           E – Represents Professor v6
                                                                F – Represents Professor v5
The 8 data sets involve being splits as below :
                                                            F. Model Development
    i.   Model set 1 year interval 24 classes:       3220      The forecasting model development process is
         records and 1108 attributes.                       based on CRISP-DM standard process which is
    ii. Model set 2 year interval 24 classes:        3220   involved choosing the technique, planning the
         records and 624 attributes.                        experiment, develop model and evaluate model[19].
    iii. Model set 3 year interval 24 classes:       3220   Figure 4 shows the development stages involved. This
         records and 459 attributes.                        study was selected of 14 classification algorithms from
    iv. Model set 4 year interval 24 classes:        3220   the five main groups classification algorithm they are:
         records and 371 attributes.                        J48 Decision Tree (C4.5 version 8), REPTree,
    v. Model set 1 year interval 6 classes:          3220   Decision Stump, Random forest, Random tree,
         records and 1103 attributes.                       BayesNet, Naive Bayes, MultilayerPerceptron,
    vi. Model set 2 year interval 6 classes:         3220   RBFNetwork, K-star, IBK, IB1, Jrip, PART available
         records and 609 attributes.                        in Weka one of the popular data mining software[20].
    vii. Model set 3 year interval 6 classes:        3220   The discretization technique is Entropy-based & MDL
         records and 454 attributes.                        stopping Criterion available in Weka for the 1st phase
    viii.Model set 4 year interval 6 classes: 3220          experiment. We choose many classifier in experiment
     records and 366 attributes.                            setting to test many classifier which is to find that the
                                                            most fit to identifying the academic talents.
                 Table 2: Class attributes
 DESCRIPTION                          NUMBER OF CLASS          Data sets that produce the best model from the first
                                     24   6      4          phase of modeling will go through 2nd stages of the
 LECTURER ( JKK )                    A    A      A          experimental sessions using the discretization
 TRAINEE DENTAL LECTURER             B    A      A          techniques available with different software Tanagra.
 DUG45                                                      Tanagra one of the best open source for the pre-
 TRAINEE MEDICAL LECTURER            C       A       A      processing availability technique provided[20]. 3 types
 DU45                                                       of discretization techniques were chosen: Entropy-
 DENTAL LECTURER DUG45               D       A       A      based & MDL stopping Criterion, Equal Width and
 DENTAL LECTURER DUG51               E       B       B      Equal Frequency. Redo the experiment again with the
 DENTAL LECTURER DUG53               F       C       C      best algorithms from earlier stages after 3 technique
 DENTAL LECTURER DUG54               G       C       C
                                                            discretization applied to the data set. A comparison is
                                                            made whether the model is with different discretization
 MEDICAL LECTURER DU1                H       A       C
                                                            techniques and using different software for
 MEDICAL LECTURER DU2                I       A       A
                                                            discretization can produce better result.
 MEDICAL LECTURER DU45               J       A       A
 MEDICAL LECTURER DU51               K       B       B         3rd phase, data sets from the best model will
 MEDICAL LECTURER DU52               L       B       B
                                                            undergo the final phase of refining the model. The
                                                            professor post of VK7, VK6 and VK5 merge together
 MEDICAL LECTURER DU53               M       C       C
                                                            as show in Table 2. Then the number of classes will be
 MEDICAL LECTURER DU54               N       C       C
                                                            reduced from six classes to four classes for further
 UNIVERSITY LECTURER DS1             O       A       C      experiments. The data set is divided into three sets of
 UNIVERSITY LECTURER DS2             P       A       A      data such as, the best data set with 4 classes, the best
 UNIVERSITY LECTURER DS45            Q       A       A      data set without interval year and 6 classes, the best
 UNIVERSITY LECTURER DS751           R       B       B      data set without interval year and 4 classes.



                                                                          www.ijorcs.org
34                                                                                     Mahani Saron, Zulaiha Ali Othman

                                                                 2nd phase experiment continues using J48
                                                              algorithms and the same data set from the best result of
                                                              the 1st phase, the results did not show a significant
                                                              difference with different discretization technique
                                                              applied. The last phase which is 3rd phase the 4 year
                                                              interval with a number of class reduce to 4 gives the
                                                              best result as 87.47% and finally accepted as a talent
                                                              academic model.




              Figure 4: Model development step

              IV. EXPERIMENT RESULT
    Table 3 shows the overall experiment results. At the       Figure 5: Pattern result from 14 classification algorithms
1st phase, the best result is J48 (86.96% ) with data set
4 years interval and 6 classes. Based on the results the          That shows a decision tree J48 still can give the
                                 st
discretization applied in the 1 phase did not show a          best result compares to other classifier for talents
significant difference to the results to all 14 algorithms. domain same as previous research as mention in this
A conclusion also can be made , beside J48, Multilayer paper. There are 117 rules successfully extracted from
Perceptron, Jrip and PART also possible can produce the best model for Lecturer, Senior Lecturer, Associate
the best prediction academicians talents as shown in Professor and Professor talent model.
Figure 5.
                                                 Table 3: Experiment results
     Phases                                            Algorithm / Discretization/ Data set          Result
     1st                                               J48                                           86.96
     Phase                                             REPTree                                       83.33
                                                       Random Forest                                 78.73
                                                       Decision Stump                                53.26
                                                       Random Tree                                   65.84
                                                       BayesNet                                      68.83
                                                       Naïve Bayes                                   73.91
                                                       Kstar                                         58.70
                                                       IB1                                           67.86
                                                       Ibk                                           68.32
                                                       JRip                                          85.51
                                                       PART                                          85.71
                                                       Multilayer perceptron                         81.10
                                                       RBFNetwork                                    72.21
     2nd                                               Entropy-based & MDL stopping criterion        86.96
     Phase                                             Equal width                                   79.50
     -J48 and same data set the best result (86.96)    Equal frequency                               71.27
     3rd                                               4 year interval , 4 class                     87.47
     Phase                                             No year interval, 6 class                     86.34
     -J48 and same data but different class and        No year interval, 4 class                     87.37
     interval year the best result (86.96)



                                                                             www.ijorcs.org
Academic Talent Model Based on Human Resource Data Mart                                                                    35

                   V. CONCLUSIONS                               [9] C. F. Chien and L. F. Chen, "Data mining to improve
                                                                     personnel selection and enhance human capital: A case
    This paper has presented sample pseudo code to                   study in high-technology industry," Expert Systems with
develop an automated academic talent data mart. The                  Applications, vol. 34, pp. 280-290, 2008.
pseudo code can be stored as a store produced, to                    doi:10.1016/j.eswa.2006.09.003
generate the latest data mart. Using the data mart, the         [10] H. Jantan, et al., "Classification and Prediction of
latest academic talent model can be generated. The                   Academic Talent Using Data Mining Techniques
experiment result shows that J48 has outperformed                    Knowledge-Based and Intelligent Information and
compare to other 14 classification techniques. The                   Engineering Systems." vol. 6276, R. Setchi, et al., Eds.,
result shows that applying discretization do not                     ed: Springer Berlin / Heidelberg, 2010, pp. 491-500.
significantly get the better result. However, changing          [11] C. Mulin and H. Reen, "Arkadin develops employee
the number of class and arrangement in various                       talent through e-learning," Strategic HR Review, vol. 9,
interval years has influenced to get better results. This            pp. 11 - 16, 2010.
paper contributes on how to develop latest and                  [12] H. Jantan, "Framework of Intelligent Decision Support
accurate academic talent management using data                       System for Talent Management," p. 286, 2011.
mining and what data mining techniques and                      [13] C. Chen-Fu and C. Li-Fei, "Using Rough Set Theory to
improvement to obtain better results. The accurate                   Recruit and Retain High-Potential Talents for
result is considered lower, it may because un-balance                Semiconductor       Manufacturing,"       Semiconductor
data where many zero value gets from auto generated                  Manufacturing, IEEE Transactions on, vol. 20, pp. 528-
                                                                     541, 2007.
using pseudo code.
                                                                [14] V. Mohanraj, et al., "Intelligent Agent Based Talent
                   VI. REFERENCES                                    Evaluation Engine Using a Knowledge Base," in
                                                                     Advances in Recent Technologies in Communication
[1] H. H. A. Talib and K. R. Jamaludin, "Aplikasi                    and Computing, 2009. ARTCom '09. International
      Teknologi Maklumat (IT) Dalam Pengurusan                       Conference        on,      2009,       pp.     257-259.
      Organisasi : Sorotan Kajian," Jurnal Teknikal dan              doi:10.1109/ARTCom.2009.214
      Kajian Sosial Jilid 1, pp. 89-105, 2003.                  [15] N. Goonawardene, et al., "A neural netwerk based
[2]   M. Armstrong, "A Handbook of Human Resource                    model for project risk and talent management,"
      Management Practice 10th Edition," pp. 1-957, 2006.            Advances in Neural Networks, LNCS 6064, Springer,
[3]   A. Mehta, "Human Capital Management: A                         pp. 532-539, 2010.
      Comprehensive Approach to Augment Organizational          [16] S. Qing and C. Mengzhong, "Design and Development
      Performance," Review of Management, Vol. 1, No. 2,             of Management System for Reserve Talents of
      April-June 2011 ISSN: 2231-0487, vol. 1, pp. 44-57,            Volleyball Athletes," Second International Conference
      2011.                                                          on MultiMedia and Information Technology, pp. 151-
[4]   P. M. Powell, et al., "Talent Management in the NHS            154, 2010. doi:10.1109/MMIT.2010.59
      Managerial Workforce," National Institute for Health      [17] F. Piazza and S. Strohmeier, "Domain-Driven Data
      Research (NIHR), pp. 1-216, 2012.                              Mining in Human Resource Management: A Review,"
[5]   B. Davies and B. J. Davies, "Talent management in              in Data Mining Workshops (ICDMW), 2011 IEEE 11th
      academies," International Journal of Educational               International Conference on, 2011, pp. 458-465.
      Management, vol. 24, pp. 418 - 426, 2010.                      doi:10.1109/ICDMW.2011.68
      doi:10.1108/09513541080000452                             [18] Y. Peng, "The decision tree classification and its
[6]   T. Perrin, "Talent Management: The State of the Art," A        application research in personnel management," in
      TP Track Research Report, pp. 1-17, 2005.                      Electronics and Optoelectronics (ICEOE), 2011
[7]   Q. Shi and M. Chen, "Design and Development of                 International Conference on, 2011, pp. V1-372-V1-
      Management System for Reserve Talents of Volleyball            375.
      Athletes," in Multimedia and Information Technology       [19] R. Wirth and J. Hipp, "CRISP-DM: Towards a standard
      (MMIT), 2010 Second International Conference on,               process model for data mining," Proceedings of the
      2010, pp. 151-154.                                             Fourth International Conference on the Practical
[8]   L. Shi and Q. Bai, "Design a New Coherent Framework            Application of Knowledge Discovery and Data Mining,
      for Human Resource Personnel Evaluation Information            pp. 29--39, 2000.
      System Based on Tasks Management," International          [20] X. Chen, et al., "A survey of open source data mining
      Conference on Business Computing and Global                    systems," presented at the Proceedings of the 2007
      Informatization,         pp.       479-481,      2011.         international conference on Emerging technologies in
      doi:10.1109/BCGIn.2011.126                                     knowledge discovery and data mining, Nanjing, China,
                                                                     2007.

                                                          How to cite
      Mahani Saron, Zulaiha Ali Othman, "Academic Talent Model Based on Human Resource Data Mart". International
      Journal of Research in Computer Science, 2 (5): pp. 29-35, September 2012. doi:10.7815/ijorcs.25.2012.045



                                                                               www.ijorcs.org

More Related Content

What's hot

Talent man 3_chapter1
Talent man 3_chapter1Talent man 3_chapter1
Talent man 3_chapter1BChange
 
Innovative Human Resource Practices in Indian Banks: A Study from HR Manager’...
Innovative Human Resource Practices in Indian Banks: A Study from HR Manager’...Innovative Human Resource Practices in Indian Banks: A Study from HR Manager’...
Innovative Human Resource Practices in Indian Banks: A Study from HR Manager’...Dr. Amarjeet Singh
 
Human Resource Information System [HRIS] MBA defence
Human Resource Information System [HRIS] MBA defence Human Resource Information System [HRIS] MBA defence
Human Resource Information System [HRIS] MBA defence Markos Mulat G
 
A Literature Review On Human Resource Accounting
A Literature Review On Human Resource AccountingA Literature Review On Human Resource Accounting
A Literature Review On Human Resource Accountingijcite
 
HRIS IS NOT JUST A TOOL .. IT'S A STRATEGIC WEAPON!
HRIS IS NOT JUST A TOOL .. IT'S A STRATEGIC WEAPON!HRIS IS NOT JUST A TOOL .. IT'S A STRATEGIC WEAPON!
HRIS IS NOT JUST A TOOL .. IT'S A STRATEGIC WEAPON!Riri Satria
 
An Analysis of Selected Factors Influencing Talent Management in Public Secon...
An Analysis of Selected Factors Influencing Talent Management in Public Secon...An Analysis of Selected Factors Influencing Talent Management in Public Secon...
An Analysis of Selected Factors Influencing Talent Management in Public Secon...inventionjournals
 
Mgt431 charfauros week1. Copyright 2013 Edward F. T. Charfauros. Reference, w...
Mgt431 charfauros week1. Copyright 2013 Edward F. T. Charfauros. Reference, w...Mgt431 charfauros week1. Copyright 2013 Edward F. T. Charfauros. Reference, w...
Mgt431 charfauros week1. Copyright 2013 Edward F. T. Charfauros. Reference, w...Edward F. T. Charfauros
 
HUMAN RESOURCE INFORMATION SYSTEM (HRIS)
HUMAN RESOURCE INFORMATION SYSTEM (HRIS)HUMAN RESOURCE INFORMATION SYSTEM (HRIS)
HUMAN RESOURCE INFORMATION SYSTEM (HRIS)ANAND MURALI
 
hris information systems within hr review
hris information systems within hr  reviewhris information systems within hr  review
hris information systems within hr reviewCourtney Cavall
 
Asl rof businessintelligencetechnology2019
Asl rof businessintelligencetechnology2019Asl rof businessintelligencetechnology2019
Asl rof businessintelligencetechnology2019kamilHussain15
 
Hr human resource competencies an empirical study on the hr
Hr human resource competencies an empirical study on the hrHr human resource competencies an empirical study on the hr
Hr human resource competencies an empirical study on the hrMarcus Vannini
 
The Evolution and Growth of HR Analytics ROI Based Approach
The Evolution and Growth of HR Analytics ROI Based ApproachThe Evolution and Growth of HR Analytics ROI Based Approach
The Evolution and Growth of HR Analytics ROI Based Approachijtsrd
 
Project report-on-hrm-2-converted
Project report-on-hrm-2-convertedProject report-on-hrm-2-converted
Project report-on-hrm-2-convertedVishalRaj155
 
Dissertation on Human Resource Accounting in Airlines industry in India
Dissertation on Human Resource Accounting in Airlines industry in IndiaDissertation on Human Resource Accounting in Airlines industry in India
Dissertation on Human Resource Accounting in Airlines industry in Indiashadabjamia88
 
A resource based view of micro-firm management practice
A resource based view of micro-firm management practiceA resource based view of micro-firm management practice
A resource based view of micro-firm management practicetamoni
 
MM Bagali...... HR Education..... HR Educaters......Students hr subject_perce...
MM Bagali...... HR Education..... HR Educaters......Students hr subject_perce...MM Bagali...... HR Education..... HR Educaters......Students hr subject_perce...
MM Bagali...... HR Education..... HR Educaters......Students hr subject_perce...dr m m bagali, phd in hr
 
HUMAN RESOURCE MANAGEMENT CHALLENGES AND TECHNIQUES TO OVERCOME THEM
HUMAN RESOURCE MANAGEMENT CHALLENGES AND TECHNIQUES TO OVERCOME THEMHUMAN RESOURCE MANAGEMENT CHALLENGES AND TECHNIQUES TO OVERCOME THEM
HUMAN RESOURCE MANAGEMENT CHALLENGES AND TECHNIQUES TO OVERCOME THEMIJMR Journal
 
Intellectual Capital Impact on Organizations’ Performance
Intellectual Capital Impact on Organizations’ PerformanceIntellectual Capital Impact on Organizations’ Performance
Intellectual Capital Impact on Organizations’ PerformanceIJAEMSJORNAL
 

What's hot (20)

Talent man 3_chapter1
Talent man 3_chapter1Talent man 3_chapter1
Talent man 3_chapter1
 
41671 1
41671 141671 1
41671 1
 
Innovative Human Resource Practices in Indian Banks: A Study from HR Manager’...
Innovative Human Resource Practices in Indian Banks: A Study from HR Manager’...Innovative Human Resource Practices in Indian Banks: A Study from HR Manager’...
Innovative Human Resource Practices in Indian Banks: A Study from HR Manager’...
 
Human Resource Information System [HRIS] MBA defence
Human Resource Information System [HRIS] MBA defence Human Resource Information System [HRIS] MBA defence
Human Resource Information System [HRIS] MBA defence
 
A Literature Review On Human Resource Accounting
A Literature Review On Human Resource AccountingA Literature Review On Human Resource Accounting
A Literature Review On Human Resource Accounting
 
HRIS IS NOT JUST A TOOL .. IT'S A STRATEGIC WEAPON!
HRIS IS NOT JUST A TOOL .. IT'S A STRATEGIC WEAPON!HRIS IS NOT JUST A TOOL .. IT'S A STRATEGIC WEAPON!
HRIS IS NOT JUST A TOOL .. IT'S A STRATEGIC WEAPON!
 
An Analysis of Selected Factors Influencing Talent Management in Public Secon...
An Analysis of Selected Factors Influencing Talent Management in Public Secon...An Analysis of Selected Factors Influencing Talent Management in Public Secon...
An Analysis of Selected Factors Influencing Talent Management in Public Secon...
 
Mgt431 charfauros week1. Copyright 2013 Edward F. T. Charfauros. Reference, w...
Mgt431 charfauros week1. Copyright 2013 Edward F. T. Charfauros. Reference, w...Mgt431 charfauros week1. Copyright 2013 Edward F. T. Charfauros. Reference, w...
Mgt431 charfauros week1. Copyright 2013 Edward F. T. Charfauros. Reference, w...
 
HUMAN RESOURCE INFORMATION SYSTEM (HRIS)
HUMAN RESOURCE INFORMATION SYSTEM (HRIS)HUMAN RESOURCE INFORMATION SYSTEM (HRIS)
HUMAN RESOURCE INFORMATION SYSTEM (HRIS)
 
hris information systems within hr review
hris information systems within hr  reviewhris information systems within hr  review
hris information systems within hr review
 
Asl rof businessintelligencetechnology2019
Asl rof businessintelligencetechnology2019Asl rof businessintelligencetechnology2019
Asl rof businessintelligencetechnology2019
 
Hr human resource competencies an empirical study on the hr
Hr human resource competencies an empirical study on the hrHr human resource competencies an empirical study on the hr
Hr human resource competencies an empirical study on the hr
 
The Evolution and Growth of HR Analytics ROI Based Approach
The Evolution and Growth of HR Analytics ROI Based ApproachThe Evolution and Growth of HR Analytics ROI Based Approach
The Evolution and Growth of HR Analytics ROI Based Approach
 
Project report-on-hrm-2-converted
Project report-on-hrm-2-convertedProject report-on-hrm-2-converted
Project report-on-hrm-2-converted
 
Dissertation on Human Resource Accounting in Airlines industry in India
Dissertation on Human Resource Accounting in Airlines industry in IndiaDissertation on Human Resource Accounting in Airlines industry in India
Dissertation on Human Resource Accounting in Airlines industry in India
 
A resource based view of micro-firm management practice
A resource based view of micro-firm management practiceA resource based view of micro-firm management practice
A resource based view of micro-firm management practice
 
Human Resource Information System - HRIS
Human Resource Information System - HRISHuman Resource Information System - HRIS
Human Resource Information System - HRIS
 
MM Bagali...... HR Education..... HR Educaters......Students hr subject_perce...
MM Bagali...... HR Education..... HR Educaters......Students hr subject_perce...MM Bagali...... HR Education..... HR Educaters......Students hr subject_perce...
MM Bagali...... HR Education..... HR Educaters......Students hr subject_perce...
 
HUMAN RESOURCE MANAGEMENT CHALLENGES AND TECHNIQUES TO OVERCOME THEM
HUMAN RESOURCE MANAGEMENT CHALLENGES AND TECHNIQUES TO OVERCOME THEMHUMAN RESOURCE MANAGEMENT CHALLENGES AND TECHNIQUES TO OVERCOME THEM
HUMAN RESOURCE MANAGEMENT CHALLENGES AND TECHNIQUES TO OVERCOME THEM
 
Intellectual Capital Impact on Organizations’ Performance
Intellectual Capital Impact on Organizations’ PerformanceIntellectual Capital Impact on Organizations’ Performance
Intellectual Capital Impact on Organizations’ Performance
 

Similar to Academic Talent Model Based on Human Resource Data Mart

Paper id 29201413
Paper id 29201413Paper id 29201413
Paper id 29201413IJRAT
 
Linking Competitive Strategies with Human Resource Information System: A Comp...
Linking Competitive Strategies with Human Resource Information System: A Comp...Linking Competitive Strategies with Human Resource Information System: A Comp...
Linking Competitive Strategies with Human Resource Information System: A Comp...Samsul Alam
 
A Systematic Review On Educational Data Mining
A Systematic Review On Educational Data MiningA Systematic Review On Educational Data Mining
A Systematic Review On Educational Data MiningKatie Robinson
 
Recruitment and Selection of Employees as an Aspect of Human Resource Managem...
Recruitment and Selection of Employees as an Aspect of Human Resource Managem...Recruitment and Selection of Employees as an Aspect of Human Resource Managem...
Recruitment and Selection of Employees as an Aspect of Human Resource Managem...ijtsrd
 
The rise of E-HRM
The rise of E-HRMThe rise of E-HRM
The rise of E-HRMdeshwal852
 
Analysis of the Human Resources Efficiency by the Use of Data Envelopment Ana...
Analysis of the Human Resources Efficiency by the Use of Data Envelopment Ana...Analysis of the Human Resources Efficiency by the Use of Data Envelopment Ana...
Analysis of the Human Resources Efficiency by the Use of Data Envelopment Ana...inventionjournals
 
Dissertation report-on-putting-hr-on-balanced-scorecard-a-case-study-of-verizon1
Dissertation report-on-putting-hr-on-balanced-scorecard-a-case-study-of-verizon1Dissertation report-on-putting-hr-on-balanced-scorecard-a-case-study-of-verizon1
Dissertation report-on-putting-hr-on-balanced-scorecard-a-case-study-of-verizon1Akshay Dhingiya
 
HR Strategies to Retain Employees and Building Their Competency
HR Strategies to Retain Employees and Building Their CompetencyHR Strategies to Retain Employees and Building Their Competency
HR Strategies to Retain Employees and Building Their Competencyijtsrd
 
Mantle Of Ml In Human Resource Management - Phdassistance
Mantle Of Ml In Human Resource Management - PhdassistanceMantle Of Ml In Human Resource Management - Phdassistance
Mantle Of Ml In Human Resource Management - PhdassistancePhD Assistance
 
Competency model development: A study of conceptual framework
Competency model development: A study of conceptual frameworkCompetency model development: A study of conceptual framework
Competency model development: A study of conceptual frameworkinventionjournals
 
A Study On Leadership Competencies
A Study On Leadership CompetenciesA Study On Leadership Competencies
A Study On Leadership CompetenciesHeather Strinden
 
An Empirical Study of Human Capital Management and Employee Capabilities
An Empirical Study of Human Capital Management and Employee CapabilitiesAn Empirical Study of Human Capital Management and Employee Capabilities
An Empirical Study of Human Capital Management and Employee Capabilitiesijtsrd
 
Student Performance Prediction via Data Mining & Machine Learning
Student Performance Prediction via Data Mining & Machine LearningStudent Performance Prediction via Data Mining & Machine Learning
Student Performance Prediction via Data Mining & Machine LearningIRJET Journal
 
TALENT MANAGEMNT IN EDUCATION SECTOR
TALENT MANAGEMNT IN EDUCATION SECTORTALENT MANAGEMNT IN EDUCATION SECTOR
TALENT MANAGEMNT IN EDUCATION SECTORIJCI JOURNAL
 
Ijdms050304A SURVEY ON EDUCATIONAL DATA MINING AND RESEARCH TRENDS
Ijdms050304A SURVEY ON EDUCATIONAL DATA MINING AND RESEARCH TRENDSIjdms050304A SURVEY ON EDUCATIONAL DATA MINING AND RESEARCH TRENDS
Ijdms050304A SURVEY ON EDUCATIONAL DATA MINING AND RESEARCH TRENDSijdms
 
A LITERATURE REVIEW ON MEASUREMENT OF TALENT MANAGEMENT PRACTICES (TMP) ACROS...
A LITERATURE REVIEW ON MEASUREMENT OF TALENT MANAGEMENT PRACTICES (TMP) ACROS...A LITERATURE REVIEW ON MEASUREMENT OF TALENT MANAGEMENT PRACTICES (TMP) ACROS...
A LITERATURE REVIEW ON MEASUREMENT OF TALENT MANAGEMENT PRACTICES (TMP) ACROS...Heather Strinden
 
IS/IT Capability and Strategic Information System Planning (SISP) Success
IS/IT Capability and Strategic Information System Planning (SISP) SuccessIS/IT Capability and Strategic Information System Planning (SISP) Success
IS/IT Capability and Strategic Information System Planning (SISP) SuccessIJMIT JOURNAL
 
HR ANALYTICS: A MODERN TOOL IN HR FOR PREDICTIVE DECISION MAKING
HR ANALYTICS: A MODERN TOOL IN HR FOR PREDICTIVE DECISION MAKINGHR ANALYTICS: A MODERN TOOL IN HR FOR PREDICTIVE DECISION MAKING
HR ANALYTICS: A MODERN TOOL IN HR FOR PREDICTIVE DECISION MAKINGIAEME Publication
 
A Study of Talent Management Practices and Strategies in the Service Sector
A Study of Talent Management Practices and Strategies in the Service SectorA Study of Talent Management Practices and Strategies in the Service Sector
A Study of Talent Management Practices and Strategies in the Service SectorDr. Amarjeet Singh
 

Similar to Academic Talent Model Based on Human Resource Data Mart (20)

Paper id 29201413
Paper id 29201413Paper id 29201413
Paper id 29201413
 
Linking Competitive Strategies with Human Resource Information System: A Comp...
Linking Competitive Strategies with Human Resource Information System: A Comp...Linking Competitive Strategies with Human Resource Information System: A Comp...
Linking Competitive Strategies with Human Resource Information System: A Comp...
 
A Systematic Review On Educational Data Mining
A Systematic Review On Educational Data MiningA Systematic Review On Educational Data Mining
A Systematic Review On Educational Data Mining
 
Recruitment and Selection of Employees as an Aspect of Human Resource Managem...
Recruitment and Selection of Employees as an Aspect of Human Resource Managem...Recruitment and Selection of Employees as an Aspect of Human Resource Managem...
Recruitment and Selection of Employees as an Aspect of Human Resource Managem...
 
The rise of E-HRM
The rise of E-HRMThe rise of E-HRM
The rise of E-HRM
 
Analysis of the Human Resources Efficiency by the Use of Data Envelopment Ana...
Analysis of the Human Resources Efficiency by the Use of Data Envelopment Ana...Analysis of the Human Resources Efficiency by the Use of Data Envelopment Ana...
Analysis of the Human Resources Efficiency by the Use of Data Envelopment Ana...
 
The Role of Big Data Management and Analytics in Higher Education
The Role of Big Data Management and Analytics in Higher EducationThe Role of Big Data Management and Analytics in Higher Education
The Role of Big Data Management and Analytics in Higher Education
 
Dissertation report-on-putting-hr-on-balanced-scorecard-a-case-study-of-verizon1
Dissertation report-on-putting-hr-on-balanced-scorecard-a-case-study-of-verizon1Dissertation report-on-putting-hr-on-balanced-scorecard-a-case-study-of-verizon1
Dissertation report-on-putting-hr-on-balanced-scorecard-a-case-study-of-verizon1
 
HR Strategies to Retain Employees and Building Their Competency
HR Strategies to Retain Employees and Building Their CompetencyHR Strategies to Retain Employees and Building Their Competency
HR Strategies to Retain Employees and Building Their Competency
 
Mantle Of Ml In Human Resource Management - Phdassistance
Mantle Of Ml In Human Resource Management - PhdassistanceMantle Of Ml In Human Resource Management - Phdassistance
Mantle Of Ml In Human Resource Management - Phdassistance
 
Competency model development: A study of conceptual framework
Competency model development: A study of conceptual frameworkCompetency model development: A study of conceptual framework
Competency model development: A study of conceptual framework
 
A Study On Leadership Competencies
A Study On Leadership CompetenciesA Study On Leadership Competencies
A Study On Leadership Competencies
 
An Empirical Study of Human Capital Management and Employee Capabilities
An Empirical Study of Human Capital Management and Employee CapabilitiesAn Empirical Study of Human Capital Management and Employee Capabilities
An Empirical Study of Human Capital Management and Employee Capabilities
 
Student Performance Prediction via Data Mining & Machine Learning
Student Performance Prediction via Data Mining & Machine LearningStudent Performance Prediction via Data Mining & Machine Learning
Student Performance Prediction via Data Mining & Machine Learning
 
TALENT MANAGEMNT IN EDUCATION SECTOR
TALENT MANAGEMNT IN EDUCATION SECTORTALENT MANAGEMNT IN EDUCATION SECTOR
TALENT MANAGEMNT IN EDUCATION SECTOR
 
Ijdms050304A SURVEY ON EDUCATIONAL DATA MINING AND RESEARCH TRENDS
Ijdms050304A SURVEY ON EDUCATIONAL DATA MINING AND RESEARCH TRENDSIjdms050304A SURVEY ON EDUCATIONAL DATA MINING AND RESEARCH TRENDS
Ijdms050304A SURVEY ON EDUCATIONAL DATA MINING AND RESEARCH TRENDS
 
A LITERATURE REVIEW ON MEASUREMENT OF TALENT MANAGEMENT PRACTICES (TMP) ACROS...
A LITERATURE REVIEW ON MEASUREMENT OF TALENT MANAGEMENT PRACTICES (TMP) ACROS...A LITERATURE REVIEW ON MEASUREMENT OF TALENT MANAGEMENT PRACTICES (TMP) ACROS...
A LITERATURE REVIEW ON MEASUREMENT OF TALENT MANAGEMENT PRACTICES (TMP) ACROS...
 
IS/IT Capability and Strategic Information System Planning (SISP) Success
IS/IT Capability and Strategic Information System Planning (SISP) SuccessIS/IT Capability and Strategic Information System Planning (SISP) Success
IS/IT Capability and Strategic Information System Planning (SISP) Success
 
HR ANALYTICS: A MODERN TOOL IN HR FOR PREDICTIVE DECISION MAKING
HR ANALYTICS: A MODERN TOOL IN HR FOR PREDICTIVE DECISION MAKINGHR ANALYTICS: A MODERN TOOL IN HR FOR PREDICTIVE DECISION MAKING
HR ANALYTICS: A MODERN TOOL IN HR FOR PREDICTIVE DECISION MAKING
 
A Study of Talent Management Practices and Strategies in the Service Sector
A Study of Talent Management Practices and Strategies in the Service SectorA Study of Talent Management Practices and Strategies in the Service Sector
A Study of Talent Management Practices and Strategies in the Service Sector
 

More from IJORCS

Help the Genetic Algorithm to Minimize the Urban Traffic on Intersections
Help the Genetic Algorithm to Minimize the Urban Traffic on IntersectionsHelp the Genetic Algorithm to Minimize the Urban Traffic on Intersections
Help the Genetic Algorithm to Minimize the Urban Traffic on IntersectionsIJORCS
 
Call for Papers - IJORCS, Volume 4 Issue 4
Call for Papers - IJORCS, Volume 4 Issue 4Call for Papers - IJORCS, Volume 4 Issue 4
Call for Papers - IJORCS, Volume 4 Issue 4IJORCS
 
Real-Time Multiple License Plate Recognition System
Real-Time Multiple License Plate Recognition SystemReal-Time Multiple License Plate Recognition System
Real-Time Multiple License Plate Recognition SystemIJORCS
 
FPGA Implementation of FIR Filter using Various Algorithms: A Retrospective
FPGA Implementation of FIR Filter using Various Algorithms: A RetrospectiveFPGA Implementation of FIR Filter using Various Algorithms: A Retrospective
FPGA Implementation of FIR Filter using Various Algorithms: A RetrospectiveIJORCS
 
Using Virtualization Technique to Increase Security and Reduce Energy Consump...
Using Virtualization Technique to Increase Security and Reduce Energy Consump...Using Virtualization Technique to Increase Security and Reduce Energy Consump...
Using Virtualization Technique to Increase Security and Reduce Energy Consump...IJORCS
 
Algebraic Fault Attack on the SHA-256 Compression Function
Algebraic Fault Attack on the SHA-256 Compression FunctionAlgebraic Fault Attack on the SHA-256 Compression Function
Algebraic Fault Attack on the SHA-256 Compression FunctionIJORCS
 
Enhancement of DES Algorithm with Multi State Logic
Enhancement of DES Algorithm with Multi State LogicEnhancement of DES Algorithm with Multi State Logic
Enhancement of DES Algorithm with Multi State LogicIJORCS
 
Hybrid Simulated Annealing and Nelder-Mead Algorithm for Solving Large-Scale ...
Hybrid Simulated Annealing and Nelder-Mead Algorithm for Solving Large-Scale ...Hybrid Simulated Annealing and Nelder-Mead Algorithm for Solving Large-Scale ...
Hybrid Simulated Annealing and Nelder-Mead Algorithm for Solving Large-Scale ...IJORCS
 
CFP. IJORCS, Volume 4 - Issue2
CFP. IJORCS, Volume 4 - Issue2CFP. IJORCS, Volume 4 - Issue2
CFP. IJORCS, Volume 4 - Issue2IJORCS
 
Call for Papers - IJORCS - Vol 4, Issue 1
Call for Papers - IJORCS - Vol 4, Issue 1Call for Papers - IJORCS - Vol 4, Issue 1
Call for Papers - IJORCS - Vol 4, Issue 1IJORCS
 
Voice Recognition System using Template Matching
Voice Recognition System using Template MatchingVoice Recognition System using Template Matching
Voice Recognition System using Template MatchingIJORCS
 
Channel Aware Mac Protocol for Maximizing Throughput and Fairness
Channel Aware Mac Protocol for Maximizing Throughput and FairnessChannel Aware Mac Protocol for Maximizing Throughput and Fairness
Channel Aware Mac Protocol for Maximizing Throughput and FairnessIJORCS
 
A Review and Analysis on Mobile Application Development Processes using Agile...
A Review and Analysis on Mobile Application Development Processes using Agile...A Review and Analysis on Mobile Application Development Processes using Agile...
A Review and Analysis on Mobile Application Development Processes using Agile...IJORCS
 
Congestion Prediction and Adaptive Rate Adjustment Technique for Wireless Sen...
Congestion Prediction and Adaptive Rate Adjustment Technique for Wireless Sen...Congestion Prediction and Adaptive Rate Adjustment Technique for Wireless Sen...
Congestion Prediction and Adaptive Rate Adjustment Technique for Wireless Sen...IJORCS
 
A Study of Routing Techniques in Intermittently Connected MANETs
A Study of Routing Techniques in Intermittently Connected MANETsA Study of Routing Techniques in Intermittently Connected MANETs
A Study of Routing Techniques in Intermittently Connected MANETsIJORCS
 
Improving the Efficiency of Spectral Subtraction Method by Combining it with ...
Improving the Efficiency of Spectral Subtraction Method by Combining it with ...Improving the Efficiency of Spectral Subtraction Method by Combining it with ...
Improving the Efficiency of Spectral Subtraction Method by Combining it with ...IJORCS
 
An Adaptive Load Sharing Algorithm for Heterogeneous Distributed System
An Adaptive Load Sharing Algorithm for Heterogeneous Distributed SystemAn Adaptive Load Sharing Algorithm for Heterogeneous Distributed System
An Adaptive Load Sharing Algorithm for Heterogeneous Distributed SystemIJORCS
 
The Design of Cognitive Social Simulation Framework using Statistical Methodo...
The Design of Cognitive Social Simulation Framework using Statistical Methodo...The Design of Cognitive Social Simulation Framework using Statistical Methodo...
The Design of Cognitive Social Simulation Framework using Statistical Methodo...IJORCS
 
An Enhanced Framework for Improving Spatio-Temporal Queries for Global Positi...
An Enhanced Framework for Improving Spatio-Temporal Queries for Global Positi...An Enhanced Framework for Improving Spatio-Temporal Queries for Global Positi...
An Enhanced Framework for Improving Spatio-Temporal Queries for Global Positi...IJORCS
 
A PSO-Based Subtractive Data Clustering Algorithm
A PSO-Based Subtractive Data Clustering AlgorithmA PSO-Based Subtractive Data Clustering Algorithm
A PSO-Based Subtractive Data Clustering AlgorithmIJORCS
 

More from IJORCS (20)

Help the Genetic Algorithm to Minimize the Urban Traffic on Intersections
Help the Genetic Algorithm to Minimize the Urban Traffic on IntersectionsHelp the Genetic Algorithm to Minimize the Urban Traffic on Intersections
Help the Genetic Algorithm to Minimize the Urban Traffic on Intersections
 
Call for Papers - IJORCS, Volume 4 Issue 4
Call for Papers - IJORCS, Volume 4 Issue 4Call for Papers - IJORCS, Volume 4 Issue 4
Call for Papers - IJORCS, Volume 4 Issue 4
 
Real-Time Multiple License Plate Recognition System
Real-Time Multiple License Plate Recognition SystemReal-Time Multiple License Plate Recognition System
Real-Time Multiple License Plate Recognition System
 
FPGA Implementation of FIR Filter using Various Algorithms: A Retrospective
FPGA Implementation of FIR Filter using Various Algorithms: A RetrospectiveFPGA Implementation of FIR Filter using Various Algorithms: A Retrospective
FPGA Implementation of FIR Filter using Various Algorithms: A Retrospective
 
Using Virtualization Technique to Increase Security and Reduce Energy Consump...
Using Virtualization Technique to Increase Security and Reduce Energy Consump...Using Virtualization Technique to Increase Security and Reduce Energy Consump...
Using Virtualization Technique to Increase Security and Reduce Energy Consump...
 
Algebraic Fault Attack on the SHA-256 Compression Function
Algebraic Fault Attack on the SHA-256 Compression FunctionAlgebraic Fault Attack on the SHA-256 Compression Function
Algebraic Fault Attack on the SHA-256 Compression Function
 
Enhancement of DES Algorithm with Multi State Logic
Enhancement of DES Algorithm with Multi State LogicEnhancement of DES Algorithm with Multi State Logic
Enhancement of DES Algorithm with Multi State Logic
 
Hybrid Simulated Annealing and Nelder-Mead Algorithm for Solving Large-Scale ...
Hybrid Simulated Annealing and Nelder-Mead Algorithm for Solving Large-Scale ...Hybrid Simulated Annealing and Nelder-Mead Algorithm for Solving Large-Scale ...
Hybrid Simulated Annealing and Nelder-Mead Algorithm for Solving Large-Scale ...
 
CFP. IJORCS, Volume 4 - Issue2
CFP. IJORCS, Volume 4 - Issue2CFP. IJORCS, Volume 4 - Issue2
CFP. IJORCS, Volume 4 - Issue2
 
Call for Papers - IJORCS - Vol 4, Issue 1
Call for Papers - IJORCS - Vol 4, Issue 1Call for Papers - IJORCS - Vol 4, Issue 1
Call for Papers - IJORCS - Vol 4, Issue 1
 
Voice Recognition System using Template Matching
Voice Recognition System using Template MatchingVoice Recognition System using Template Matching
Voice Recognition System using Template Matching
 
Channel Aware Mac Protocol for Maximizing Throughput and Fairness
Channel Aware Mac Protocol for Maximizing Throughput and FairnessChannel Aware Mac Protocol for Maximizing Throughput and Fairness
Channel Aware Mac Protocol for Maximizing Throughput and Fairness
 
A Review and Analysis on Mobile Application Development Processes using Agile...
A Review and Analysis on Mobile Application Development Processes using Agile...A Review and Analysis on Mobile Application Development Processes using Agile...
A Review and Analysis on Mobile Application Development Processes using Agile...
 
Congestion Prediction and Adaptive Rate Adjustment Technique for Wireless Sen...
Congestion Prediction and Adaptive Rate Adjustment Technique for Wireless Sen...Congestion Prediction and Adaptive Rate Adjustment Technique for Wireless Sen...
Congestion Prediction and Adaptive Rate Adjustment Technique for Wireless Sen...
 
A Study of Routing Techniques in Intermittently Connected MANETs
A Study of Routing Techniques in Intermittently Connected MANETsA Study of Routing Techniques in Intermittently Connected MANETs
A Study of Routing Techniques in Intermittently Connected MANETs
 
Improving the Efficiency of Spectral Subtraction Method by Combining it with ...
Improving the Efficiency of Spectral Subtraction Method by Combining it with ...Improving the Efficiency of Spectral Subtraction Method by Combining it with ...
Improving the Efficiency of Spectral Subtraction Method by Combining it with ...
 
An Adaptive Load Sharing Algorithm for Heterogeneous Distributed System
An Adaptive Load Sharing Algorithm for Heterogeneous Distributed SystemAn Adaptive Load Sharing Algorithm for Heterogeneous Distributed System
An Adaptive Load Sharing Algorithm for Heterogeneous Distributed System
 
The Design of Cognitive Social Simulation Framework using Statistical Methodo...
The Design of Cognitive Social Simulation Framework using Statistical Methodo...The Design of Cognitive Social Simulation Framework using Statistical Methodo...
The Design of Cognitive Social Simulation Framework using Statistical Methodo...
 
An Enhanced Framework for Improving Spatio-Temporal Queries for Global Positi...
An Enhanced Framework for Improving Spatio-Temporal Queries for Global Positi...An Enhanced Framework for Improving Spatio-Temporal Queries for Global Positi...
An Enhanced Framework for Improving Spatio-Temporal Queries for Global Positi...
 
A PSO-Based Subtractive Data Clustering Algorithm
A PSO-Based Subtractive Data Clustering AlgorithmA PSO-Based Subtractive Data Clustering Algorithm
A PSO-Based Subtractive Data Clustering Algorithm
 

Recently uploaded

Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 

Recently uploaded (20)

Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 

Academic Talent Model Based on Human Resource Data Mart

  • 1. International Journal of Research in Computer Science eISSN 2249-8265 Volume 2 Issue 5 (2012) pp. 29-35 www.ijorcs.org, A Unit of White Globe Publications doi: 10.7815/ijorcs.25.2012.045 0F0F ACADEMIC TALENT MODEL BASED ON HUMAN RESOURCE DATA MART Mahani Saron1, Zulaiha Ali Othman2 *Faculty of Information Science and Technology, Universiti Kebangsaan Malaysia (UKM), Malaysia 1 Email: anie1902@yahoo.com 2 Email: zao@ukm.my Abstract: In higher education such as university, executives as in the study released by Orc Worldwide academic is becoming major asset. The performance based in New York on issues with HRM [3]. of academic has become a yardstick of university Found only 25 percent of managers in a systematic performance. Therefore it's important to know the talent identification and most of the errors that occur talent of academicians in their university, so that the when measuring talent is like measuring the wrong management can plan for enhancing the academic things, focus on the whole but not in accordance with talent using human resource data. Therefore, this certain talent matrix, the focus of analysis on summary research aims to develop an academic talent model data when there is hidden information that is not using data mining based on several related human known and does not use data to make better decisions resource systems. In the case study, we used 7 human [4]. Talent management can be defined as a systematic resource systems in one of Government Universities in and dynamic process to identify, develop and retain Malaysia. This study shows how automated human talent. Talent management processes are dependent on talent data mart is developed to get the most important how the organization practices [5]. attributes of academic talent from 15 different tables like demographic data, publications, supervision, Methods of forecasting talent for organization conferences, research, and others. Apart from the employees are diverse and mostly still managed talent attribute collected, the forecasting talent informally and through surveys of 250 respondents academician model developed using the classification from the executive officers who are directly involved technique involving 14 classification algorithm in the in the talent management of employees, the largest experiment for example J48, Random Forest, number of respondents using the involvement of senior BayesNet, Multilayer perceptron, JRip and others. leaders in talent program and a lot of using the human Several experiments are conducted to get the highest resource technology, the rest of them using the award accuracy by applying discretization process, dividing based on performance, through surveys and training of the data set in the different interval year (1,2,3,4, no personnel organization to identify and develop senior interval) and also changing the number of classes from talent [6]. The technology used like decision support 24 to 6 and 4. The best model is obtained 87.47% systems [7] [8], data mining [9, 10] and another accuracy using data set interval 4 years and 4 classes method [11]. Employee talent can be predicted with with J48 algorithm. past information available. The knowledge gained will facilitate the management of HRM and choose workers Keywords: Academician database, Classification, according to performance standards to avoiding the Data mart, Talent, Forecasting. inconsistency in decision-making appointments [12]. I. INTRODUCTION This study gives an example technique on data Department of Human Resource Management preparation step, exploration of 15 data sets of (HRM) is working in employee-related activities in an selected university human resource database. 14 organization[1]. Human resources are limited to a classification algorithms are involved in preparing the particular organization, it is important to be managed academicians talent forecasting model. The effectively in helping the organization towards comparison results of these 14 algorithms are shown as excellence. HRM is currently having to deal with a side conclusion from the study. many challenges such as globalization, to increase the II. PREDICT ACADEMIC TALENT USING DATA income of the organization, technology changes, MINING manage intellectual capital and a challenge to change [2]. The intellectual capital is one of the challenges Talent management in the academics is quite faced by the HRM. Finding, developing and retaining lacking as compared to other organization's talent [13- talent is the main concern for human resource 16]. Although there is increasing from year to year the www.ijorcs.org
  • 2. 30 Mahani Saron, Zulaiha Ali Othman number of studies in the field of HRM data mining approach [17]. The studies on HRM domain from 1990 to 2011, only seven of the 106 study was associated with the talent of employees[17]. However, from seven studies that employee talent is the result of four from the same author. Academic talent Malaysian public universities are measured in terms of professional qualifications, awards & recognition and administration & contribution to the university and identified this measure academic talent through a number of criteria in terms of employee talent Practices determination in areas such as Project Leader Assessment, Management & Professional, Academic Workers, other universities, how each of these Practices set out the criteria according to the needs of talent their respective fields [12]. While the example of other studies, academic talent as measured from an educational background, professionalism, age, gender, occupation and level of the position [18]. This study will explain in detail how the data preparation process and the experiment carried out resulted in a prediction model of academic talent Figure 1: Data set preparation management high precision after passing through several stages of the experiment. This paper is organized in five sections. The first part is the introduction, followed by the second section predict academic talent using data mining, developing academic talent, experiment result and conclusion. III. DEVELOPING ACADEMIC TALENT Methodology of data set preparation in this study could be summarized as the figure 1. The data preparation involves collecting 15 set raw data from 7 different systems including personnel information systems, conference information systems, university performance system, university research system, publication system, awards system and student information system. The next steps are understanding the data, import and create data marts of selected talents attributes, pre-processing such as cleaning , discretization and finally split the clean data set in the different interval year and number of classes before the experiment with classification algorithms. A. Data Preparation Figure 2: ER Diagram Human Resource The process starts with a collection of 15 sets of raw data from the human resource database of seven B. Data understanding systems in one selected university. The ER diagram of the 15 data sets is shown in the figure 2 below. The To select the meaningful attribute, need to Demography is the main data set which consists of all understand the pattern of records first, for example to lecturer id’s and basic profile information. Each data know the distribution of received data. For each of the set is linked with the lecturer id’s. 15 data sets are calculated on every unique record for reason finding the meaningful attributes. For example in publication data sets, have 3 field like year of publishing, type of publications and id writers. To www.ijorcs.org
  • 3. Academic Talent Model Based on Human Resource Data Mart 31 create an attribute publication by year, only the year Data mart is a smaller scale of the data warehouse. publication has a record are selected as attribute and 15 sets of raw data are transferred to the database for the ways to calculate that record, using the SQL query. the purpose of creating a data mart to ease the search Here's an example query which is used to calculate and integration process. This study uses Microsoft each attribute value of status field from demography Access as the database data mart. On every attributes SELECT [Demography].[status], data set. value needs to identify, a query is made with related data set using join query, select query and others query COUNT(NZ([Demography].[status])) AS counting FROM methods. Result from the query will be used back on [Demographyi] GROUP BY [Demography].[status]; programming to find and calculate automatically using that program. The figure 3 can illustrate this technique. The program can be categorized into two types, Analysis for data understanding, is about of 1140 involving only search / update data and generate the attributes have been identified for talent academic values by conducting calculations. Table 1 shows the attribute. store procedure name creating to generate the data mart by selecting the meaning full attributes from the C. Create Data Mart table shows in the ER diagram. Algorithms to update the attribute value Results from the query Figure 3: Attribute value update technique www.ijorcs.org
  • 4. 32 Mahani Saron, Zulaiha Ali Othman Table 1: Talent attributes No Attribute involves (total of 1140 attributes) Category Program name 1 Idkey, year of service, position status, university status, Search / update Demography gender, race,current position (as class) 2 Accumulated publication (1982, 1986-2011) Calculation Publication 3 Number of students supervised (93/94 - 2011/2012) – did not Calculation Studentbysession refer the student id 4 Exact number of students supervised (93/94 - 2011/2012) – Calculation Studentsupervised with different student id 5 The date appoints DJJK ,VK0501 etc Search / update Historyposition 6 Duration from previous position to next position DJJK , Search / update Calculationposition VK0501 etc 7 Number of publications by year and type (publication code Calculation Publication_type from 1-23 and year 1982 - 2011) 8 Performance scores year (1977, 1988 – 2010) Search / update Performance 9 Accumulated by position on research (research positions code Calculation Research 1 - 9) 10 Accumulated by position on research (1 to 9) and by year Calculation Research_basic (2000 – 2011) 11 Number of position attending conference (1-8, A-G) by year Calculation Conference_position (1996 - 2011) 12 The accumulated number of attending International, Calculation Category_conference Departmental, Nasional and University category 13 Number of received awards by year (1990-2010) and type Calculation Award (Service award, Publication award and Research award) 14 Accumulated holding the administration by position Calculation Administration (Associate members, Webmaster etc) 15 Latest education Search / update Education 16 The amount of the grant received by year (1996-2011) Search / update Grant Sample pseudo code for calculation publication by year of publication year, which calculates the number of publication if got the record, sum the occurs in that year: CountbyYear with 1 Sub Publication () Update value of CountbyYear Declaration database into second recordset. Declaration first Recordset and second Recordset Looping until end of record second Recordset and Declaration CountbyYear variable first Recordset Set starting value for CountbyYear as 0 Close first Recordset and second Recordset Open Recordset as first Recordset (query data set) Close database Open Recordset as second Recordset (to store End Sub attribute value) D. Pre-processing Open first Recordset and read next if not empty Within the first Recordset Pre-processing is an important step in the data mining process. This study majority of the attributes is loop read second Recordset calculated based, the attribute involves filling the Compare id key at first Recordset equal to id missing value for attributes gender, race and university key second Recordset status. The process is done manually by counter check if equal others values that related to missing value for example the race attribute counter check with name familiar using case statement to check the race and spouse information. www.ijorcs.org
  • 5. Academic Talent Model Based on Human Resource Data Mart 33 E. Data set creation UNIVERSITY LECTURER DS52 S B B UNIVERSITY LECTURER DS53 T C C The overall 1140 attributes have been collected UNIVERSITY LECTURER DS4 U C C only part of the record has a value greater and equal to PROOFESSOR VK07 V D D 1 is less than 20%. Most attributes values are 0 on the PROFESSOR VK06 W E D attributes of for year 2000 and below. No records were removed because if it is made, the number of attributes PROFESSOR VK05 X F D and records are too small and not suitable for modeling, in order to overcome this problem this study A – Represents Lecturer are adding the appropriate attributes related to the B – Represents Senior Lecturer intervals of 2, 3 and 4 year for the attributes on C – Represents Associate professor category 2,3,4,7,10, 11and 13 as Table 1. The class D – Represents Professor v7 also category to 24 classes and 6 classes as Table 2. E – Represents Professor v6 F – Represents Professor v5 The 8 data sets involve being splits as below : F. Model Development i. Model set 1 year interval 24 classes: 3220 The forecasting model development process is records and 1108 attributes. based on CRISP-DM standard process which is ii. Model set 2 year interval 24 classes: 3220 involved choosing the technique, planning the records and 624 attributes. experiment, develop model and evaluate model[19]. iii. Model set 3 year interval 24 classes: 3220 Figure 4 shows the development stages involved. This records and 459 attributes. study was selected of 14 classification algorithms from iv. Model set 4 year interval 24 classes: 3220 the five main groups classification algorithm they are: records and 371 attributes. J48 Decision Tree (C4.5 version 8), REPTree, v. Model set 1 year interval 6 classes: 3220 Decision Stump, Random forest, Random tree, records and 1103 attributes. BayesNet, Naive Bayes, MultilayerPerceptron, vi. Model set 2 year interval 6 classes: 3220 RBFNetwork, K-star, IBK, IB1, Jrip, PART available records and 609 attributes. in Weka one of the popular data mining software[20]. vii. Model set 3 year interval 6 classes: 3220 The discretization technique is Entropy-based & MDL records and 454 attributes. stopping Criterion available in Weka for the 1st phase viii.Model set 4 year interval 6 classes: 3220 experiment. We choose many classifier in experiment records and 366 attributes. setting to test many classifier which is to find that the most fit to identifying the academic talents. Table 2: Class attributes DESCRIPTION NUMBER OF CLASS Data sets that produce the best model from the first 24 6 4 phase of modeling will go through 2nd stages of the LECTURER ( JKK ) A A A experimental sessions using the discretization TRAINEE DENTAL LECTURER B A A techniques available with different software Tanagra. DUG45 Tanagra one of the best open source for the pre- TRAINEE MEDICAL LECTURER C A A processing availability technique provided[20]. 3 types DU45 of discretization techniques were chosen: Entropy- DENTAL LECTURER DUG45 D A A based & MDL stopping Criterion, Equal Width and DENTAL LECTURER DUG51 E B B Equal Frequency. Redo the experiment again with the DENTAL LECTURER DUG53 F C C best algorithms from earlier stages after 3 technique DENTAL LECTURER DUG54 G C C discretization applied to the data set. A comparison is made whether the model is with different discretization MEDICAL LECTURER DU1 H A C techniques and using different software for MEDICAL LECTURER DU2 I A A discretization can produce better result. MEDICAL LECTURER DU45 J A A MEDICAL LECTURER DU51 K B B 3rd phase, data sets from the best model will MEDICAL LECTURER DU52 L B B undergo the final phase of refining the model. The professor post of VK7, VK6 and VK5 merge together MEDICAL LECTURER DU53 M C C as show in Table 2. Then the number of classes will be MEDICAL LECTURER DU54 N C C reduced from six classes to four classes for further UNIVERSITY LECTURER DS1 O A C experiments. The data set is divided into three sets of UNIVERSITY LECTURER DS2 P A A data such as, the best data set with 4 classes, the best UNIVERSITY LECTURER DS45 Q A A data set without interval year and 6 classes, the best UNIVERSITY LECTURER DS751 R B B data set without interval year and 4 classes. www.ijorcs.org
  • 6. 34 Mahani Saron, Zulaiha Ali Othman 2nd phase experiment continues using J48 algorithms and the same data set from the best result of the 1st phase, the results did not show a significant difference with different discretization technique applied. The last phase which is 3rd phase the 4 year interval with a number of class reduce to 4 gives the best result as 87.47% and finally accepted as a talent academic model. Figure 4: Model development step IV. EXPERIMENT RESULT Table 3 shows the overall experiment results. At the Figure 5: Pattern result from 14 classification algorithms 1st phase, the best result is J48 (86.96% ) with data set 4 years interval and 6 classes. Based on the results the That shows a decision tree J48 still can give the st discretization applied in the 1 phase did not show a best result compares to other classifier for talents significant difference to the results to all 14 algorithms. domain same as previous research as mention in this A conclusion also can be made , beside J48, Multilayer paper. There are 117 rules successfully extracted from Perceptron, Jrip and PART also possible can produce the best model for Lecturer, Senior Lecturer, Associate the best prediction academicians talents as shown in Professor and Professor talent model. Figure 5. Table 3: Experiment results Phases Algorithm / Discretization/ Data set Result 1st J48 86.96 Phase REPTree 83.33 Random Forest 78.73 Decision Stump 53.26 Random Tree 65.84 BayesNet 68.83 Naïve Bayes 73.91 Kstar 58.70 IB1 67.86 Ibk 68.32 JRip 85.51 PART 85.71 Multilayer perceptron 81.10 RBFNetwork 72.21 2nd Entropy-based & MDL stopping criterion 86.96 Phase Equal width 79.50 -J48 and same data set the best result (86.96) Equal frequency 71.27 3rd 4 year interval , 4 class 87.47 Phase No year interval, 6 class 86.34 -J48 and same data but different class and No year interval, 4 class 87.37 interval year the best result (86.96) www.ijorcs.org
  • 7. Academic Talent Model Based on Human Resource Data Mart 35 V. CONCLUSIONS [9] C. F. Chien and L. F. Chen, "Data mining to improve personnel selection and enhance human capital: A case This paper has presented sample pseudo code to study in high-technology industry," Expert Systems with develop an automated academic talent data mart. The Applications, vol. 34, pp. 280-290, 2008. pseudo code can be stored as a store produced, to doi:10.1016/j.eswa.2006.09.003 generate the latest data mart. Using the data mart, the [10] H. Jantan, et al., "Classification and Prediction of latest academic talent model can be generated. The Academic Talent Using Data Mining Techniques experiment result shows that J48 has outperformed Knowledge-Based and Intelligent Information and compare to other 14 classification techniques. The Engineering Systems." vol. 6276, R. Setchi, et al., Eds., result shows that applying discretization do not ed: Springer Berlin / Heidelberg, 2010, pp. 491-500. significantly get the better result. However, changing [11] C. Mulin and H. Reen, "Arkadin develops employee the number of class and arrangement in various talent through e-learning," Strategic HR Review, vol. 9, interval years has influenced to get better results. This pp. 11 - 16, 2010. paper contributes on how to develop latest and [12] H. Jantan, "Framework of Intelligent Decision Support accurate academic talent management using data System for Talent Management," p. 286, 2011. mining and what data mining techniques and [13] C. Chen-Fu and C. Li-Fei, "Using Rough Set Theory to improvement to obtain better results. The accurate Recruit and Retain High-Potential Talents for result is considered lower, it may because un-balance Semiconductor Manufacturing," Semiconductor data where many zero value gets from auto generated Manufacturing, IEEE Transactions on, vol. 20, pp. 528- 541, 2007. using pseudo code. [14] V. Mohanraj, et al., "Intelligent Agent Based Talent VI. REFERENCES Evaluation Engine Using a Knowledge Base," in Advances in Recent Technologies in Communication [1] H. H. A. Talib and K. R. Jamaludin, "Aplikasi and Computing, 2009. ARTCom '09. International Teknologi Maklumat (IT) Dalam Pengurusan Conference on, 2009, pp. 257-259. Organisasi : Sorotan Kajian," Jurnal Teknikal dan doi:10.1109/ARTCom.2009.214 Kajian Sosial Jilid 1, pp. 89-105, 2003. [15] N. Goonawardene, et al., "A neural netwerk based [2] M. Armstrong, "A Handbook of Human Resource model for project risk and talent management," Management Practice 10th Edition," pp. 1-957, 2006. Advances in Neural Networks, LNCS 6064, Springer, [3] A. Mehta, "Human Capital Management: A pp. 532-539, 2010. Comprehensive Approach to Augment Organizational [16] S. Qing and C. Mengzhong, "Design and Development Performance," Review of Management, Vol. 1, No. 2, of Management System for Reserve Talents of April-June 2011 ISSN: 2231-0487, vol. 1, pp. 44-57, Volleyball Athletes," Second International Conference 2011. on MultiMedia and Information Technology, pp. 151- [4] P. M. Powell, et al., "Talent Management in the NHS 154, 2010. doi:10.1109/MMIT.2010.59 Managerial Workforce," National Institute for Health [17] F. Piazza and S. Strohmeier, "Domain-Driven Data Research (NIHR), pp. 1-216, 2012. Mining in Human Resource Management: A Review," [5] B. Davies and B. J. Davies, "Talent management in in Data Mining Workshops (ICDMW), 2011 IEEE 11th academies," International Journal of Educational International Conference on, 2011, pp. 458-465. Management, vol. 24, pp. 418 - 426, 2010. doi:10.1109/ICDMW.2011.68 doi:10.1108/09513541080000452 [18] Y. Peng, "The decision tree classification and its [6] T. Perrin, "Talent Management: The State of the Art," A application research in personnel management," in TP Track Research Report, pp. 1-17, 2005. Electronics and Optoelectronics (ICEOE), 2011 [7] Q. Shi and M. Chen, "Design and Development of International Conference on, 2011, pp. V1-372-V1- Management System for Reserve Talents of Volleyball 375. Athletes," in Multimedia and Information Technology [19] R. Wirth and J. Hipp, "CRISP-DM: Towards a standard (MMIT), 2010 Second International Conference on, process model for data mining," Proceedings of the 2010, pp. 151-154. Fourth International Conference on the Practical [8] L. Shi and Q. Bai, "Design a New Coherent Framework Application of Knowledge Discovery and Data Mining, for Human Resource Personnel Evaluation Information pp. 29--39, 2000. System Based on Tasks Management," International [20] X. Chen, et al., "A survey of open source data mining Conference on Business Computing and Global systems," presented at the Proceedings of the 2007 Informatization, pp. 479-481, 2011. international conference on Emerging technologies in doi:10.1109/BCGIn.2011.126 knowledge discovery and data mining, Nanjing, China, 2007. How to cite Mahani Saron, Zulaiha Ali Othman, "Academic Talent Model Based on Human Resource Data Mart". International Journal of Research in Computer Science, 2 (5): pp. 29-35, September 2012. doi:10.7815/ijorcs.25.2012.045 www.ijorcs.org