Skip to content

Commit 1ec09e5

Browse files
committed
Updated theory
1 parent cb61b4a commit 1ec09e5

File tree

8 files changed

+30
-1
lines changed

8 files changed

+30
-1
lines changed

experiment/images/CL1.png

66.3 KB
Loading

experiment/images/CL3.png

187 KB
Loading

experiment/images/CL4.png

150 KB
Loading

experiment/images/CL5.png

153 KB
Loading

experiment/images/CLNN.png

93.3 KB
Loading
75.6 KB
Loading
11 KB
Loading

experiment/theory.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,30 @@
1-
### Link your theory in here
1+
### CLNN for feature mapping
2+
3+
We can use this experiment to understand the application of competitive learning neural networks in mapping a given pattern of data points. Here we first use the experiment to generate a set of random data points following a definite pattern. For this we have the option to choose between the number of points and the type of pattern that can be generated.
4+
5+
<img src="images/clnn_illustration_1.png">
6+
7+
8+
9+
**Figure 1**: *Illustration of the initial user inputs.*
10+
11+
We can choose the iteration step size, which later generates a number of nodes (typically more than twice the number of data points choosen). These nodes generated would be randomly distributed across the available space.
12+
13+
<img src="images/CL3.png">
14+
15+
16+
17+
**Figure 2**: *Illustration of the initial state of SOM.*
18+
19+
After going through a number of iterations, we finally notice that the nodes in the network settle in such a way that the network tries to capture the distribution of the pattern generated from the data points.
20+
21+
22+
**Figure 3**: *Illustration of the state of SOM after 20 iterations.*
23+
24+
25+
26+
<img src="images/CL5.png">
27+
28+
29+
30+
**Figure 4**: *Illustration of the state of SOM after 100 iterations.*

0 commit comments

Comments
 (0)