What is Self-Organizing Map?
A Self-Organizing Map (SOM) is a type of artificial neural network that is used for unsupervised learning and data visualization. It was introduced by the Finnish computer scientist Teuvo Kohonen in the 1980s. The basic idea behind a SOM is to create a low-dimensional representation of high-dimensional data. The SOM consists of a grid of neurons, where each neuron is associated with a weight vec..
2023.03.06