Self-Organizing Map (SOM) was introduced as an unsupervised competitive learning algorithm of the artificial neural networks (ANN) by Finnish Professor Teuvo Kohonen in the early 1980s. In Artificial Intelligence, SOM algorithm is considered one of the most powerful algorithms in the fields of data visualization and exploration and is widely used in clustering analysis in data mining. Its ability to map high-dimensional input vectors onto a two-dimensional grid of prototype vectors and orders them topologically greatly facilitates the interpretation by naked human eyes. This book takes you through the concept, architecture, and algorithm of SOM in theory, followed by an exercise to design and program a SOM to recognize handwritten digits using MATLAB. Full source code for the exercise is available for download. View a demo video at https://youtu.be/XKaVW6ro1Ug.
If you wish to receive a copy of the source code, please contact me via the email address inside this book with proof of purchase.