Preventing Dominance of One Cluster
Preventing Dominance of One Cluster
Overview
- Conscience Factor: To prevent one cluster unit (prototype vector) from dominating as the winning cluster unit, a conscience factor is used to penalise.
- Activation Value Calculation: if certain conditions are met, otherwise .
- Conscience Factor Update: The conscience factor is updated based on the winning history of the output unit.
- penalize output units that win too frequently, preventing one output unit from dominating.
Formula
Activation Value
where is the Euclidean distance, and is the conscience factor.
Conscience factor
Conscience Factor Components:
Initialization:
Explanation:
- As more winning occurs (), becomes larger, and becomes a larger negative value.
- This negative value () is then added to the Euclidean distance .
Effect:
- More frequent winning by an output unit results in a larger leading to a larger negative .
- The larger is added to , effectively penalizing the winning output unit and making it less likely to win frequently.