Abstract

Occupational accident estimation models were developed by using artificial neural networks (ANNs) for Turkey. Using these models the number of occupational accidents and death and permanent incapacity numbers resulting from occupational accidents were estimated for Turkey until the year of 2025 by the three different scenarios. In the development of the models, insured workers, workplace, occupational accident, death, and permanent incapacity values were used as model parameters with data between 1970 and 2012. 2-5-1 neural network architecture was selected as the best network architecture. Sigmoid was used in hidden layers and linear function was used at output layer. The feed forward back propagation algorithm was used to train the network. In order to obtain a useful model, the network was trained between 1970 and 1999 to estimate the values of 2000 to 2012. The result was compared with the real values and it was seen that it is applicable for this aim. The performances of all developed models were evaluated using mean absolute percent errors (MAPE), mean absolute errors (MAE), and root mean square errors (RMSE).

1. Introduction

As the numbers of deaths, injuries, and incapacities to work, occurring as a result of occupational accidents, bring out material-moral losses for Turkey, they also form an occupational safety issue for the workers. Nowadays as the economy grows rapidly and concordantly the number of workplaces and workers also increases, occupational safety gains vital importance. Solely in 2012, 74871 occupational accidents happened in Turkey and as a result of these accidents 744 people died and 2036 people had permanent disability and incapacity to work [1]. When a year is approved to have 300 workdays, in Turkey approximately 250 occupational accidents happen per day, 7 workers have incapacity to work, and again 3 workers die per day. These values are official results obtained by the Social Security Institution (SSI). Accordingly, they are values informed solely to SSI, recorded officially. As it is considered that not all of the accidents are recorded officially and some of the workers are uninsured, the dimension of the issue will grow up more.

Being parallel to the developing technology, production systems become more complex. As a result of this, in order to avoid occupational accidents, new precautions are required to be developed. In Turkey, “The National Occupational Health and Safety Council” that is established within the Ministry of Labor and Social Security is responsible for determination of requirements, priorities, policies, and strategies for occupational health and safety. Within this framework, predictions of prospective accidents are required in order to determine planning and policies for prevention of occupational accidents, formation of more productive and secure working conditions. The reliability of these predictions depends on reliability of data of parameters affecting the accidents and the statistical analysis method that is applied.

The economy entered a major growth trend in Turkey in the last decade. At the moment, being the world’s 16th largest economy, Turkey aims to be one of the 10 greatest economies in the world. Parallel to the growth of the economy, significant increase occurred in the number of both workplaces and employees; as a result of this the employees affected from occupational accidents have increased at significant rate. As a result of occupational accidents occurring, every day several employees are dying or are being seriously injured, but when these events are assessed separately, it is seen that this problem’s impotence cannot be understood by either society or government as enough. However, on average 1500 employees are dying and 2100 employees are having permanent incapacity resulting from occupational accidents per year in Turkey. Moreover, this figure tends to increase in line with growth in the economy. In this study the occupational accidents as an important problem for Turkey tend to increase in line with growth in the economy and the number of events of deaths and injuries resulting from them was tried to estimate till the year of 2025. With this way, we have tried to reveal the true extent of the problem and also we have attempted to draw a perspective regarding the safety issue to decision makers.

By using separate approaches and analyses, many accident prediction models have been developed. In prediction studies, besides regression analyses (RA) [2, 3] and genetic algorithms (GA) [4, 5], artificial neural networks (ANNs) [4, 612] are also used. Mussone et al. used ANN techniques in order to analyze the accidents caused by vehicles in Milan, Italy, and develop an accident model [13]. Abdelwahab and Abdel-Aty used ANN techniques in order to predict violence of injury for drivers in accidents happening at signalized intersections [14]. Similarly, Delen et al. tried to model nonlinear relation between factors related to the collision and violence of injury by ANN method [15]. Akgüngör and Doğan used ANN-based expert system for accidents resulting from the collision of two vehicles and determined that right of way, accident location, and use of alcohol were prevalent variables in occurrence of an accident [16]. Akgüngör and Doğan, by applying ANN and nonlinear regression techniques, predicted number of accidents, injuries, and deaths for Turkey and by using diverse error criteria compared models obtained by both of the methods. As a result, it is stated that predictions of ANN model are more successful compared to nonlinear regression model [16]. Doğan and Akgüngör developed models predicting number of traffic accidents, injuries, and deaths for Kırıkkale by using ANN [17]. Doğan compared artificial intelligence techniques such as ANN and GA for Turkey and selected metropolis and stated that models by artificial intelligence had the greater performance [18]. Akgüngör and Doğan developed models predicting number of traffic accidents, injuries, and deaths as a result of these accidents for Istanbul by using ANN and GA methods [19].

