You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Mike Dusenberry (JIRA)" <ji...@apache.org> on 2017/06/28 20:00:00 UTC

[jira] [Updated] (SYSTEMML-1468) Add new 1D/2D "Scale & Shift" layers

     [ https://issues.apache.org/jira/browse/SYSTEMML-1468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Dusenberry updated SYSTEMML-1468:
--------------------------------------
    Issue Type: New Feature  (was: Sub-task)
        Parent:     (was: SYSTEMML-618)

> Add new 1D/2D "Scale & Shift" layers
> ------------------------------------
>
>                 Key: SYSTEMML-1468
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1468
>             Project: SystemML
>          Issue Type: New Feature
>            Reporter: Mike Dusenberry
>            Assignee: Mike Dusenberry
>              Labels: SYSTEMML-618
>             Fix For: SystemML 0.14
>
>
> A "Scale & Shift" layer introduces learnable parameters ({{gamma}}, {{beta}}) to scale and shift the input on either a per-feature basis (1D) or a per-channel basis (2D).
> {code}
> y = x*gamma + beta
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)