Kohonen Self Organizing Feature Maps (SOFM) for Simulink.

A implementation of the Kohonen Self Organizing Feature Maps (SOFM) algorithm for Simulink.
1.2K Downloads
Updated 22 May 2012

View License

This model contains a implementation of the SOFM algorithm using Simulink's basic blocks. The SOFM algorithm is associated with a single block with various configuration parameters:

Number of the neuron inputs
Grid size (rows and columns)
Initial value of standard deviation (sigma0) - Topological neighborhood function
Time constant (t1) - Topological neighborhood function decrease
Initial value of the learning-rate parameter (mu0)
Time constant (t2) - Learning-rate parameter decrease

The attached file contains an example of a network with two dimensional lattice driven by a two dimensional distribution with 100 neurons arranged in a 2D lattice of 10 x 10 nodes.

Marcelo Augusto Costa Fernandes
DCA - CT - UFRN
mfernandes@dca.ufrn.br

Cite As

Marcelo Fernandes (2024). Kohonen Self Organizing Feature Maps (SOFM) for Simulink. (https://www.mathworks.com/matlabcentral/fileexchange/36369-kohonen-self-organizing-feature-maps-sofm-for-simulink), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R14
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Function Approximation, Clustering, and Control in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.2.0.0

weights2DView.m (s-function) file was inserted.

1.1.0.0

Insert more information of the model in description field.

1.0.0.0