In this study, occupational accident estimation models were developed by using ANNs for Turkey. Using these models the number of occupational accidents and death and permanent incapacity numbers resulting from occupational accidents were estimated for Turkey until the year 2025 by the three different scenarios. In the development of the models, insured worker, workplace, occupational accident, death, and permanent incapacity values were used as model parameters with data between 1970 and 2012. The result of model was compared to the real values and it is found that it is applicable for this aim.

2. Artificial Neural Networks

ANN is a data processing system resulting from mathematical modeling of learning process inspired by human. It is a structure which consists of simple processors trying to imitate the basic abilities of human brain’s features like learning, remembering, forming new knowledge, making generalization, and exploring.

The basic processor forming ANN is artificial neuron (Figure 1). In an artificial neuron inputs (), weights (), summing function (), activation function (), and output () are present.

As we analyze basic ANN cell seen in Figure 1, values are cell inputs. The obtained inputs are multiples by certain weights and by summing with threshold values varying among −1 and +1 net input is formed. By making transaction at activation function over the net input, cell output is tried to be transformed into the desired intervals. By comparing this output value by the output known for the system, an error ratio is found. In accordance with this error ratio, artificial neural network cell updates new weight values of the inputs. Therefore, a loop is made to gather more accurate results. The learning of the network occurs by the updating of these weights:

Activation function is used for transforming the output into the desired intervals. There are many activation functions in which ANN cells are used. Because tangent-hyperbolic, sigmoid, and linear functions give better results, they are the activation functions mostly preferred. Activation function can be both linear and nonlinear. It is a desirable case to have continuous and differentiable activation function [20, 21].

2.1. Tangent-Hyperbolic Function

This function gets value among −1 and 1 which is nonlinear, and it is applied to reach to a result within ANN. Tangent-hyperbolic function uses the equation

2.2. Sigmoid Function

This is a differentiable and nonlinear function which gets value among 0 and 1 and is mostly used to make generalizations within ANN. Sigmoid function uses the equation

2.3. Linear Function

This is a differentiable and linear function which gets value among 0 and 1 and is applied to reach to the result. Linear function uses the equation

Artificial neural networks are formed by connecting artificial neurons with each other by several architectures. In Figure 2, we see an ANN model in which 10 artificial neurons are bound to each other forwarding with multilayers. In its architecture 2-5-3 network structures are used. In the architecture of ANN, there is an input layer where inputs are injected to the network and a hidden layer where information from input layer is processed and transmitted to output layer. In this figure, values show the input; values show the output values. As it is seen in this figure, the neurons forming ANN can be arranged in a desired number. However, in order to find the accurate result, finding the appropriate architecture is highly crucial. Because the number of neurons is definite at input and output layers, the issue waiting for a result is the number of hidden layers and number of neurons at each hidden layer. There is no certain method in the literature about this issue. These attributes changing in accordance with the issue are found by trial-and-error method.

Although ANNs indicate diverse characteristics in accordance with the diversities in the model, they have some common features. The first of these features is the capability of working in parallel. In other words, ANNs are made up of many neurons; these neurons work simultaneously and they do many complicated operations concurrently. The second feature is that network function can be nonlinear. In this respect the network can also give accurate results for nonlinear data given as an input to the system mathematically. The third feature is talent of generalization. In other words, the network structure finds the most appropriate weight values () during the training and forms several responses for new inputs by using these weight values. The fourth feature is that ANNs designed in digital media can be authenticated as hardware.

