Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Carlos Mejia
2S-SOM_simple_example
Commits
61f17f65
Commit
61f17f65
authored
Jul 24, 2019
by
Carlos Mejia
Browse files
Add README.md
parent
7f1395e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
README.md
README.md
+18
-0
No files found.
README.md
0 → 100644
View file @
61f17f65
# Sample code for preparing to use 2S-SOM algorithm.
This sample code shows with un example how to train a SOM Map using 2S-SOM algorithm and data from a geophysical exemple.
## The example problem:
--
Using a three-physical-variables two-groups problem to be trained using the 2S-SOM
algorithm. We are only interested here, for instance, in the group coefficients
ALPHA, and we let the variables or columns coefficients, BETA, constant and
equal. This will be driven by a particular use of Lambda and Eta input
parameters. See code.
Data array dimension is 36 x N. 36 is the composition of thee geophysical
variable dimensions of (12, 12, 12) and N the number of patterns.
We take the first 12 columns, for the first 2S-SOM group and the rest, 24 columns,
for the second group.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment