Hybrid Kohonen SOM
   HOME

TheInfoList



OR:

In
artificial neural network In machine learning, a neural network (also artificial neural network or neural net, abbreviated ANN or NN) is a computational model inspired by the structure and functions of biological neural networks. A neural network consists of connected ...
s, a hybrid Kohonen self-organizing map is a type of
self-organizing map A self-organizing map (SOM) or self-organizing feature map (SOFM) is an unsupervised machine learning technique used to produce a low-dimensional (typically two-dimensional) representation of a higher-dimensional data set while preserving the t ...
(SOM) named for the Finnish professor
Teuvo Kohonen Teuvo Kalevi Kohonen (11 July 1934 – 13 December 2021) was a Finnish computer scientist. He was professor emeritus of the Academy of Finland.
, where the network architecture consists of an input layer fully connected to a 2–D SOM or Kohonen layer. The output from the Kohonen layer, which is the winning neuron, feeds into a hidden layer and finally into an output layer. In other words, the Kohonen SOM is the front–end, while the hidden and output layer of a
multilayer perceptron In deep learning, a multilayer perceptron (MLP) is a name for a modern feedforward neural network consisting of fully connected neurons with nonlinear activation functions, organized in layers, notable for being able to distinguish data that is ...
is the back–end of the hybrid Kohonen SOM. The hybrid Kohonen SOM was first applied to
machine vision Machine vision is the technology and methods used to provide image, imaging-based automation, automatic inspection and analysis for such applications as automatic inspection, process control, and robot guidance, usually in industry. Machine vision ...
systems for
image classification Computer vision tasks include methods for acquiring, processing, analyzing, and understanding digital images, and extraction of high-dimensional data from the real world in order to produce numerical or symbolic information, e.g. in the form o ...
and
recognition Recognition may refer to: Machine learning *Pattern recognition, a branch of machine learning which encompasses the meanings below Biometric * Recognition of human individuals, or biometrics, used as a form of identification and access control ...
. Hybrid Kohonen SOM has been used in weather prediction and especially in forecasting stock prices, which has made a challenging task considerably easier. It is fast and efficient with less classification error, hence is a better predictor, when compared to Kohonen SOM and
backpropagation In machine learning, backpropagation is a gradient computation method commonly used for training a neural network to compute its parameter updates. It is an efficient application of the chain rule to neural networks. Backpropagation computes th ...
networks.Mark O. Afolabi and Olatoyosi Olude (2007)
Predicting Stock Prices Using a Hybrid Kohonen Self Organizing Map (SOM)
in 40th Annual Hawaii International Conference On System Sciences’, 2007, IEEE, pp. 48–56.


References

Artificial neural networks {{artificial-neural-network-stub