Self-organizing competitive neural network-matlab

Source: Internet
Author: User

The output neurons of the network compete with each other and only one neuron wins at the same time.

  

Ii. Rules of Learning

The learning rule of competitive neural network is a kohonen learning rule which is developed by the inner star rule.

4.SOM Learning Algorithms
    1. Set Variable: x=[x1,x2,x3,..., XM] is an input sample, each sample is an m-dimensional vector. Ωi (k) =[ωi1 (k), Ωi2 (k),..., Ωin (k)] is a weight vector between the I input node and the output neuron
    2. Initialization: Weights are initialized with smaller random values, and normalization of input vectors and weights is done
      X ' = x/| | x| |
      Ω ' I (k) =ωi (k)/| | Ωi (k) | |
      || x| | and | | Ωi (k) | | Euclidean norm of input vector and weight vector, respectively
    3. Sample Input Network: sample and weight vector do the inner product, the output neuron with the largest inner product value wins the competition and is credited as the winning neuron
    4. Update weights: Neurons in the neighborhood of the winning neuron topology are updated with the rules of the star
      Ω (k+1) =ω (k) +η (x-ω (k))
    5. Update the learning rate η and topological neighborhood, and re-normalized the weight value after learning
    6. Determine whether convergence. If the center changes very little or reaches a predetermined number of iterations, the end algorithm

Self-organizing competitive neural network-matlab

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.