In the process of determining this work unit, it is presented in a system flow chart that
has a data collection process for determining work units, in the form of three aspects including
Academic Values: Introduction to educational orientation (POP), KU (general competence),
KUT (main competence), KKS (special competence), Latnis Value (training and technical),
Mental Value, and Samjas Value, from SPN Kupang which is then selected into training data
and testing data (LESTARI, 2021). The training data will be processed in the system so that
these two processes are each given different data, namely training data as much as 75 data and
testing data as much as 25 data. During the training process with a total of 75 data by JST
FRNN, the best final weight was stored in the weight file, for further use during the testing
process, in the testing process the data was loaded from 25 exel data. The testing process is
carried out by taking the best weight of the results of previous training. The results of the testing
process are in the form of system accuracy in the introduction of testing data, to see the results
of the determination of work units, a data validation process is carried out which shows the
results of the classification of work units which contain the number of New Police Non-
commissioned Officers divided into each work unit, namely Dit.Sabara, Dit.PolAir, and
SatBrimob. These results will then be stored in the work unit determination file. Flow diagram
of the work unit system as described in
FRNN architectural design of the system under development. FRNN consists of several
layers, including input layers, hidden layers, and output layers. The input layer consists of 7
neurons, with a number of neuron units in the hidden layer, and the output layer consists of 2
neurons (Kosasi, 2014). The input vector is propagated through weighted layers that are done
randomly. The initialization of weights and thresholds in the network is distributed randomly
in a range like equation 1, where Fi is the number of input neurons.
The hidden layer and the number of neurons are determined by trial and error, with the
aim of achieving the most optimal error value (minimum error), with the number of neurons in
the hidden layer will be the same as the neurons in the context unit. As for the number of
neurons in the output layer will be the same as the neurons in the context unit.
The number of neurons in the context layer has the same number of neurons in the hidden
and output layers. This also causes the context layer to be referred to as the copy context,
because it duplicates the output of the hidden layer and the output layer. Neurons in the output
layer have two neurons, Z1 and Z2, and have two context units. Overview of FRNN
architectural design, as shown in Figure 2.