• Design And Implementation Of A Distributed Recruitment Management System

  • CHAPTER FOUR -- [Total Page(s) 16]

    Page 14 of 16

    Previous   10 11 12 13 14 15 16    Next
    • 4.4    Comparative Evaluation
      In this section we perform a comparison analysis between the results of my work against an existing system which utilises the same logical model; we also review the result of my work against the result of the various works reviewed in chapter 2.
      4.4.1    Result of work VS Existing System
      A method for carrying out exams without traditional face-face interaction between candidates and examiners is provided in (Garcia et al, 2010). The e-learning system described aims at supporting strategic decision concerning the evaluation of learners’ activities and can be used in adapting and customizing resource delivery (Zaiane et al, 2001); discovering and comparison with expected behavioural patterns specified by the instructor that describes an ideal learning path (Donnellan, 2003); giving an indication of how to best organize the educational web space and be able to make suggestions to learners who share similar characteristics (Bae, 2000); generating personalized activities to different groups of learners (Tseng, 2004); supporting the evaluation and validation of learning site designs (Machado, 2003); identifying interaction sequences indicative of problems and patterns that are markers of success (Maisonneuve, 2006).
      It proposed a predictive association rule model aimed at the design of a global intelligent information system while integrating all decision support systems, process automation, all types of communication requirements and their interactions. Some of the main drawbacks of this model are that the used algorithms have too many parameters for somebody non expert in data mining and the obtained rules are far too many, most of them non-interesting and with low comprehensibility also due to the nature of the domain data size was usually small about (10-100) depending on the course (Hamalainen et al, 2006). Subsequently, we present another application of association rule mining to recruitment.
      Another application of association rule mining for the determination of higher institutions which provide the best graduates in a particular field for the purpose of recruitment. The objective was to create an online recruitment test based system which creates a corporate memory consisting of candidate profiles for an enterprise to utilise when making decisions pertaining to recruitment. The model consists of four major steps: Data Gathering, Rule Definition, Rule Strengthening, and Result Selection.
      The information management system modelled using unified modelling languages proposes different domain model based on the logical model to guide the domain expertise. The reasoning model uses a rule induction algorithm in which formal rules are extracted from a set of observations.
      Just as their work includes the design of generic software architecture for a web-based Learning Management System, our approach also incorporates Decision Support architecture for web-based recruitment management system. However, our work integrates KDD technique for determination of schools in which company recruitment drive should be focused.
      4.4.2    Result of work VS Reviewed work
      The reviewed work was an Image retrieval system implementing fuzzy logic model and this was compared with the apriori algorithm implemented in the R.M.S. Fuzzy logic is a way of interfacing inherently analog processes that move through a continuous range of values, to a digital computer, that likes to see things as well-defined discrete numeric values. Simply put, fuzzy logic is the logic of approximate reasoning. A fuzzy engine is any automated machine whether hardware or software that employs the concept of fuzzy logic in its implementation pattern of decision making. The fuzzy engine is made up of three constituent parts or modules namely: the fuzzification module, the Fuzzy Rule Base/Evaluation Module, the defuzzification module. In the fuzzy rule base, fuzzified inputs, μ(x=A1), μ(x=A2), μ(y=B1), and μ(y=B2), are applied to the antecedents of the fuzzy rules. The fuzzy operator (AND or OR) is used to obtain a single number that represents the result of the antecedent evaluation. This number (the truth value) is then applied to the consequent membership function. To evaluate the disjunction of the rule antecedents, we apply the OR fuzzy operation. Typically, fuzzy expert systems make use of the classical fuzzy operation, union to represent disjunction: μ (A𝖴B(x)) = max [μ (A(x)), μ (B(x))] similarly, in order to evaluate the conjunction of the rule antecedents, we apply the AND fuzzy operation intersection: μ (A∩B(x)) = min [μ (A(x)), μ (B(x))]. Now the result of the antecedent evaluation can be applied to the membership function of the consequent.
      In the case of association rule mining, an apriori algorithm is utilised where in users define minimum support and confidence that are tolerable, an implication rule is formed by formally describing data into premise and conclusion (A - > B). Interestingness measures are then added to strengthen the implication rule; these measures are in the form of confidence or support. The confidence classifier is derived by calculating the percentage of all transactions containing data item sets in both the premise and conclusion while the support is derived by calculating the number of transactions within the database containing data item sets in both the premise and conclusion, thus Association rule mining is formally defined as a process of finding the rules, where the support and confidence of the rule are greater than the user provided values of  minimum  support  and  minimum  confidence,  further  referred  to as minconf and minsup. The two values actually prune the search space and make mining possible.
  • CHAPTER FOUR -- [Total Page(s) 16]

    Page 14 of 16

    Previous   10 11 12 13 14 15 16    Next
    • ABSRACT - [ Total Page(s): 1 ]ABSTRACTThe recruitment process has always been critical to the success or failure of organizations. Organizations constantly seek better methods of recruiting staff that will require minimal effort to seamlessly fit in with the organizations business processes and thus provide recruitment agencies with the means with which to determine which universities provide the best graduates in a particular field for recruitment.This project work utilized a V-model software methodology, in the ver ... Continue reading---

         

      APPENDIX A - [ Total Page(s): 2 ]APPENDIXAPRIORI ALGORITHM CODE ... Continue reading---

         

      LIST OF TABLES - [ Total Page(s): 1 ]LIST OF TABLESHuman Resource Task and Associated Data mining TechniquesDescription of the Use Cases in R.M.SDescription of the Elements of the Level 0 Dataflow DiagramDescription of the elements of the Level 1 Dataflow DiagramHiring Company TableData Dictionary for Hiring Company TableCandidate TableData Dictionary for Candidate TableExamination TableData Dictionary for Examination TableResult TableData Dictionary for Result TableQuestions TableData Dictionary for Questions TableDescri ... Continue reading---

         

      LIST OF FIGURES - [ Total Page(s): 1 ]LIST OF FIGURESFigure 2.1:    Overview of the Steps that compose the Knowledge Discovery Process   Figure 2.2:    Architecture of a Typical Data Mining System    Figure 2.3:    Data mining and Talent Management    Figure 2.4:    Role of Decision Support in Decision Making    Figure 2.5:    Architecture of a Typical Decision Support System    Figure 2.6:    Client Server Architecture   Figure 2.7:    3-Tier Architecture   Figure 2.8:    Distributed Object ... Continue reading---

         

      TABLE OF CONTENTS - [ Total Page(s): 2 ]TABLE OF CONTENTSCertification    Acknowledgement    Abstract    List of Tables    List of Figures    CHAPTER ONE    INTRODUCTION   1.1    Background of Study   1.2    Problem Statement    1.3    Aim and Objectives of the Study    1.4    Methodology    1.5    Scope and Limitation of Study    1.6    Justification    CHAPTER 2    LITERATURE REVIEW     2.1    Preamble    2.2    Theoretical Background of Recruitment    ... Continue reading---

         

      CHAPTER ONE - [ Total Page(s): 2 ]1.3    Aim and Objectives of the StudyThe aim of the project is to provide organizations and educational parastatals with the means to determine which Higher Institution provide the best graduates in a particular field for recruitment.Below are the outlined objectives of the project:1.    To provide a platform for capturing profiles of applicants.2.    To create an online recruitment test based system based on organizational requirements.3.    Provide applicants with results ... Continue reading---

         

      CHAPTER TWO - [ Total Page(s): 18 ]2.8.2.3    Distributed Object ArchitectureThere is no distinction in distributed object architectures between tween clients and servers.Each distributable entity is an object that provides services to other objects and receivesservices from other objects. Object communication is through a middleware system called an object request broker; however distributed object architectures are more complex to design sign than Client-server systems.2.8.2.4    Peer to Peer ArchitectureThe client-server ... Continue reading---

         

      CHAPTER THREE - [ Total Page(s): 19 ]The form in figure 3.15 can be accessed from the dashboard it is used by the company to create and schedule an exam to be written by candidates for an exam it also includes duration of the exam to ensure that the R.M.S knows how long the exam is to hold.The upload questions form in figure 3.16 is used by the company to create the questions to be used to assess students these questions can be created manually with the questions entered into the form one after the other with the save butto ... Continue reading---

         

      CHAPTER FIVE - [ Total Page(s): 1 ]CHAPTER FIVESUMMARY CONCLUSION AND RECOMMENDATION5.1    SummaryRecruitment needs of an organization are specific to that particular organization no other entity can understand the recruitment need of a particular organization better than the organization itself. In order to provide a system that enables organizations take charge of their recruitment needs by eliminating the need for recruitment agencies this project provides a platform with which such organizations can administer recruitm ... Continue reading---

         

      REFRENCES - [ Total Page(s): 1 ]REFERENCESâ„–naka , I. , and H. Takeuchi . (1995) . The knowledge-creating company: How Japanese companies create the dynamics of innovation. New York : Oxford University Press .Abell, A., & Oxbrow, N. (2001). Competing with knowledge: The information professional in the knowledge management age. London: Library Association Publishing.Adebayo, Ejiofor, & Mbachu. (2001, â„–vember 23). The American Productivity and Quality Centre. Retrieved August 23, 2015, from APQC Web site: http://www ... Continue reading---