Donate Share

an Object Oriented Neural Engine

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

State Space Neural Network

You are viewing a single message from this topic. View all messages.

  1. 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
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.