Open In App

ANN – Self Organizing Neural Network (SONN)

Self Organizing Neural Network (SONN) is an unsupervised learning model in Artificial Neural Network termed as Self-Organizing Feature Maps or Kohonen Maps. These feature maps are the generated two-dimensional discretized form of an input space during the model training (based on competitive learning). This phenomenon is very similar to biological systems. In the human cortex, sensory input spaces (e.g., auditory, motor, tactile, visual, somatosensory, etc.) of multi-dimension are represented by two-dimensional maps. Such projection of higher dimensional inputs to reduced dimensional maps is termed as topology conserving. And this topology-conserving mapping can be achieved by the Self Organizing Networks. Why SONN is required? These Self-Organizing Maps are used for classification and visualization of higher-dimensional data in lower-dimension. SONN Architecture:

Phases of SONN:

  1. Learning phase: Construction of maps; the network is designed with a competitive process using the training samples.
  2. Prediction phase: Classification of new data; for the new data samples, a specific location is provided on the converged map.

Notes:

Article Tags :