Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在学习我自己的自组织地图 (SOM)。我是新来的。节点都用随机值初始化。我想知道,如果在培训期间出现返回多个 BMU 的情况,我需要做什么。对于更新阶段,我需要只取其中一个,还是全部取走?
在原始 SOM 算法中,仅选择一个神经元作为 BMU(具有最接近输入向量的权重向量的神经元)。然后更新 BMU 及其邻居的权重。