Self-Organizing Map

Learned this for my A-Z course.

Here are my notes:

Unlike ANN, SOM only have weights for the synapses. There are no activation functions. Nodes are thus assigned random weights.

In ANN nodes = activation function(weights x input)

In SOMs, weights are characteristic of the node.