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

[jira] [Commented] (SYSTEMML-1679) Add a new threshold utility function

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

Fei Hu commented on SYSTEMML-1679:
----------------------------------

[PR 548 | https://github.com/apache/systemml/pull/548] submitted. 

> Add a new threshold utility function
> ------------------------------------
>
>                 Key: SYSTEMML-1679
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1679
>             Project: SystemML
>          Issue Type: Sub-task
>            Reporter: Mike Dusenberry
>            Assignee: Fei Hu
>
> We should add a new {{threshold}} utility function (in {{nn/util.dml}}) that accepts a matrix {{X}} and a threshold parameter {{thresh}} and returns an indicator matrix {{out}} with values in \{0, 1\} depending on whether or not the values in {{X}} are above {{thresh}}.  We could use this, for example, for determining the predicted class in a binary classification problem given the output of a sigmoid layer.
> We should also add a test case in {{nn/test/test.dml}}.



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