[GitHub] ignite pull request #3368: IGNITE-7350: Distributed MLP cleanup/refactoring.

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #3368: IGNITE-7350: Distributed MLP cleanup/refactoring.

andrey-kuznetsov
GitHub user artemmalykh opened a pull request:

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

    IGNITE-7350: Distributed MLP cleanup/refactoring.

   

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

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

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

    https://github.com/apache/ignite/pull/3368.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 #3368
   
----
commit 995d781b58b57c4721b3fd92d3867975d652272a
Author: Artem Malykh <amalykh@...>
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 <amalykh@...>
Date:   2018-01-12T13:23:02Z

    Merge branch 'master-apache' into ignite-7397

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

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

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

    IGNITE-7350: Moved LossFunctions, fixed some comments.

commit eb1ceb580c418ec91c3e5b42585132b15073aa97
Author: Artem Malykh <amalykh@...>
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 <amalykh@...>
Date:   2018-01-12T16:07:31Z

    IGNITE-7350: Default implementation for 'withParameters'.

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

    IGNITE-7350: Moved some files to appropriate packages.

----


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #3368: IGNITE-7350: Distributed MLP cleanup/refactoring.

andrey-kuznetsov
Github user asfgit closed the pull request at:

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


---