Param.xml
- When Hina Ghalib made an update of CANT, she
put in an xml file to define the net.
- The version you have is using param.xml
- Open that file and have a look.
- Save a copy of it, as we're going to modify it.
- It should start with a list of parameters.
- You can set these via the interface, but this
is where you want to do it unless you're just playing
around.
- Let's make a new categorisation task.
- First let's make the network 20x20. Change the Rows
and Cols from 10 to 20.
- Save it and rerun CANT.
- You should now have a 400 neuron network.
- If you run it, only the first few rows will see
activation.
- That's because the only patterns are the first and second
50 neurons.
- Go on down into pattern.xml and change the pattern lines
so that there are 4 and they each cover 100.
- Now we'll be choosing between 4 categories.
- Play around with the parameters until you get it to
categorise correctly.
- Make sure you save that in the param.xml file.