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/04/11 00:27:41 UTC

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

    [ https://issues.apache.org/jira/browse/SYSTEMML-1468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15963679#comment-15963679 ] 

Mike Dusenberry edited comment on SYSTEMML-1468 at 4/11/17 12:26 AM:
---------------------------------------------------------------------

Merged in [commit f5ef628 | https://github.com/apache/incubator-systemml/commit/f5ef628c0dbe4e5ce8dec61f5e05c5597e341c95].


was (Author: mwdusenb@us.ibm.com):
Merged in [commit f5ef628 | https://github.com/apache/incubator-systemml/commit/f5ef628c0dbe4e5ce8dec61f5e05c5597e341c95.

> Add new 1D/2D "Scale & Shift" layers
> ------------------------------------
>
>                 Key: SYSTEMML-1468
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1468
>             Project: SystemML
>          Issue Type: Sub-task
>            Reporter: Mike Dusenberry
>            Assignee: Mike Dusenberry
>             Fix For: SystemML 1.0
>
>
> 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.3.15#6346)