Implementation of an Intelligent Model Based on Machine Learning in the Application of Macro-Ergonomic Methods in a Human Resources Process Based on ISO 12207

Implementation of an Intelligent Model Based on Machine Learning in the Application of Macro-Ergonomic Methods in a Human Resources Process Based on ISO 12207

Edgar Cossio Franco, Jorge Alberto Delgado Cazarez, Carlos Alberto Ochoa Ortiz Zezzatti
DOI: 10.4018/978-1-5225-7192-6.ch014
OnDemand:
(Individual Chapters)
Available
$37.50
No Current Special Offers
TOTAL SAVINGS: $37.50

Abstract

The objective of this chapter is to implement an intelligent model based on machine learning in the application of macro-ergonomic methods in human resources processes based on the ISO 12207 standard. To achieve the objective, a method of constructing a Java language algorithm is applied to select the best prospect for a given position. Machine learning is done through decision trees and algorithm j48. Among the findings, it is shown that the model is useful in identifying the best profiles for a given position, optimizing the time in the selection process and human resources as well as the reduction of work stress.
Chapter Preview
Top

Introduction

Nowadays, the success of many companies is priority. Among the important aspects and factors that impact on the success of companies is the active human. This means that employees should be comfortable in their workplace, this includes have an appropriate work area center for it can be adequately performed; lighting, ventilation, a comfortable chair or similar artifact to sit, the correct distance between the view and the monitor so you do not get tired and have enough tools. In relation with these specific tools, it is important that the worker has access and control of the elements that allow him to carry out their work. If industrial engineers, ergonomists, designers and managers take the elements described previously, they will be focusing about macroergonomics. The goal of this research is centered in the proposal of a specific model that allows to optimize the process of a company dedicated to the hiring of staff, and according to Lear (2011), a good way to reduce the stress in a job is with the automation of the tasks and process to save time. The process by which the companies in this field go through is eventually stressful and should be avoided. As established in (Palferman, 2011), the consequence of not avoiding this workload can be psychological damage. The scenario under which a situation of stress could happen is the following: applications or vacancies that are offered on a normal day may exceed the rate at which they can be evaluated, especially if the number of team members is reduced with respect to the number of candidates for each vacant. In this case, a bottleneck in which the profiles of the company are requested as soon as possible, the company does not have the names for when it is required. In this case, there is work pressure. For the improvement process in the human recourses area, the present work focuses in the ISO 12207 standard in the block of organizational processes. The proposal is applying a model described in two blocks. The first step is capturing the applicants and analyze them, using a tool developed in the Java language that implements an algorithm to making decision under uncertainty. Once the results are obtained, the second step is sending the data to a tool for automatic learning which implement the j48 selection algorithm in WEKA.

The Appendix shows the terminology presented in this work.

Macroergonomics

The goal of macroergonomics is create a pleasant environment in the workplace where intervene social aspects, but also technological (Hendrick, 1991). As established in Montero (2000), the socio-technical systems are characterized by their composition in 4 aspects as shown in Figure 1.

Figure 1.

Socio-technical systems’ aspects

978-1-5225-7192-6.ch014.f01
Source: Montero (2000)

Each aspect shown in Figure 1 represents an axis that must be covered by Macroergonomics in order to guarantee productivity and quality in employees’ life (Realyvásquez & Maldonado, 2018). In addition to the socio-technical aspects, Macroergonomics originates from Ergonomics, that is a field where takes care of three aspects: the healthy environment in the workplace, safety and efficiency. Figure 2 shows the areas to derive from Ergonomics.

Figure 2.

Areas of Ergonomics

978-1-5225-7192-6.ch014.f02
Source: Silva, Nickel and dos Santos, 2018

Key Terms in this Chapter

Java: Set of computer programs. Also known as programming language or software.

Clustering: Grouping technique according to distance or similarity.

Macroergonomy: A field that takes care of three aspects: the healthy environment in the workplace, safety, and efficiency.

CSV: File separated by commas. Commonly used to manage data in an open data environment or to share non-native information between different software packages.

Python: Interpreted programming language.

Object-Oriented Programming: Programming paradigm that uses objects and their interactions to design applications and computer programs.

Object: Entity in the memory of the computer that has properties (attributes or data about itself stored by the object) and specific available operations (methods).

Jframe: It is a graphic library to generate windows on which to add different objects with which you can interact with the user.

Decision Tree: Intelligent model based on rules and used to predict.

ISO 12207: Standard for the life cycle specification system development of the International Standardization Organization.

C#: Microsoft object-oriented programming language.

Array List: In Java it is a dynamic storage structure that allows to store data in memory, this has the similarity to a list.

Data Structure: It is a particular way of organizing data in a computer so that they can be used efficiently.

Ruby: Mixed programming language between interpreted and object-oriented.

J48 Algorithm: Algorithm that generates decision trees based on rules to classify.

Map: Data structure that allows to store “key/value” pairs; in such a way that for a key we only have one value.

Loop: Also known as a cycle, it is a statement that executes a piece of code repeatedly, until the condition assigned to that loop is no longer fulfilled.

Weka: Software for managing information that has to do with machine learning.

Machine Learning: Branch of artificial intelligence that allows computers to learn.

Complete Chapter List

Search this Book:
Reset