“…The map usually has a 2D structure with a map unit associated with a weight vector. where N ij is a 2D map grid (also called a neuron); W ij is the weight vector assigned to (i, j), the unit of SOM architecture; and L and M are number of rows and columns, respectively 43 – 45 . The steps of the SOM algorithm are displayed as follows: - Step 1: Data normalization and SOM network initialize, the weight vector w ij ( i = 1 , 2 , …… , S; j = 1, 2, 3, ……, R ) is randomly set in the interval [0, 1], R is the sample dimension, and S is the number of output neurons.
…”