Return-Path: Delivered-To: apmail-lucene-mahout-user-archive@minotaur.apache.org Received: (qmail 85072 invoked from network); 12 Feb 2010 12:28:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Feb 2010 12:28:43 -0000 Received: (qmail 57178 invoked by uid 500); 12 Feb 2010 12:28:43 -0000 Delivered-To: apmail-lucene-mahout-user-archive@lucene.apache.org Received: (qmail 57131 invoked by uid 500); 12 Feb 2010 12:28:42 -0000 Mailing-List: contact mahout-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mahout-user@lucene.apache.org Delivered-To: mailing list mahout-user@lucene.apache.org Received: (qmail 57121 invoked by uid 99); 12 Feb 2010 12:28:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2010 12:28:42 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of robin.anil@gmail.com designates 209.85.222.175 as permitted sender) Received: from [209.85.222.175] (HELO mail-pz0-f175.google.com) (209.85.222.175) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2010 12:28:34 +0000 Received: by pzk5 with SMTP id 5so3901118pzk.29 for ; Fri, 12 Feb 2010 04:28:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=NKz2+t5GuHHzmPbWrc05nJ4L3HhTR2g/Sb2D3L0/Aw8=; b=wW2zUGf4Ot7b3n4OxX+Lm38BgyU0K7lUkbKyERgZMjdzqmWboGP1RUt/4tBrH5i/dh ZCqvH38vtEUUU3D4ORGr1zztI6XD06IhjzagK8/RkJH4p7+uydvq5nfFsKjD7s/wJ+9N Pz+4wXHZDGTyE9Yc/dyfbAEGRAVcsj21WJR1w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=TBrovaVx472piE/iH6m+5KlSVRdggCS+49ECUlmkVQDpqqFEo2tW3UETz/4XfhYWgs +kDLVb1BqtweIbBcKny5UcEwzu+ORaEwynj5XV+Kf/h+RyqR9eDk+JmTEI+CluqDc8HQ uJuR6RHXrS6hWvLWUTB4r9i9xIfKEFGNr50TQ= MIME-Version: 1.0 Received: by 10.140.82.21 with SMTP id f21mr862957rvb.265.1265977693071; Fri, 12 Feb 2010 04:28:13 -0800 (PST) In-Reply-To: <70A868C1-7E2E-4FB8-9472-89B879B24B25@apache.org> References: <7d7600c51002100219l4ec345edybc33b6bbb2ecca6@mail.gmail.com> <995905631002110016g74d3f2bek3f88c198f6424bf1@mail.gmail.com> <7d7600c51002110031k66952f29na763e99853fd5938@mail.gmail.com> <995905631002110039t461343c3r5e8b5458d3b9d9be@mail.gmail.com> <4B73C94A.4050403@tis.bz.it> <995905631002110146m7c1dccc5xd8d741d7f0049d25@mail.gmail.com> <7d7600c51002120052m5febfd73if9c28769ec98dbb6@mail.gmail.com> <70A868C1-7E2E-4FB8-9472-89B879B24B25@apache.org> From: Robin Anil Date: Fri, 12 Feb 2010 17:57:53 +0530 Message-ID: <7d7600c51002120427wa68ee5dk665a4e6976bb081a@mail.gmail.com> Subject: Re: Mahout Usage and Beyond To: mahout-user@lucene.apache.org Content-Type: multipart/alternative; boundary=000e0cd2de5ab06bae047f66664f X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd2de5ab06bae047f66664f Content-Type: text/plain; charset=UTF-8 1. Locally Weighted Linear Regression 2. Naive Bayes(We have this and CBayes as a bonus) 3. Gaussian Discriminative Analysis (GDA) 4. Logistic Regression (LR) (In development) 5. k-means(we have this and kmeans++ is in development) 6. Neural Network (NN) 7. Principal Components Analysis (PCA) 8. Independent Component Analysis (ICA) 9. Expectation Maximization (EM) (We have it in pig script and in couple of algorithms not generic yet) 10. Support Vector Machine (SVM)(In development - The pegasus version) Apart from this we have Recommenders, Couple of clustering algorithms, PFPGrowth, LDA, SGD, DF This is where we are right now 4.5/10 + bonuses. I guess at 0.2 release we are alright, but at 2.5 years, we need more hands :) Robin --000e0cd2de5ab06bae047f66664f--