2007-12-05 10:25:44 UTC
I usually start with the JooneTools.createStandard method, which creates a fully connected network. You can create a custom architecture by changing the FullSynapse between the input and hidden layers: you create a new Matrix object with only the weights you want Enabled (so they learn) and the others set to zero and Fixed. see the setEnabled and setFixed methods for Matrix objects and the setWeights method for Synapse objects.
I can't help with your other question about an Elman network, so perhaps someone else can handle that.
Oliver