You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/01/16 15:59:00 UTC

[jira] [Commented] (IGNITE-7418) Add RMSProp parameter update algorithm

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

ASF GitHub Bot commented on IGNITE-7418:
----------------------------------------

GitHub user artemmalykh opened a pull request:

    https://github.com/apache/ignite/pull/3388

    IGNITE-7418: Add RMSProp parameter update algorithm

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-7418

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/3388.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3388
    
----
commit 995d781b58b57c4721b3fd92d3867975d652272a
Author: Artem Malykh <am...@...>
Date:   2018-01-12T13:22:21Z

    IGNITE-7397: Fix cache configuration and reduced trainings count in MLP group training test.

commit 123f14ccc8b8c0e27104061b4644876b45a8a123
Author: Artem Malykh <am...@...>
Date:   2018-01-12T13:23:02Z

    Merge branch 'master-apache' into ignite-7397

commit b2cfa9017b69b8ebfd2bca4143c91315c1fd3a06
Author: Artem Malykh <am...@...>
Date:   2018-01-12T15:15:01Z

    IGNITE-7350: Moved update calculators from nn package to optimization.

commit 32de402cd6939aba24cec572e42ddc8d90dc3251
Author: Artem Malykh <am...@...>
Date:   2018-01-12T15:24:33Z

    IGNITE-7350: Moved LossFunctions, fixed some comments.

commit eb1ceb580c418ec91c3e5b42585132b15073aa97
Author: Artem Malykh <am...@...>
Date:   2018-01-12T16:03:26Z

    IGNITE-7350: Removed in-place changing of update and model in Nesterov update calculator.

commit e5d3299c6b344fb2b9c54b6f578cdda2739c7ffa
Author: Artem Malykh <am...@...>
Date:   2018-01-12T16:07:31Z

    IGNITE-7350: Default implementation for 'withParameters'.

commit b0dc57dcf8e717def820806dab62d50715de02f6
Author: Artem Malykh <am...@...>
Date:   2018-01-12T16:11:26Z

    IGNITE-7350: Moved some files to appropriate packages.

commit 3badb8aaf899448cf5fb222048a1e5e7fdd247b1
Author: Artem Malykh <am...@...>
Date:   2018-01-12T16:40:23Z

    IGNITE-7350: Added javadoc.

commit ef6724af220a7a1bdb9523f497787b185621104d
Author: Artem Malykh <am...@...>
Date:   2018-01-12T20:42:02Z

    IGNITE-7350: Changed todos.

commit 3dc51d7da99512aac5f734d0b8ddde3f33871d48
Author: Artem Malykh <am...@...>
Date:   2018-01-12T20:53:18Z

    IGNITE-7350: Added javadocs.

commit 20f3d34aaf6f072be60ac8744112f91308540aba
Author: Artem Malykh <am...@...>
Date:   2018-01-12T21:14:30Z

    IGNITE-7350: Added javadocs.

commit a243d7875b4d33e1d1abab710a8442affeb38119
Author: Artem Malykh <am...@...>
Date:   2018-01-12T21:16:08Z

    IGNITE-7350: Added javadocs.

commit 5415fe2b4267d84fa4131c83589b4e0b08fbde6e
Author: Artem Malykh <am...@...>
Date:   2018-01-16T10:44:49Z

    IGNITE-7418: WIP.

commit 38203372bb90e5ed175b4d6d19e296d9cfb4b3c1
Author: Artem Malykh <am...@...>
Date:   2018-01-16T12:16:48Z

    ignite-7418: Implemented RMSProp update algorithm.

commit 6cb8b8117e16ecd21e3257c0b5bd0b8587a49784
Author: Artem Malykh <am...@...>
Date:   2018-01-16T13:03:05Z

    ignite-7418: Added javadocs.

commit d91a8e9142241c3ca96158f9157ea1f00683298e
Author: Artem Malykh <am...@...>
Date:   2018-01-16T14:59:28Z

    ignite-7418: WIP.

----


> Add RMSProp parameter update algorithm
> --------------------------------------
>
>                 Key: IGNITE-7418
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7418
>             Project: Ignite
>          Issue Type: Sub-task
>            Reporter: Artem Malykh
>            Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)