encogmodel selectmethod configuration

71 views Asked by At

Could someone point me to examples on how to configure the encogmodel with selectmethod? This is an overloaded method with the first one providing just taking inputs as dataset and method. The second one however allows the following:

  1. dataset
  2. methodtype
  3. methodArgs
  4. trainingType
  5. trainingArgs

I am unable to get this working as the following error appears "Layer can't have zero neurons, Unknown architecture element:". Any help is appreciated. thank you. Also, some insight on how to dump the weights in this approach? When the model is built via building the network (BasicNetwork), it is possible to dump the weights as network.flat approach. In this encogmodel driven approach, how do we dump the weights, gradients etc? thank you

1

There are 1 answers

6
JeffHeaton On

There are three examples for EncogModel, you can find them here:

If that does not help, let me know more specifically what you are trying to do, or provide some code that is not working, and I update this to a more specific answer.

The weights can be directly accessed by BasicNetwork.dumpWeights, BasicNetwork.dumpWeightsVerbose(), or more directly with BasicNetwork.getWeight