Return-Path: Delivered-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Received: (qmail 61778 invoked from network); 2 Apr 2010 01:33:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Apr 2010 01:33:50 -0000 Received: (qmail 41918 invoked by uid 500); 2 Apr 2010 01:33:50 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 41899 invoked by uid 500); 2 Apr 2010 01:33:50 -0000 Mailing-List: contact hama-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-dev@incubator.apache.org Received: (qmail 41891 invoked by uid 99); 2 Apr 2010 01:33:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Apr 2010 01:33:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED,T_FRT_BELOW2 X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Apr 2010 01:33:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4C578234C4C8 for ; Fri, 2 Apr 2010 01:33:27 +0000 (UTC) Message-ID: <1451798848.648451270172007311.JavaMail.jira@brutus.apache.org> Date: Fri, 2 Apr 2010 01:33:27 +0000 (UTC) From: "Edward J. Yoon (JIRA)" To: hama-dev@incubator.apache.org Subject: [jira] Updated: (HAMA-233) Solving linear solution with Conjugate Gradient Method In-Reply-To: <1612282928.1259784380734.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HAMA-233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward J. Yoon updated HAMA-233: -------------------------------- move to examples > Solving linear solution with Conjugate Gradient Method > ------------------------------------------------------ > > Key: HAMA-233 > URL: https://issues.apache.org/jira/browse/HAMA-233 > Project: Hama > Issue Type: New Feature > Components: examples > Affects Versions: 0.2.0 > Reporter: Sangwon Seo > Assignee: Sangwon Seo > Priority: Minor > Fix For: 0.2.0 > > Attachments: HAMA-233_v01.patch > > > For spase matrix, CG method is good in a way of iterative learning. > This can be applied to many applications (MLP, descent gradient search, etc..) as a primitive, not even in linear solution. > Related paper (From Carnegie Mellon, It presents in verry simple way to understand everything behind the CG) is as bellow. > http://smiler82.springnote.com/pages/3827983/attachments/2558573 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.