In this article, we’re going to introduce self-organizing maps. We assume the reader has prior experience with neural networks.
Self-organizing maps are a class of unsupervised learning neural networks used for feature detection. They’re used to produce a low-dimension space of training samples. Therefore, they’re used for dimensionality reduction.
Continue reading Introduction to Self-Organizing Maps (SOMs)