Skip to content

Commit d0515f8

Browse files
authored
Update ReadME.md
1 parent 3f5e290 commit d0515f8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

SOM/ReadME.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
==========================================================================
22
## This is SOM part for ME5405 Project
3-
## Step 1:Please RUN Load.m to do pre-processing work for the dataset
4-
## Step 2:Please RUN SOM_net to trian the SOM network
3+
#In order to operate the Self-organized map function, simply open the SOM_net.m file under the SOM file. The data used were generated previously. Additionally, if #you want to generate data, you only need to open the load.m file under the SOM file.
4+
#1. Run SOM_net.m file, the SOM will train automatically.
5+
#2. Test the result: run SOM_net.m file, type in “nctool” in the command line, and select the character that you want to test.
6+
#3. *Using characters from section 2.7.2: run SOM_link, type in “nctool” in the command line, and select the character.
7+
#4. *Generate the data: open and run the load.m, the data will generate automatically.
58

0 commit comments

Comments
 (0)