ANNs are applied in the areas of prediction, classification, modeling, control systems, and optimization. They are frequently applied in aviation, flight simulation, and automatic pilot applications; in security systems, fingerprint identification, face matching, and retina identification; in automotive sector, automatic road identification and driving analyses; in medical sector; EEG (electroencephalography), ECG (electrocardiography), and MR (magnetic resonance) systems; in defense industry, target selection, radar systems, and signal and image processing; in linguistics, word identification.

3. ANN Prediction Model for Occupational Accidents

In general, occupational accidents have not one reason, but they occur as a result of interaction of many factors with each other. Many factors such as workers being tired and careless, handling excess load, inadequate safety precautions at the stalls, employing incompetent workers, use of inadequate and improper machine and protective equipment, irregular and scattered office, not making regular maintenance of the apparatus, not putting the required warning signs and statements, and lack of communication cause the accidents. However, the accumulation of all of the parameters having impact on the accident on a single model is usually not possible. Additionally, it is not applicable regarding the usability of the model in practical way; therefore, the model to be developed is desired to be simple and reliable. Because of this, in accident prediction models developed for Turkey, as a model parameter, numbers of workplaces and insured workers considered to be directly related to the accidents are applied. Easy access to data of these two parameters and the model to be developed should not be a model for a certain region, but rather a model covering whole of the country is another reason for preference. The data used in this study and given in Table 1 regarding numbers of workplaces, compulsory insured workers, occupational accidents, and death and permanent incapacity numbers resulting from occupational accidents covering the years 1970–2012 are obtained by statistics of Social Security Institution (SSI).

While predicting accident model by ANN, many different network architectures are applied and it is seen that 2-5-1 network architecture given in Figure 3 is the most appropriate for this study. As activation function, at the first layer “tangent sigmoid” and at the second layer “linear” functions are used. As network type feed forwarding back propagation algorithm, as learning function “trainlm,” performance functions “mean absolute percent errors (MAPE),” “mean absolute errors (MAE),” and “root mean square errors (RMSE)” are preferred. As seen in the figure, as input parameter, only number of workplaces and insured workers is used; number of accidents and death and permanent incapacity numbers resulting from occupational accidents are tried to be predicted.

4. Results of Application of ANN Prediction Models for Turkey

For the prediction of values of occupational accident and death and permanent incapacity numbers resulting from occupational accidents, three different ANN models are formed.

Firstly, to search for the efficiency for the models, by training our network by data between the years 1970 and 1999, predictions of numbers of occupational accidents and death and permanent incapacity numbers resulting from occupational accidents between the years 2000 and 2012 are done and the results are compared with the real values.

In Figure 4, the values of number of occupational accidents predicted by ANN model and values of real occupational accidents between the years 2000 and 2012 for Turkey are given.

In Figure 5, the values of death numbers resulting from occupational accidents predicted by ANN model and values of real death numbers resulting from occupational accidents between the years 2000 and 2012 for Turkey are given.

In Figure 6, the values of permanent incapacity numbers resulting from occupational accidents predicted by ANN model and values of real permanent incapacity numbers resulting from occupational accidents between the years 2000 and 2012 for Turkey are given.

The performances of all developed models were evaluated by the use of mean absolute percent errors (MAPE), mean absolute errors (MAE), and root mean square errors (RMSE) and they are given in Table 2:

As the error values are analyzed, it is seen that ANN models are appropriate.

5. Accident Scenarios for Turkey

It is approved that predictions until the year 2025 by ANN models of which the error values are given in Table 2 will be applied and predictions are made by 3 diverse scenarios. In scenario 1, there is 50% of the rate of increase between the years 1970 and 2012 for number of insured workers and workplaces, in scenario 2 there is 100% of the rate of increase, and in Scenario 3 150% is taken.

The foreseen ratios are determined to be in scenario 1 2.5% for the insured workers and 3.3% for the workplaces, in scenario 2 5.15% for the insured workers and 6.59% for the workplaces, and in scenario 3 7.73% for the insured workers and 9.89% for the workplaces.

In the study of prediction made in accordance with the 1st scenario by ANN model, the results shown in Table 3 are obtained. According to this table, it is seen that in Turkey there will be increase in the amount of occupational accidents, death as a result of occupational accident, and permanent incapacity as a result of occupational accident in the coming future.

As Figure 7 is analyzed, it is seen that the values of the estimated occupational accidents have the tendency to increase. It is predicted that the number of occupational accidents will reach to 118077 in 2025, with an increase of 57% compared to the year 2012. As Figure 8 is analyzed, the number of deaths as a result of occupational accident is estimated to reach to 1493 in 2025 with an increase of 101% as compared to the year 2012. As Figure 9 is analyzed, the number of permanent incapacities due to occupational accident is estimated to reach to 3519 in 2025 with an increase of 72% as compared to the year 2012.

In the study of prediction made in accordance with the 2nd scenario by ANN model, the results shown in Table 4 are obtained. According to this table, it is seen that in Turkey there will be increase in the amount of occupational accidents, death as a result of occupational accidents, and permanent incapacity as a result of occupational accidents in the coming future.

As Figure 10 is analyzed, it is seen that the values of the estimated occupational accidents have the tendency to increase. It is predicted that the number of occupational accidents will reach to 112403 in 2025, with an increase of 50% compared to the year 2012. As Figure 11 is analyzed, the number of deaths as a result of occupational accidents is estimated to reach to 1667 in 2025 with an increase of 124% as compared to the year 2012. As Figure 12 is analyzed, the number of permanent incapacities due to occupational accidents is estimated to reach to 3041 in 2025 with an increase of 49% as compared to the year 2012.

In the study of prediction made in accordance with the 3rd scenario by ANN model, the results shown in Table 5 are obtained. According to this table, it is seen that in Turkey there will be increase in the amount of occupational accidents, death as a result of occupational accidents, and permanent incapacity as a result of occupational accidents in the coming future.

As Figure 13 is analyzed, it is seen that the values of the estimated occupational accidents have the tendency to increase. It is predicted that the number of occupational accidents will reach to 115938 in 2025, with an increase of 54% compared to the year 2012. As Figure 14 is analyzed, the number of deaths as a result of occupational accidents is estimated to reach to 1967 in 2025 with an increase of 164% as compared to the year 2012. As Figure 15 is analyzed, the number of permanent incapacities due to occupational accidents is estimated to reach to 3518 in 2025 with an increase of 72% as compared to the year 2012.

6. Discussion of Results and Conclusions

In this study, by using ANN, three diverse models are developed, predicting numbers of occupational accidents and death and permanent incapacity numbers resulting from occupational accidents in Turkey. As developing each of the 3 accident models, numbers of insured workers, workplaces, occupational accidents, deaths, and permanent incapacities are used as the variables. In ANN accident models, diverse network architectures are applied and it is seen that 2-5-1 network architecture is the most appropriate one. As a result of performance analysis, it is seen that ANN can be applied as a good accident prediction model. In order to determine the model having the best performance, MAPE, MAE, and RMSE values are calculated in Table 2. As the scenarios foreseen and predictions made for Turkey until the year 2025 are analyzed, it is seen in Tables 3, 4, and 5 that there will be an increase in the number of occupational accidents, resulting in death and permanent incapacity. As it is considered that numbers of insured workers and workplaces have the tendency to increase in Turkey, it is estimated that in the year 2025 the number of insured workers will be approximately 20–25 million and workplaces will be approximately 4-5 million. The increase in numbers shows that occupational accidents resulting in death and permanent incapacity will also increase. In this case, in order to prevent occupational accidents and their results, occupational safety plan and policies should be revised and applied distinctly.

All the accidents occurring in Turkey have to be informed to Social Security Institution (SSI) in 3 workdays. In this study, official occupational accidents data belonging to SSI were used. Unfortunately underreporting is an important problem also for Turkey and the world. A big part of the occupational accidents occurring in Turkey cannot be recorded as well. However, most of the accidents resulted in death or permanent incapacity are recorded. Therefore, ANN estimation models which developed for death and permanent incapacity number produce more successful results than ANN estimation model which developed for number of occupational accidents.

Conflict of Interests

The author declares that there is no conflict of interests regarding the publication of this paper.