Question: Consider the 1 - D Self - Organizing Map neural network with nodes numbered from 0 to 2 5 5 ( not all are shown
Consider the D SelfOrganizing Map neural network with nodes numbered from to not all are shown where the nodes on the two ends are also neighbors. The network has three inputs, each input value varying from to which represent color values for red, blue and green. The nodes weights are each initialized with uniformly distributed random values between and The black node see the pdf file with index m has weights that are closest to the input vector xk presented to the network at time index k The gray node with index n has weights
Define the neighborhood function for the SOM where m and n refer to the nodes indices thusly:
Nleftmnrightbegincases&if:mn minleftleftmnrightleftmnrightright&if:m
e nendcases
which basically returns the distance between two nodes ie the minimum number of nodes from one node m to another n
Define the functions
fleftzrightbegincasesfracz&for:z&for:zle endcases and learning parameter eta leftkrightfraclnleftkright where k corresponds to a time index k infty ; and the following update formula for the weights of a node n in which a node m corresponds to the node with weights that most closely matches the inputs ie node m is the node that MAXNET indicates wins the competition among all other nodes:
wnleftkrightwnleftkrighteta :leftkrightfleftNleftmnrightright:leftxleftkrightwnleftkrightright
Using the update formula, calculate the first vector element of the updated weightvector wn to the nearest integer value for node n depicted in the graphic at time index k If a vector element is negative, just handle that in the mathematically appropriate manner. In other words, use the negative value to complete any relevant computations.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
