You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@horn.apache.org by "baran (JIRA)" <ji...@apache.org> on 2016/09/07 12:09:21 UTC

[jira] [Created] (HORN-31) Changing Synapse logic to DenseFloatVector

baran created HORN-31:
-------------------------

             Summary: Changing Synapse logic to DenseFloatVector
                 Key: HORN-31
                 URL: https://issues.apache.org/jira/browse/HORN-31
             Project: Apache Horn
          Issue Type: Improvement
            Reporter: baran


forward function in TestNeuron.java shall be updated into:

float sum = messages.dot(this.getWeightVector());      this.feedforward(this.squashingFunction.apply(sum));

This means that Synapse implementation shall be changed.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)