Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7FDF8200D5F for ; Mon, 18 Dec 2017 12:54:37 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7E491160C05; Mon, 18 Dec 2017 11:54:37 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EC60A160BF9 for ; Mon, 18 Dec 2017 12:54:36 +0100 (CET) Received: (qmail 22812 invoked by uid 500); 18 Dec 2017 11:54:36 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 22801 invoked by uid 99); 18 Dec 2017 11:54:35 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Dec 2017 11:54:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AC89EDFC27; Mon, 18 Dec 2017 11:54:35 +0000 (UTC) From: artemmalykh To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #3246: IGNITE-7174: Local MLP Content-Type: text/plain Date: Mon, 18 Dec 2017 11:54:35 +0000 (UTC) archived-at: Mon, 18 Dec 2017 11:54:37 -0000 GitHub user artemmalykh opened a pull request: https://github.com/apache/ignite/pull/3246 IGNITE-7174: Local MLP You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-7174 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/3246.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 #3246 ---- commit b8744c201860b2a5a79982445e27304b6b9c176a Author: Artem Malykh Date: 2017-12-18T11:13:19Z IGNITE-7174: WIP. commit 16921b14b5e384e1e15ac91de2e231d52aab24fe Author: Artem Malykh Date: 2017-12-18T11:14:59Z IGNITE-7174: First version of local MLP. commit e5ef258e31eff165a0cc754b6c907bfa5b390b44 Author: Artem Malykh Date: 2017-12-18T11:27:18Z IGNITE-7174: Moved zipFolders from matrix api to utils. commit 0275a58b5565eaff892def5767bba76939d8fb7e Author: Artem Malykh Date: 2017-12-18T11:45:45Z IGNITE-7174: Some refactorings. commit 0be2300776ee064ad7d3f84deedd27e1a8f8583f Author: Artem Malykh Date: 2017-12-18T11:52:07Z IGNITE-7174: Added bias and weight getters. ---- ---