On 4/28/07, Alan Mac Hugh <[EMAIL PROTECTED]> wrote:
Stil not what I'm looking for, it's supose to be a dyadic fuction. NetParms is x argumnet and Weights is the y argument
When I run your J code in a fresh session, I get: |value error: inProd | Output=:Input propagate Weights This is just running your definitions, as you've specified them. When I change nProd to be inProd (looks like a cut and paste error), I get a syntax error from NetParams calcNetError Weights as other people had, because these three words are all defined as nouns. And, looking at the definition for calcNetError, for example,, I can't see any reason why it should be anything other than a noun -- its definition is just four nouns, each separated by commas. If there is some aspect of J you do not understand, please ask about that. But ... as things stand, I doubt we can even begin to understand your question(s). -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
