This repository was archived by the owner on Jan 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -164,19 +164,19 @@ \subsection{The classical algorithm}
164164Initially the weight components are chosen randomly
165165and topological distances between neurons given.
166166We then can train our SOFM adjusting the components through the learning process which occur in the two basic procedures of
167- selecting a winning cluster vector, also called the best matching unit (BMU) , and updating its weights (Fig.~\ref {fig:sofm_fitting }).
167+ selecting a winning cluster vector, also called the best matching unit, and updating its weights (Fig.~\ref {fig:sofm_fitting }).
168168More specifically, they consist of four step process:
169169\begin {enumerate* }
170170\item selecting an input vector randomly from the set of all input vectors;
171- \item finding a cluster vector which is closest to the input vector (BMU) ;
172- \item adjusting the weights of the BMU and neurons close to it on feature map in such a way
171+ \item finding a cluster vector which is closest to the input vector;
172+ \item adjusting the weights of the best matching unit and neurons close to it on feature map in such a way
173173 that these vectors becomes even closer to the input vector;
174174\item repeating this process for many iterations until it converges.
175175\end {enumerate* }
176176
177177
178- On a step $ t$ when the BMU $ \vec {w}_{c}$ for a input $ \vec {x}(t)$ is selected,
179- the weights $ \vec {w}_{i}$ of the BMU and its neigbours on feature map are adjusted according to
178+ On a step $ t$ when the best matching unit $ \vec {w}_{c}$ for a input $ \vec {x}(t)$ is selected,
179+ the weights $ \vec {w}_{i}$ of the best matching unit and its neigbours on feature map are adjusted according to
180180%
181181\begin {equation }
182182 \label {eq:learning }
You can’t perform that action at this time.
0 commit comments