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

[jira] [Created] (HORN-24) Add neuron object manager

Edward J. Yoon created HORN-24:
----------------------------------

             Summary: Add neuron object manager
                 Key: HORN-24
                 URL: https://issues.apache.org/jira/browse/HORN-24
             Project: Apache Horn
          Issue Type: Improvement
            Reporter: Edward J. Yoon
            Assignee: Edward J. Yoon


Currently, we create new neuron object each time per every element of vector. Instead of like this, we need to create all neuron objects according to user-defined neural network structure at local data loading phase, and reuse them. With this, we'll get rid of object creation overheads, improve performance, and prepare the model parallel.




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